# AIPluginTool

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/plugin/AIPluginTool)

Tool for getting the OpenAPI spec for an AI Plugin.

## Signature

```python
AIPluginTool()
```

## Extends

- `BaseTool`

## Properties

- `plugin`
- `api_spec`
- `args_schema`

## Methods

- [`from_plugin_url()`](https://reference.langchain.com/python/langchain-community/tools/plugin/AIPluginTool/from_plugin_url)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/d5ea8358933260ad48dd31f7f8076555c7b4885a/libs/community/langchain_community/tools/plugin.py#L66)