Skip to main content
Glama

export_appointment_metrics_excel

Export filtered appointment metrics to an XLSX file. Retrieve a download link for the appointment list filtered by dock, carrier, load type, and other criteria.

Instructions

Retrieve file link with the appointment list as XLSX. The link points to an external file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailCCsYesCC email addresses
dockIdsNoDock IDs to filter
loadTypeIdsNoLoad type IDs to filter
carrierIdsNoCarrier IDs to filter
tagsNoTags to filter
dateFieldNoDate field filter object
appointmentTypesNoAppointment types to filter
allCarriersNoInclude all carriers
exportFieldsNoFields to include in export
skipCustomFieldsNoSkip custom fields
Behavior2/5

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

With no annotations, the description carries full burden. It discloses that a file link is returned and that it points to an external file, but fails to mention side effects (e.g., file generation, link expiration), synchronization behavior, or any restrictions on usage.

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

Conciseness3/5

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

The description is concise with two sentences, but it is overly minimal. It could include more context without being verbose. The structure is front-loaded but lacks detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (10 parameters, no output schema), the description is severely incomplete. It does not explain the output format, how to use the link, or any constraints. The required emailCCs parameter remains mysterious.

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

Parameters2/5

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

Schema coverage is 100% but parameter descriptions are minimal (e.g., 'CC email addresses'). The description adds no extra meaning or context about how parameters affect the export, especially the required emailCCs field, which is not explained.

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 tool retrieves a file link for an XLSX appointment list, indicating a download/export function. However, it does not explicitly differentiate from sibling tools like list_appointment_metrics or export_yard_data_excel, which also deal with appointment data.

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?

No guidance is provided on when to use this tool versus alternatives. For example, it does not mention that this tool returns a file link while list_appointment_metrics returns JSON data, or that export_yard_data_excel is for yard data.

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/Pollamin/opendock-mcp'

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