Get ability details
get_ability_infoRetrieve a specific ability's full definition, including input/output schemas and destructiveness, to call it correctly the first time.
Instructions
Get the full definition of one ability, including its input and output schemas and whether it is destructive, so you can call it correctly the first time. Ability names are namespaced, e.g. "my-plugin/get-site-info".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Fully qualified ability name from discover_abilities, in the form "namespace/ability". | |
| site_id | No | Which configured WordPress site to act on. Optional — with a single site configured it is used automatically; with several, the default site is used unless you name one. Run list_sites for valid ids. |