Skip to main content
Glama

particle_topic_browse

Read-only

Navigate the topic taxonomy. Without parent_slug, returns the top-level roots (Politics, Business, Technology, etc.). With parent_slug set, returns the direct children of that topic. Topic slugs use a parent/child convention (e.g. politics/elections) and let agents browse the hierarchy to find well-named categories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoTopics per page (1-100, default 50).
cursorNoOpaque pagination cursor from a previous response.
parent_slugNoTopic slug or ID. Returns the direct children of this topic. Omit for top-level roots (Politics, Business, Technology, etc.).
output_formatNoOutput serialization. 'markdown' (default) returns the LLM-facing rendering. 'json' returns the structured payload as JSON text — use only for programmatic chaining where exact field extraction matters; the JSON shape is larger and noisier for an LLM to read.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

With readOnlyHint=true covering the safety profile, the description adds meaningful behavioral context: it lists top-level examples, states 'direct children,' and explains the parent/child slug convention. It doesn't address pagination or malformed parent_slug, but those are not critical for a read-only browse operation.

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?

Three sentences front-load the purpose and then give the two modes and the slug convention with no filler. The final purpose clause is a minor echo of 'navigate,' but it is short and does not hurt clarity.

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 read-only, zero-required-parameter browse tool, the description covers the core behavior and invocation modes; the schema handles limit, cursor and output_format. No output schema exists, but the output_format parameter description already explains the markdown/JSON distinction, so the agent has what it needs to call correctly.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds value by explaining the slug convention ('parent/child' and the example politics/elections) and how parent_slug selects a level, going slightly beyond the schema.

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?

States a specific verb and resource ('Navigate the topic taxonomy') and precisely defines behavior for both invocation modes: top-level roots without parent_slug, direct children with parent_slug. This clearly distinguishes it from the unrelated alert/podcast/person siblings around it.

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 clear, explicit context for when to call: to browse or locate well-named topic categories, with parameter-dependent modes. It names no alternative or exclusion, but no sibling tool offers the same hierarchy-browse role, so a 4 is appropriate.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources