Skip to main content
Glama
nipun-arora

wordpress-mcp-agent-bridge

Discover Abilities

mcp-adapter-discover-abilities
Read-onlyIdempotent

Lists all registered WordPress abilities with basic info to help you identify available actions. Use to review what the bridge can do before invoking tools.

Instructions

Discover all available WordPress abilities in the system. Returns a list of all registered abilities with their basic information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
abilitiesYes
Install Server

TDQS

A4.1/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, so the safety profile is fully covered. The description adds that it returns a list with basic information, which is useful, but it does not disclose ordering, pagination, or result-size details. For a simple read-only list tool, this is adequate but not exceptional.

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 two short sentences with no filler. The primary action is front-loaded, and every word contributes useful information.

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?

Given zero parameters, safety annotations, and an existing output schema, the description provides everything an agent needs to select and invoke the tool correctly. There are no missing input or behavior details that would block correct usage.

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

Parameters4/5

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

The tool has zero parameters and schema description coverage is 100%, so there is nothing the description needs to add about inputs. The baseline of 4 applies because the schema fully defines the input surface.

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 states a specific verb ('Discover') and resource ('all available WordPress abilities'), and explicitly says it returns a list of registered abilities. This clearly differentiates it from sibling tools like get-ability-info and execute-ability, which target a single ability or perform an action.

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 the discovery use case — listing all abilities — but does not explicitly state when to prefer it over mcp-adapter-get-ability-info or mcp-adapter-execute-ability. The intended workflow of discover first, then inspect or execute, is left to inference.

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