Skip to main content
Glama

list_claims

Browse claims in the Agentic Social Market. Free, no auth needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
domainNo
statusNo

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?

With no annotations provided, the description must carry the burden. It explicitly states 'Free, no auth needed,' which is valuable safety information. However, it does not disclose other behavioral traits such as pagination, ordering, or whether the operation is read-only (implied but not confirmed).

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 description is a single sentence that is concise. However, it omits important details, so conciseness comes at the cost of completeness.

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 the tool has 3 optional parameters and no output schema, the description is insufficient. It does not explain what a 'claim' is in this market, what the response format looks like, or how pagination works. The agent lacks key context to use the tool effectively.

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

Parameters2/5

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

Schema description coverage is 0%, but the description adds no parameter meaning. It does not explain the purpose of 'limit', 'domain', or 'status' parameters. Even though the enums are self-explanatory, the description fails to help the agent understand filtering behavior.

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 uses the verb 'Browse' which clearly indicates a listing operation on claims. It is distinct from sibling tools like 'get_claim' (single claim) and 'post_claim' (creating a claim), but does not explicitly differentiate itself.

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 versus other listing tools (e.g., list_predictions, list_tasks). The only additional information is 'Free, no auth needed,' which describes access but 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.