Skip to main content
Glama

Lovie Company Formation

List Pending Handoffs

trademark_firm_list_pending_handoffs
Read-only

ListPendingHandoffs returns the packages awaiting this firm's attention.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNo
statusesNo
pageTokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
handoffsNo
totalCountNo
nextPageTokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.9/5.0
Behavior3/5

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

Annotations convey the API is non-destructive (readOnlyHint absent but 'returns' implies read). The description adds 'awaiting this firm's attention' but does not explain pagination behavior, default statuses included, or what happens if no pending items exist. Since annotations cover the safety profile, the description doesn't need to repeat that; it adds minimal but non-contradictory context.

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?

One focused sentence that identifies the read operation and scopes it to the firm's pending items. Not bloated.

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

Completeness2/5

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

No context about 'handoff' lifecycle, no parameter explanations, no output description. The enum statuses are unexpanded, and pagination is implied but not described. An agent cannot know what the returned packages contain or how filtering works.

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 has zero descriptions for its 3 propertiesž. The description doesn't mention filtering by statuses, pagination (pageSize/pageToken), or status enum semantics. Agents must guess the meaning of HANDOFF_STATUS_UNSPECIFIED vs PENDING and how pending handoffs are selected.

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?

Clear verb (returns/lists) and a specific resource: 'packages awaiting this firm's attention.' This explains that it lists pending handoffs for the current firm. However, the precise meaning of 'pending' versus other handoff statuses is left ambiguous, so it stops short of a 5.

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 on when to call this versus related handoff operations (e.g., trademark_firm_acknowledge_handoff or status update). Agent has to guess from the name.

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.