Skip to main content
Glama
instavar

@instavar/mcp-server

Check account connection

connect_account_status
Read-only

Check the status of a pending account connection. Returns pending, connected, or expired status along with the account label when connected.

Instructions

Poll a pending account connection started by connect_account. Returns status 'pending' | 'connected' | 'expired', plus the connected account label once connected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairingIdYesThe pairingId returned by connect_account
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description confirms polling (non-destructive). It adds value beyond annotations by detailing the possible statuses and the label field, plus the context of polling a pending connection.

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 a single compact sentence with all essential information: action, input source, output fields. No wasted words.

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 simple one-parameter input and no output schema, the description fully covers what an agent needs: when to call (after connect_account), what to pass (pairingId), and what to expect (status and label).

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?

Schema coverage is 100% for the only parameter 'pairingId'. The description adds context that this parameter is returned by 'connect_account', which is valuable guidance beyond the schema's format description.

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 verb 'poll', the resource 'pending account connection', and the specific return values (status and label). It distinguishes itself from sibling tools like 'connect_account' which initiates the connection.

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 ties usage to a prior call to 'connect_account' and implies polling behavior. While it lacks explicit 'when not to use' or alternatives, the context is clear enough for this simple tool.

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/instavar/mcp-server'

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