Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

export_authorizations

Export authorizations as CSV or JSON with optional date range and status filters, supporting up to 10,000 records.

Instructions

Export authorizations as CSV or JSON. Supports date range and status filtering. Maximum 10,000 records.

ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date filter (ISO 8601)
fromNoStart date filter (ISO 8601)
formatNoExport format (default: json)
statusNoFilter by status

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A4/5.0
Behavior4/5

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

No annotations are present, so the description carries the burden. It discloses an important operational limit (maximum 10,000 records), the output formats, and the access setup, including that start_login will not satisfy authorization. It does not describe return shape or behavior beyond the limit, but it covers the main gotchas.

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?

Two short, front-loaded sentences cover the core function and filters before an equally tight access note; the ACCESS block is terse but necessary. There is no filler or redundancy.

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?

For a simple read/export tool, the description covers purpose, formats, filters, record limit, and a non-obvious authentication prerequisite. The main gap is the absence of any statement about the response/return value, but with no output schema and a straightforward export action, this is not critical.

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?

The input schema already documents all four parameters and their formats/enums (100% coverage), so the baseline applies. The description only restates that date-range and status filtering are supported; it adds no new parameter-level detail, though the 10,000-record cap is a useful global constraint.

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?

States the exact operation: export authorizations to CSV or JSON. The supported filters and record cap sharpen the scope, and although it does not name sibling tools, the export format and resource make it clearly distinct from list_authorizations.

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 gives a clear context for calling it: when an export of authorizations with optional date/status filters is needed. It also gives an explicit negative routing note: start_login does NOT open this tool, and a precondition: set PROOF_API_KEY and restart the server. It does not name list_authorizations or export_data as alternatives, so it stops short of full sibling differentiation.

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