Skip to main content
Glama

TunnelMind Data API

get_api_key

Returns the tier, label, masked owner email, creation date, last-used timestamp, today's request count, and daily request limit for the API key used in this request. Useful for agents that need to monitor their own quota consumption.

Use this tool when:

  • You want to check how many requests your key has used today.

  • You need to know your current tier or daily limit.

  • You want to confirm that your API key is active.

Do NOT use this tool when:

  • You want to manage multiple keys — this endpoint only reflects the calling key.

  • You need tracker data — use the tracker endpoints instead.

Inputs:

  • No body or query parameters. Auth is from the Authorization: Bearer header.

Returns:

  • tier: free, supporter, pro, or enterprise.

  • requests_today: integer count from KV (best-effort; resets at UTC midnight).

  • limit_per_day: null for enterprise (unlimited).

  • last_used: ISO 8601 timestamp, may be null if never used.

Cost:

  • Free. Does not count against the daily request limit.

Latency:

  • Typical: <150ms, p99: <400ms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A5/5.0
Behavior5/5

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

No annotations are present, so the description carries full behavioral disclosure. It reveals that the request is free and does not count against the daily limit, notes that 'requests_today' is best-effort from KV and resets at UTC midnight, and gives latency estimates. It also clarifies auth via the Authorization header.

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 moderately long but highly structured with sections for use cases, returned fields, cost, and latency. Bullet points make it scannable, and there is no redundancy or filler.

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 has no parameters and no output schema, the description fully compensates by specifying all return values, including edge cases like null last_used and unlimited enterprise limit. Usage guidance and cost/latency details make selection and invocation unambiguous.

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?

With zero parameters in the schema, the description states 'No body or query parameters' and clarifies that auth comes from the Authorization header, which adds meaning beyond the empty schema. It also enumerates the exact return fields with types and edge cases.

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 opens with a specific verb 'Returns' and enumerates exactly what is returned for the API key used in this request. It distinguishes from sibling tools like revoke_api_key and create_free_key by focusing on the calling key's quota and metadata.

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?

Explicit 'Use this tool when' and 'Do NOT use this tool when' sections lay out appropriate scenarios (monitor quota, check tier/limit, confirm active) and exclusions (managing multiple keys, needing tracker data) with an alternative ('use the tracker endpoints instead').

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

B3.3/5.0
Disambiguation2/5

Many tools overlap in purpose, such as cross_lens_verify, cross_lens_lookup, profile_entity, and preflight_should_i_act, which all return node verdicts with subtle differences. Sigil verification tools and receipt-related tools also have similar names and require deep reading to distinguish.

Naming Consistency3/5

The tool names are mostly readable, but the pattern is mixed: some use verb_noun (get_domain, create_subscription) while others use domain prefixes (sigil_*, ghostroute_*, intel_*). Within each domain, naming is consistent, but the overall style lacks uniformity.

Tool Count1/5

With 90 tools, this server is extremely overloaded. Even for a multi-purpose data API, the sheer number overwhelms and makes navigation difficult, far exceeding the typical well-scoped MCP server. The count is an extreme mismatch for the apparent scope.

Completeness4/5

The tool surface is very comprehensive, covering tracker lookup, cross-lens verification, receipts, compliance, subscriptions, tasks, intel probes, and more. Minor gaps exist, such as no batch cross-lens verification, but core workflows are well covered.

Resources