Skip to main content
Glama

service-report

Completion report as a PDF

completion_report_pdf
Read-onlyIdempotent

Call this tool to render the A4 completion report of one work order and return a download link valid for one hour: the lines, the hours, the materials, the totals and the sign-off block. Pro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
out_pathNoName for the downloaded file, e.g. harbour-cafe-report. Defaults to the work order id; the report comes back as a download link valid for one hour
work_orderYesThe work order id, e.g. WO-2026-0001, or the client name when only one job is theirs

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context by disclosing the one-hour link validity and the exact contents of the report, which are not in the annotations. No contradictions with annotations are present.

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

Conciseness4/5

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

The core sentence is concise and front-loaded with the action and main details. The list of report contents is helpful but slightly redundant with the phrase 'completion report'; nonetheless, it adds value. The trailing 'Pro.' is extraneous and unclear, slightly reducing the score from 5.

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 read-only, idempotent tool with two well-documented parameters and no output schema, the description covers the essential behavior: what it renders, return type, and validity period. It does not mention potential errors, permissions, or how the download link is consumed, but these are likely beyond what is needed 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?

The input schema has 100% description coverage for both parameters, so the baseline is 3. The description itself does not add significant parameter-level meaning beyond what the schema already states (e.g., it calls work_order 'one work order', but the schema already describes the ID or client name). No extra constraints or examples are provided.

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 states a specific action ('render'), a specific resource ('A4 completion report of one work order'), and a concrete output ('download link valid for one hour'). It also lists the report contents (lines, hours, materials, totals, sign-off block), making it easy to distinguish from the sibling completion_report_text (which would be text-based) and work_orders_report (plural reports).

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

Usage Guidelines3/5

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

The description clearly implies when to use this tool: when a one-work-order completion report in PDF format is needed. However, it does not explicitly mention alternatives or state when not to use it (e.g., 'use completion_report_text for text'). This is adequate but lacks explicit routing 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.