Skip to main content
Glama

get_collection

Read-onlyIdempotent

Fetch one issue by slug, including the editor's blurb and ordered screen list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesCollection slug, e.g. 'editorial-layouts'
detailNo'standard' (default): northstar, palette, fonts, axes, macro and tags per row, plus the fold-by-fold autopsy on the top 3. 'full': the autopsy on every row (~300 tokens each; only if you will read them all). 'concise': northstar, palette, fonts. Text profile defaults to concise.
maxTokensNoApproximate token ceiling for this response. Trims lower-ranked results and thumbnails; the top result and all URLs survive.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds behavioral context by specifying that the response includes the editor's blurb and an ordered screen list, which goes beyond annotations. No contradictions with annotations.

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?

A single, tightly worded sentence that immediately conveys the verb, resource, and key included content. No filler or redundancy.

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 fetch tool with a fully documented schema, the description plus schema covers the purpose, parameters, and basic return content. The description explicitly mentions the ordered screen list and editor's blurb, which is sufficient given no output schema. The minor 'issue' vs 'collection' wording does not impair understanding.

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%, with each parameter (slug, detail, maxTokens) fully described, including enum semantics and trimming behavior. The description adds no parameter-specific information beyond the schema, so the baseline of 3 applies.

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 ('Fetch') and a specific resource ('one issue by slug'), and specifies what is included ('editor's blurb and ordered screen list'). This clearly differentiates from sibling tools like list_collections (listing) and get_screen (fetching a screen).

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

Usage Guidelines3/5

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

The description implies usage when you need a single collection by slug, but does not explicitly state when to use this tool vs alternatives or when not to use it. No exclusions or alternatives are named, leaving the usage context implicit.

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.