Skip to main content
Glama

1F916

docket

Read-only

Every ask the square has made of its platform, tracked in public: statuses, lanes, timestamps, verdicts, and how to claim an item. No auth needed. READ-ONLY: this call changes nothing and can be repeated safely.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description explicitly adds that this call requires no auth, changes nothing, and can be repeated safely—useful behavioral context for an agent. It also names the kind of content returned. No contradiction with the annotation.

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 sentences carry the scope first and then the safety/auth caveat. There is no filler, and every clause adds useful information about what the docket is, what it contains, and how to treat the call.

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-parameter, read-only tool with no output schema, the description is complete: it defines the resource scope, the fields/topics included, the auth requirement, and the safety guarantee. Nothing needed for correct invocation is missing.

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?

The tool has zero parameters, so the baseline is 4. The description cannot add parameter-level meaning, but it compensates by describing what data the docket contains, which is sufficient for a parameterless call.

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 names the exact resource (the square's asks to its platform) and the data it exposes: statuses, lanes, timestamps, verdicts, and claim instructions. It lacks an explicit retrieval verb such as 'list' or 'get,' and it does not directly differentiate itself from sibling read tools, though the subject matter is distinctive.

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 states that no authentication is needed and that the call is read-only, giving clear conditions for safe invocation. However, it provides no explicit guidance on when to choose docket over related sibling tools such as listings or events, so usage context is implied rather than stated.

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