Skip to main content
Glama
klodr

faxdrop-mcp

faxdrop_get_fax_status

Read-only

Check the delivery status of a previously sent fax. Poll for updates until a terminal status (delivered, failed, or partial) is reached.

Instructions

Check the delivery status of a previously sent fax.

USE WHEN: polling for the outcome of a fax sent via faxdrop_send_fax. Status values: queued | sending | delivered | failed | partial.

DO NOT USE: for faxes sent outside this MCP (no provenance — server returns 404). Once status is delivered, failed, or partial, STOP polling — these are terminal.

SIDE EFFECTS: each non-cached call hits the FaxDrop API and counts toward its per-key rate limits (no monetary cost). Terminal results are cached process-wide.

POLLING STRATEGY: every ~5s for the first 2 min, then every ~30s up to 10 min. Most US faxes complete in <90s.

RETURNS: provider status object + optional _cached: true flag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
faxIdYesThe fax ID returned by faxdrop_send_fax (e.g. fax_abc123).
Behavior5/5

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

Discloses side effects: each call hits the FaxDrop API and counts toward rate limits, terminal results are cached process-wide. Annotations already indicate readOnlyHint and openWorldHint; description adds concrete behavioral context without contradiction.

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?

Extremely concise with clear sections using 'USE WHEN', 'DO NOT USE', 'SIDE EFFECTS', 'POLLING STRATEGY', and 'RETURNS'. No wasted sentences; each line serves a distinct purpose.

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's polling nature and complexity, the description covers usage, termination conditions, caching, rate limits, and return format. Despite lacking an output schema, the description adequately informs the agent about what to expect.

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 has 100% description coverage for `faxId`, already specifying it is returned by `faxdrop_send_fax` with an example. The description restates this information without adding new details, so it meets the baseline but does not exceed it.

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 tool checks delivery status of a fax sent via `faxdrop_send_fax`. It lists possible status values and specifies its role in the workflow, clearly distinguishing it from sibling tools like sending or pairing.

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?

Explicitly states when to use (polling after sending) and when not to use (for faxes outside MCP, which return 404). Provides a recommended polling strategy and instructs to stop polling on terminal statuses, offering clear guardrails.

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/klodr/faxdrop-mcp'

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