Skip to main content
Glama

account_signin_start

Reconnect an existing org without rotating keys (step 1 of 2): emails a 6-digit code to the owner. Then account_signin_verify. Prefer this over Recover.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=false and destructiveHint=false, so mutation is expected. The description usefully adds the side-effect nature (emails a code), the 6-digit format, and that keys are not rotated. This is meaningful beyond the annotations, though it does not discuss expiry or resend behavior.

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 short sentences pack purpose, workflow step, next sibling, and alternative preference with no filler. Every clause earns its place, and the most important action is front-loaded.

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 simple one-parameter start-step with an output schema and annotations, the description covers the essential workflow, the sibling to follow, and the side effect. It is slightly terse regarding what 'Recover' refers to exactly, but the sibling list makes that resolvable.

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 only lists 'email' as a string with no description, and schema coverage is 0%. The description compensates by specifying that the email belongs to the org owner and is the address receiving the code. It adds enough semantic meaning for the single required parameter.

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 clear action: it is step 1 of 2 for reconnecting an existing org, and it emails a 6-digit code to the owner. It also differentiates itself from account_signin_verify by explicitly pointing to the next step, and from the recover flow by saying 'Prefer this over Recover.'

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?

It gives explicit when-to-use context ('Reconnect an existing org without rotating keys'), sequence context ('Then account_signin_verify'), and an explicit preference against the alternate recover flow. This is strong routing guidance for an agent.

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