Get Ability Info
mcp-adapter-get-ability-infoRetrieve the input/output schema, description, and usage examples for a specific WordPress ability to understand how to use it correctly.
Instructions
Get detailed information about a specific WordPress ability including its input/output schema, description, and usage examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ability_name | Yes | The full name of the ability to get information about |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Additional metadata about the ability | |
| name | Yes | ||
| label | Yes | ||
| description | Yes | ||
| input_schema | Yes | JSON Schema for the ability input parameters | |
| output_schema | No | JSON Schema for the ability output structure |