Skip to main content
Glama

get_page_groups

Gets page groups (page categories) configured for a domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to retrieve page groups for.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, yet it only states the basic retrieval action. It omits whether results are cached, typical response size, authentication requirements, or whether this operation counts against API quotas—critical context for a data retrieval tool.

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

Conciseness4/5

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

The single sentence is appropriately front-loaded with the verb, and the parenthetical clarification is efficient. However, given the lack of annotations and output schema, the extreme brevity feels like under-specification rather than optimal conciseness, as critical behavioral context is missing.

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

Completeness3/5

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

For a tool with only one required parameter and simple schema, the description adequately covers the input side. However, with no output schema provided, the description should at least hint at the return structure (e.g., 'returns a list of configured group names') to be considered complete.

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?

The schema has 100% description coverage ('Domain to retrieve page groups for'), establishing a baseline of 3. The description mentions 'for a domain' but adds no semantic context beyond the schema—no format requirements, constraints, or examples for the domain parameter.

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

Purpose4/5

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

The description clearly states the action ('Gets'), resource ('page groups'), and scope ('configured for a domain'). The parenthetical clarification '(page categories)' effectively distinguishes this tool from performance-oriented siblings like get_page_performance_breakdown. However, it lacks explicit differentiation regarding when to choose this over get_domain_performance_overview.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. Given siblings include multiple page and domain analysis tools (get_page_performance_breakdown, get_domain_performance_overview), explicit criteria for selecting this categorical retrieval over performance metrics would be necessary for a higher score.

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