> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# metadata • Rust AI Agent SDK

> metadata: Get plugin metadata

# metadata

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**PluginProtocol**](../classes/PluginProtocol) class in the [**plugins**](../modules/plugins) module.

Get plugin metadata

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def metadata(&self) -> &PluginMetadata
```

### Returns

<ResponseField name="Returns" type="&PluginMetadata">
  The result of the operation.
</ResponseField>
