wp_get_menu_item
Fetch a single WordPress menu item by ID to view its details or confirm its configuration.
Instructions
Get one classic menu item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Fetch a single WordPress menu item by ID to view its details or confirm its configuration.
Get one classic menu item.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v1.3.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It indicates a read operation via 'Get', but it does not disclose return behavior, error cases, what 'classic' means, or whether any side effects occur. This is a very thin behavioral description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single tight sentence with no filler. It is appropriately front-loaded for a simple tool and every word contributes meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is minimally viable for a tool with one clearly required parameter. However, it omits clarification of the 'classic' qualifier and provides no return or error context, which is a noticeable gap given there is no output schema and no annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description adds no parameter information. It does not explicitly state that the item is identified by 'id' or explain the meaning or constraints of the id beyond what the schema already shows.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Get'), a resource ('menu item'), and a singular scope ('one'), clearly distinguishing it from sibling tools like wp_list_menu_items, wp_create_menu_item, and wp_get_menu. The qualifier 'classic' adds useful differentiation from block-based menu items.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool versus alternatives such as wp_list_menu_items or wp_get_menu. No prerequisites or exclusions are provided, so the agent must infer usage from the name and schema.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leonardobora/mcp-wordpress'
If you have feedback or need assistance with the MCP directory API, please join our Discord server