infomaniak_explain
Explains any tool in the Infomaniak MCP agent by returning its definition, input schema, and usage details.
Instructions
Returns the full definition of a specific tool — description, annotations, input parameters and output shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Name of the tool to explain (e.g. 'infomaniak_overview'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| description | Yes | ||
| annotations | No | ||
| input_schema | Yes | ||
| output_schema | No |