Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

get_api_key_usage

Retrieve usage for an API key ID: verification counts by type, channel, and status, plus request, confirmation, and authorization totals and attribution context. Counts only—no recipient identifiers.

Instructions

Get per-API-key usage for a given key id: verification counts by type/channel/status, plus verification-request/confirmation/authorization totals, and attribution context (attribution_cutoff_at, attributed_fraction). Counts only — no recipient identifiers. Scoped to the authenticated account; an API-key caller may read only its own key.

ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, or sign in with start_login — a session opens this tool — then call this tool again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe API key id to fetch usage for
environmentNoScope metrics to test or production data (default: production)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations supplied, the description carries the full disclosure burden. It states that the operation returns counts only, contains no recipient identifiers, is scoped to the authenticated account, and that API-key callers can only read their own key. It also discloses the auth requirement and how to unlock access. This meaningfully exceeds a bare 'Get usage' statement.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and well-structured: the first sentence covers purpose and output scope, then the ACCESS paragraph provides actionable setup instructions. The metric list is dense but relevant, and there is no filler or repetition. It is slightly long but each clause earns its place.

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?

There is no output schema, so the description compensates by enumerating the return categories: verification counts by type/channel/status, verification-request/confirmation/authorization totals, and attribution context. It also covers access setup and account scoping. It doesn't specify the exact response structure, but for a usage-read tool the description is largely complete.

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

Parameters3/5

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

Schema description coverage is 100%: both `id` and `environment` have descriptive text in the schema. The description reinforces `id` ('for a given key id') but adds no extra meaning for `environment` or the default value. Baseline 3 is appropriate since the schema fully documents the parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Get per-API-key usage for a given key id'. It enumerates exactly what is returned (verification counts by type/channel/status, totals, attribution context), making the tool's purpose unmistakable. It doesn't explicitly contrast with sibling tools like get_usage or get_platform_summary, but the 'per-API-key' and 'given key id' phrasing inherently distinguishes it.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear access prerequisites and scoping rules: 'Scoped to the authenticated account; an API-key caller may read only its own key', plus setup instructions using PROOF_API_KEY or start_login. However, it does not say when to prefer this tool over siblings like get_usage or get_platform_summary, and no explicit alternatives/exclusions are provided.

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

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