Skip to main content
Glama
formegifts

@formegifts/mcp

Official
by formegifts

auth_poll

Checks the status of a sign-in flow using the device code from auth_start. Returns the user email upon approval, indicates pending if still waiting, or expired if the session timed out.

Instructions

Complete the sign-in flow started by auth_start. Pass the device_code from that response. Returns signed_in (with email) once the user approves, pending if still waiting (call this tool again), or expired (start over with auth_start).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_codeYes
Behavior4/5

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

Without annotations, the description carries the behavioral burden. It explains polling behavior, pending state, and expiration. Could be improved by explicitly stating this is a polling endpoint with no side effects, but it is already transparent about the flow.

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?

Three sentences cover the tool's purpose, input, possible outputs, and follow-up actions with no redundant information. Every sentence adds value.

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, polling), the description fully covers the input, outputs, and the overall flow. It references the sibling `auth_start` tool for context, making it self-contained.

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

Parameters5/5

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

Though schema coverage is 0%, the description adds full meaning: 'Pass the `device_code` from that response', specifying both the value's source and required format (minimum length implied). This goes beyond the schema's basic definition.

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?

Clearly states 'Complete the sign-in flow started by `auth_start`', specifying the verb (complete) and resource (sign-in flow). It distinguishes itself from the sibling tool `auth_start` by indicating it is the next step.

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?

Explicitly instructs to 'Pass the `device_code` from that response' and describes three return states (`signed_in`, `pending`, `expired`) with actions for each (call again or restart). Provides clear when-to-use and next steps.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/formegifts/forme.gifts.mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server