Skip to main content
Glama

Trigger recurring contract

trigger_recurring_contract

Generate the next copies of recurring document templates (bills, purchase orders, etc.) right now, without waiting for the schedule. Pass entity_ids (the recurring document template ids).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idsNoThe recurring template ids to generate the next copies from now.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

The annotations indicate readOnly=false and destructive=false, and the description explains that it generates copies, which is consistent. It does not disclose potential side effects such as duplicate creation or whether the action is idempotent, but this is not a contradiction.

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 concise, using only two sentences, and front-loads the core purpose and timing. It avoids unnecessary detail and is easy to parse.

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?

The description provides enough context for an agent to understand the tool's immediate action and required input. While it does not describe return values or edge cases, the tool is simple enough that this omission is not a significant gap.

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 schema already describes the 'entity_ids' parameter with full coverage, and the description repeats that these are recurring template ids. No additional semantic detail beyond the schema is provided, so a baseline score 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 (generate next copies), the target resource (recurring document templates), and the immediacy (right now, without waiting for the schedule). It distinguishes itself from scheduling-related tools by emphasizing immediate generation, though the sibling 'trigger_recurring_invoice' is not explicitly contrasted.

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 instructs the caller to pass 'entity_ids' as the recurring template ids, which is helpful. However, it does not explicitly explain when to use this tool versus related alternatives like 'trigger_recurring_invoice' or 'set_recurring_contract', leaving some inference required.

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