Skip to main content
Glama
nipun-arora

wordpress-mcp-agent-bridge

Get Ability Info

mcp-adapter-get-ability-info
Read-onlyIdempotent

Retrieve 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

TableJSON Schema
NameRequiredDescriptionDefault
ability_nameYesThe full name of the ability to get information about

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaNoAdditional metadata about the ability
nameYes
labelYes
descriptionYes
input_schemaYesJSON Schema for the ability input parameters
output_schemaNoJSON Schema for the ability output structure
Install Server

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description does not contradict them. It adds useful information about what is returned, but no additional operational caveats such as authentication needs or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler, front-loading the core purpose and then listing the specific information returned. It is appropriately sized for the tool's simplicity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter, read-only introspection tool, the description, input schema, and annotations together give an agent everything needed to select and call it correctly. The output schema removes the need to describe return values in the description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the only parameter, ability_name, is already documented as 'The full name of the ability to get information about.' The description adds no parameter-level detail beyond what the schema provides, so the baseline score applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Get'), a particular resource ('specific WordPress ability'), and concrete return contents (input/output schema, description, usage examples). This clearly distinguishes it from sibling tools that discover abilities or execute abilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies targeted use by emphasizing 'specific,' but it does not explicitly say when to choose this tool over mcp-adapter-discover-abilities or mcp-adapter-execute-ability. No exclusions or alternative-routing guidance is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nipun-arora/wordpress-mcp-agent-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server