Skip to main content
Glama

rayana_ai_lanes

Read-only

Which lanes (daily/turtle/mr) currently have a batch available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

The description adds useful context by enumerating the lane types and indicating a point-in-time availability check. However, it does not go beyond what the readOnlyHint and openWorldHint annotations already convey, and it does not describe empty-result behavior or staleness. This is adequate for a simple read-only status tool.

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, front-loaded sentence with no filler or redundant restatement. Every word contributes to clarifying what the tool reports.

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?

With zero parameters, an empty input schema, read-only/open-world annotations, and an existing output schema, the description supplies the only needed context: which lanes are covered and what condition determines availability. Nothing needed to invoke the tool 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 input schema already provides complete coverage. The description's mention of lane names is conceptually useful but not necessary for parameter understanding; baseline 4 applies.

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 (lanes) and the condition (currently have a batch available), and it names the three lane types: daily, turtle, and mr. It lacks an explicit imperative verb like 'list' or 'return', which keeps it just short of a 5, but it is specific and not tautological.

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

Usage Guidelines4/5

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

The intended use case is evident: call this tool when you need current batch availability for the daily, turtle, or mr lanes. It does not mention alternatives or exclusions, but with zero parameters and no obviously overlapping sibling tool, the selection context is clear.

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