Skip to main content
Glama

Canarics

Check signup status

check_signup_status
Idempotent

Follow a signup started with start_signup. Poll slowly — the human step takes minutes. Once the person has claimed the link and the trial is live, this returns a one-time read-only Canarics API key for the new team: store it and use it as the Bearer key on this same MCP endpoint (and /api/v1) from then on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentTokenYesThe intentToken returned by start_signup.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations include idempotentHint=true and readOnlyHint=false, but the description adds valuable behavioral context: the tool is read-only in effect (returns a key) but has a timing consideration (polling is slow), the key is one-time and should be stored, and the tool implies a state change in the signup process. It also warns about the long polling duration, which is beyond annotations and enhances transparency. No contradiction exists.

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 concise and well-structured, with the core purpose first, followed by critical usage guidance (poll slowly) and the outcome (one-time key). Every sentence contributes to correct tool usage, with no redundant or filler content. It's front-loaded with the most important call-to-action.

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?

Given the tool's simplicity (one parameter, no output schema), the description is complete. It covers the trigger (start_signup), the expected latency, the condition for success (claim and trial live), and the exact next step (store and use as Bearer). The agent has all necessary context without needing additional return-value details, as the description implies the key is in the response.

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 schema covers 100% of parameters, with the single intentToken parameter fully described. The description adds context by tying the parameter to start_signup's output and explaining how it's used in the polling flow, which is helpful beyond the schema. The description doesn't need to explain the parameter further since schema is sufficient, but the contextual link adds value.

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 clearly states the tool's purpose: to follow up on a signup initiated by start_signup, and to retrieve a one-time API key when the signup is complete. It uses a specific verb ('follow') and identifies the resource (signup status) and the key, distinguishing it from its sibling by referencing the start_signup flow.

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

Usage Guidelines5/5

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

The description gives explicit usage context: it tells the agent to use this tool after start_signup, to poll slowly because the human step takes minutes, and to expect the key only after the link is claimed and trial is live. It clearly states when to use it (polling loop) and what to do with the result (store and use as Bearer key), which is excellent guidance without needing to exclude alternatives.

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