Skip to main content
Glama

Get collection

get_collection

Quality-ranked tools inside one curated collection. Discovery gates apply: high/critical-risk tools are excluded unless include_high_risk is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
limitNo
include_high_riskNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

The description discloses that tools are quality-ranked and that high/critical-risk tools are excluded unless 'include_high_risk' is set. However, it omits pagination behavior (limit parameter), ordering details, and response structure in absence of annotations or output schema.

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?

Two short sentences cover the core functionality and a key behavioral condition with no waste. Every sentence is essential.

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

Completeness2/5

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

Given three parameters, no output schema, and no annotations, the description leaves major gaps: it doesn't explain the purpose of 'slug' or 'limit', nor what the response contains beyond 'tools'. A more complete description should describe each parameter and the format of the returned tools list.

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

Parameters1/5

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

With 0% schema description coverage, the description fails to explain any parameter. It indirectly mentions 'include_high_risk' but does not clarify 'slug' (which selects the collection) or 'limit' (controls count). Agents cannot infer parameter meanings.

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 states the tool returns 'Quality-ranked tools inside one curated collection,' clearly indicating it retrieves a set of tools from a specific collection. It implicitly distinguishes from sibling 'list_collections' by focusing on content within a single collection, but could be more explicit about the verb.

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?

No guidance on when to use this tool vs alternatives like 'list_collections' or 'get_skill'. The description only mentions a behavioral rule about risk filtering, not usage context.

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.