Capabilities: what is enabled in this run
meta_capabilitiesReturns the current configuration of the Avito MCP server, including mode, allow/deny lists, and safety features, enabling agents to assess available operations before calling tools.
Instructions
Returns a machine-readable description of the current configuration: mode, allow/deny lists, confirmation, dry-run, idempotency, local file access. Useful for an agent to understand which operations are fundamentally available before attempting to call tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| version | Yes | ||
| mode | Yes | ||
| allowToolsCount | Yes | ||
| denyToolsCount | Yes | ||
| features | Yes | ||
| confirmationMode | Yes | ||
| dryRunDefault | Yes | ||
| idempotencyTtlSec | Yes |