Skip to main content
Glama

PromptFax

Send paid fax

send_fax
Destructive

Fallback/non-widget tool for sending after payment is authorized and the user explicitly wants to send now. In ChatGPT widget sessions, do not call this after start_session unless the widget is unavailable or the user explicitly asks for fallback behavior.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdNoPromptFax MCP session identifier returned by start_session. Use this to continue a session-backed fax workflow.
sendIntentIdNoPromptFax send intent identifier returned by get_quote or session status. Use this for checkout, send, status, retry, or cancel operations.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide destructiveHint=true, so the description adds value by explaining the context (fallback, after payment) and user authorization requirement. It doesn't contradict annotations and offers useful behavioral detail beyond the structured field.

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 two sentences, front-loaded with purpose, no wasted words. It is concise yet packed with essential usage guidance.

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?

Given the tool has 2 params, no required fields, and an existing output schema, the description covers key context (fallback, authorization, when to avoid). It could add more about post-send behavior but is sufficient for an agent to use correctly.

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% with detailed descriptions for both parameters. The tool description does not add additional meaning beyond what the schema already provides, so baseline 3 is appropriate.

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 it sends a fax after payment authorization, and distinguishes it as a fallback/non-widget tool. The verb 'send' and resource 'fax' are explicit, and it differentiates from sibling tools like 'checkout' and 'start_session'.

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?

The description explicitly states when to use (after payment authorized and user wants to send now) and when not to use (in ChatGPT widget sessions unless widget unavailable or user asks for fallback). This provides excellent decision guidance.

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.4/5.0
Disambiguation5/5

Each tool has a distinct purpose: session initiation, document attachment, quoting, payment, sending, canceling, status checking, and retrying failed faxes. No overlap is evident.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., attach_document, get_quote, send_fax), making them predictable and easy to understand.

Tool Count5/5

With 8 tools, the set is well-scoped for a fax-sending service, covering the full lifecycle without being excessive or lacking.

Completeness5/5

The tools cover the entire pay-per-use fax workflow: session start, document attachment, quoting, payment, sending, cancellation, status tracking, and retry. No obvious gaps.

Resources