Skip to main content
Glama

get_onboarding_status

Poll the setup session you started with start_onboarding. Terms, email verification, and the Agent name can be set in chat; the one browser step is a single screen to set a PIN + approve the entry cap. This returns per-step flags (terms_accepted, email_verified, agent_name_set, key_cap_approved), status, and — once complete — the agent_id AUTOMATICALLY (no copy-paste). Poll every few seconds after handing over the deep link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesThe session_id returned by start_onboarding.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and it does so well: it discloses the per-step flags returned, the automatic agent_id delivery, and the polling cadence. It stops short of describing failure modes or timeout behavior, but the core behavior is transparent.

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 deliver purpose, expected output, and polling guidance with no filler. The most important usage constraint is front-loaded, and every clause adds actionable information.

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 one-parameter polling tool with no output schema and no annotations, the description provides sufficient context: what to pass, what to expect in return, and when to call. An agent could confidently invoke this 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?

The single session_id parameter has 100% schema description coverage, so the baseline is 3. The description reinforces that the session comes from start_onboarding but does not add new parameter-level semantics beyond what the schema already states.

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 states a specific action ('Poll the setup session') and a specific resource ('the setup session you started with start_onboarding'), then enumerates the exact return fields. It is clearly differentiated from sibling tools by tying it to the onboarding flow.

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 explicitly says to poll every few seconds after handing over the deep link, which places the tool in the onboarding sequence relative to start_onboarding. It does not name explicit alternatives or when-not-to-use cases, but the usage 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