Skip to main content
Glama

1Lookup

Get account plan and credits

get_account
Read-only

Get the 1Lookup organization's plan and remaining credits. Free, spends no credits. Call before a large run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
userNoThe signed-in user
usageNoLookups and credits consumed, this period and all time
tokensYesCredit balances, including total_available
api_keyNoUsage for the calling API key, empty for MCP callers
organizationYesThe organization the credits belong to
subscriptionNoCurrent plan, or null when there is no Stripe subscription

TDQS

A4.5/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond the readOnlyHint=true and destructiveHint=false annotations: 'Free, spends no credits.' This is valuable for an agent deciding whether to call the tool, though it does not disclose other potential details like rate limits or caching.

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, efficient sentence that front-loads the core purpose before adding the cost and usage notes. No filler or redundancy; every clause adds relevant 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?

With an output schema present and zero parameters, the description covers all necessary context: what is returned (plan and credits), the cost implication, and the recommended use case. Nothing an agent needs to call this tool correctly is missing.

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 tool has zero parameters, so the schema already fully documents everything. The description does not need to add parameter details; the baseline for a zero-parameter tool applies here.

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 names a specific verb ('Get') and explicit resources ('plan and remaining credits') for a named entity ('1Lookup organization'). This clearly differentiates the tool from its siblings, which are all verification/lookup operations rather than account inspection.

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?

'Call before a large run' provides a clear, actionable trigger for using the tool. It does not explicitly name alternatives, but the account-focused purpose and mention of cost make it unambiguous when to invoke this tool versus the sibling verification tools.

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.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct resource or mode: single IP, phone, email, a batch operation, and account info. The bulk_verify tool is clearly differentiated from the single-item lookups by its batch scope.

Naming Consistency3/5

Most tools follow a verb_noun pattern like get_account, validate_phone, and verify_email, but ip_lookup reverses the order and bulk_verify uses a modifier before the verb. The mix of verify, validate, and lookup verbs is also slightly inconsistent.

Tool Count5/5

Five tools is a well-scoped set for a lookup/verification API: one account endpoint, three single-entity checks, and one bulk operation. Each tool has a clear purpose and none feel redundant.

Completeness5/5

The tool surface covers the core domain: phone, email, and IP verification are available both individually and via bulk_verify, and get_account supports operational planning around credits. No obvious dead ends or missing critical operations.

Resources