Skip to main content
Glama

my quant doesn’t speak english — editorial discovery

Discover the My Quant editorial product

list_capabilities
Read-onlyIdempotent

Discover available product features, API/MCP URLs, versions, content limits, and interpretation boundaries before choosing a content tool. Returns product.capabilities.v1 metadata, without fetching stories or checking upstream freshness. Public and read-only; no credentials or arguments. Use latest_stories for recent records or get_health for endpoint compatibility. The mobile app distribution channel remains separately suspended.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds meaningful behavioral context beyond them: it is public, requires no credentials or arguments, returns metadata only, and does not fetch stories or check upstream freshness. The separate mobile app suspension note also discloses an important scope limitation. No contradiction with annotations exists.

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?

Four sentences, each carrying distinct information: purpose, return type and exclusions, authentication/argument requirements, and sibling routing. The most important usage context is front-loaded, and there is no fluff or repetition of schema details.

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 zero-argument, read-only metadata tool with no output schema, the description is complete: it states what is returned, what is intentionally not performed, access constraints, and which sibling tools cover adjacent use cases. An agent has enough context to decide to call it and interpret its result safely.

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?

There are no parameters and the schema already documents this with additionalProperties false. The description reinforces this by stating 'no credentials or arguments,' which is a useful confirmation, but the schema already carries the full semantics.

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 uses a specific verb and resource: 'Discover available product features, API/MCP URLs, versions, content limits, and interpretation boundaries.' It clearly distinguishes this tool from content-fetching siblings by stating it returns product.capabilities.v1 metadata 'without fetching stories or checking upstream freshness.'

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

Usage Guidelines5/5

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

Explicit guidance is provided: use this tool 'before choosing a content tool,' and alternatives are named directly—'Use latest_stories for recent records or get_health for endpoint compatibility.' This tells an agent exactly when this tool is appropriate and when to route elsewhere.

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.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool occupies a clear role: health and capabilities are metadata endpoints, while latest_stories/search_stories/get_story are distinct retrieval modes (chronological, query-based, exact-ID). Descriptions explicitly cross-reference which tool to use, minimizing confusion.

Naming Consistency4/5

Most names follow verb_noun conventions (get_health, get_story, list_capabilities, search_stories). latest_stories is the only outlier, using an adjective-led noun phrase instead of a verb, but it still reads naturally alongside the others.

Tool Count5/5

Five tools is well-scoped for a read-only editorial discovery server: two metadata/health tools and three story-retrieval modes. No tool feels redundant, and the surface is small enough for an agent to understand quickly.

Completeness4/5

The read-only domain is well covered: exact retrieval, latest listing, text search, capabilities, and health. Minor gaps exist, such as lack of pagination for latest_stories and no way to enumerate older stories without a search term, but these are workable limitations rather than dead ends.