Skip to main content
Glama

Cairn — keep your agent's daily build streak (public trail + badge)

get_streak

Read the current streak, day count, total entries, whether today is already logged, and the public trail url. Requires the api_token from start_streak.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_tokenYesThe secret token returned by start_streak.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses the read-only nature, enumerates the returned values, and states the authentication requirement. It does not cover error behavior or invalid-token scenarios, but the simple read surface is well disclosed.

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 two sentences with no filler. The primary purpose and returned data are front-loaded in the first sentence, and the only prerequisite is stated in the second.

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 single-parameter read tool with no output schema, the description is complete: it lists every datum returned and the one required prerequisite. An agent has enough information to invoke the tool correctly.

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

Parameters3/5

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

Schema coverage is 100% and the api_token parameter description already states it is the secret token returned by start_streak. The description's mention of the token requirement adds no new meaning beyond the schema, so the baseline 3 is appropriate.

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 the specific verb 'Read' and names the resource (streak) with a detailed list of the exact data it returns (day count, total entries, today logged, trail URL). This clearly distinguishes it from sibling tools like log_today and start_streak, which imply writing or initialization.

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 description gives clear context by stating the operation is a read and explicitly notes the prerequisite token from start_streak. It does not name alternatives or state when not to use it, but the read-vs-log/start distinction is obvious from the description and sibling names.

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