Skip to main content
Glama

Tideline

Vocabulary and publication schedule

get_definitions
Read-onlyIdempotent

Fixed definitions of every published field (market regime, allocation states and leverage targets, extension, distance to next signal, signals) and the publication schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already cover the safety profile with readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds the context that definitions are 'fixed' and mentions the publication schedule, but does not disclose any additional behavioral traits such as caching, staleness, or error conditions. The description is consistent with the annotations and provides modest added context.

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?

The description is a single compact phrase with no filler. The core content is front-loaded, and the parenthetical field list improves clarity without excess length. Every word contributes meaning.

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

Completeness4/5

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

For a parameterless, read-only getter with strong annotations, the description adequately communicates what the tool returns. The publication schedule aspect is slightly under-specified, and no return format is described, but no output schema exists and the tool is simple enough that this is acceptable.

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 and the input schema is an empty object with 100% coverage, so there are no parameter semantics to explain. Per the baseline for 0-parameter tools, the description does not need to compensate for missing parameter documentation. A perfect score is unnecessary because the description is not actively adding parameter value.

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 clearly identifies the resource: fixed definitions of all published fields plus the publication schedule, and the parenthetical list gives concrete examples of the covered fields. The 'get' verb is implied by the tool name, making the purpose clear. However, it does not explicitly distinguish itself from sibling tools like get_current_state or get_public_record, so a 5 is not warranted.

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?

The description provides no guidance on when to use this tool versus the sibling tools. It only states what the tool returns, leaving the agent to infer when definitions or the publication schedule are needed. This is a clear gap in routing behavior.

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