Skip to main content
Glama

Lovie Company Formation

Get Handoff Package

trademark_firm_get_handoff_package
Read-only

GetHandoffPackage returns the intake, the clearance record, and a short-lived presigned URL for the dossier PDF.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handoffIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
handoffNo
applicationNo
clearanceReportNo
packageDownloadUrlNo
packageUrlExpiresAtNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

The description discloses that the presigned URL is short-lived, a useful behavioral detail beyond the annotations that warns the agent not to cache it indefinitely. Annotations already cover readOnlyHint=true, destructiveHint=false, and the 'returns' wording is consistent with them, so no contradiction exists.

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?

A single sentence with no filler. Each component (intake, clearance record, short-lived presigned URL) earns its place and the most important return values are front-loaded.

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 one-parameter get-by-id tool with an output schema and read-only annotations, the description sufficiently conveys what will be returned. It could go further by noting that the ID comes from the list_pending_handoffs flow, but that gap is minor given the output schema and sibling context.

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 coverage is 100% — the nested handoffId object with its UUID value wrapper is already fully documented in the schema. The description does not add parameter-specific meaning, so the baseline of 3 applies; nothing is under-documented, but the description also does not enrich the parameter's semantics.

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 names a specific resource (the handoff package) and enumerates its components: the intake, the clearance record, and a presigned URL for the dossier PDF. It is clear and lets an agent distinguish this from sibling tools like trademark_firm_list_pending_handoffs or trademark_firm_update_handoff_status, although it does not explicitly name those alternatives.

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 implies usage context: call this tool when you need the full contents of a specific handoff package, given a handoffId. However, it provides no explicit guidance on when not to use it, how the handoffId is obtained (e.g., from trademark_firm_list_pending_handoffs), or how it differs from sibling tools like trademark_firm_acknowledge_handoff.

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.