Skip to main content
Glama
ArsNovaSingers

ars-nova-wordpress-mcp

Official

List Menu Items

wp_list_menu_items
Read-onlyIdempotent

List navigation menu items in order, preserving nesting via parent IDs. Provide the menu ID to retrieve item titles, URLs, types, and relationships.

Instructions

List the items in a navigation menu, in order, including nesting (parent IDs). Use the menu_id from wp_list_menus.

Args:

  • menu_id (number): The menu ID.

  • response_format (enum): markdown | json. Default 'markdown'.

Returns: { count, items: [{ id, title, type, object, object_id, url, parent, menu_order }] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
menu_idYesThe menu ID whose items to list (from wp_list_menus).
response_formatNoOutput format: 'markdown' for human-readable, 'json' for machine-readable.markdown
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context by specifying the order of items and nesting via parent IDs, and it describes the return structure. This goes beyond the annotations, so 4 is appropriate.

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 compact and well-structured: a one-sentence purpose, a practical pointer for menu_id, and concise Args/Returns blocks. Every sentence adds value, and the front-loaded core purpose is immediately clear.

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 simple read-only tool with two well-documented parameters, safety annotations, and an explicit return shape, the description is complete. It even tells the user where to find the input ID. No output schema exists, but the Returns section covers what the agent will receive, so no gaps remain.

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% for both parameters, providing complete meaning for menu_id and response_format. The description's Args section simply restates the schema without adding extra semantics. The Returns block is helpful but does not enhance parameter understanding, so baseline 3 fits.

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 opens with a specific verb+resource: 'List the items in a navigation menu, in order, including nesting (parent IDs).' It clearly distinguishes from sibling wp_list_menus by referring to 'menu_id from wp_list_menus', making the tool's role unambiguous.

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

Usage Guidelines4/5

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

The description gives explicit guidance on obtaining the required menu_id ('Use the menu_id from wp_list_menus'), which is practical. It does not discuss when to prefer this over alternatives, but the read-only list purpose is self-evident and the tool's role in the menu management workflow is clear.

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

Install Server

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/ArsNovaSingers/ars-nova-wordpress-mcp'

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