Skip to main content
Glama

List fax records

list-faxes
Read-onlyIdempotent

List fax records for a user. Returns paginated results. Summarize for the user in plain language (sent/failed, pages); do not dump raw API metadata.

Side effects: none (read-only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoStart datetime UTC, format YYYY-MM-DD HH:mm:ss.
limitNoPage size 1–50 (default 25).
orderNoasc or desc (default desc).desc
beforeNoEnd datetime UTC, format YYYY-MM-DD HH:mm:ss.
offsetNoPagination offset (default 0).
statusNoOptional status filters.
is_readNoOptional read filter.
sort_byNoOne of: date, from, to, comment, pages (default date).date
user_idNoFax.Plus user ID. Default: self.
categoryYesOne of: inbox, sent, spam.
max_pagesNoOptional maximum page count.
min_pagesNoOptional minimum page count.
to_numberNoOptional E.164 to number filter.
from_numberNoOptional E.164 from number filter.
in_progressNoSet true to include in-progress incoming faxes (default false).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
limitYes
offsetYes
recordsYes
has_moreYes
next_offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

The description adds behavioral context beyond annotations: it states 'Side effects: none (read-only)' which aligns with the readOnlyHint and destructiveHint annotations, and it instructs the agent to summarize results in plain language and avoid dumping raw API metadata. This is valuable guidance on how to present output, exceeding what annotations convey.

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 long, with the core purpose stated first and the behavioral guidance second. Every sentence earns its place—no redundancy, no fluff. It is front-loaded with the most important information, making it easy for an agent to scan.

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 15 parameters and an output schema, the description is appropriately complete. It covers the essential action, scope, pagination, and presentation behavior. The schema handles parameter details, and the output schema covers return structure. The description does not need to enumerate every filter; it provides just enough context for correct invocation.

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%, so all 15 parameters are documented in the schema. The tool description adds no parameter-specific meaning—it only mentions 'for a user' and 'paginated', which are not tied to any individual parameter. Given the high schema coverage, a baseline score of 3 is appropriate.

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 clearly states the action (list) and resource (fax records) and scope ('for a user'). It also specifies that results are paginated, which adds clarity. However, it does not explicitly differentiate from siblings like list-outbox-faxes, though the distinct purpose is inferable.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as list-outbox-faxes, get-fax, or delete-fax. It does not state prerequisites, exclusions, or conditions that would steer the agent to a different tool. The only usage hint is about output formatting, not tool selection.

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.

Resources