Skip to main content
Glama
chzkyy
by chzkyy

reset_recipe_trigger

Reset a recipe trigger cursor to re-sync data from the source. Works only with polling and scheduled triggers; the recipe must handle duplicate records.

Instructions

Reset a recipe trigger cursor (POST /api/recipes/:recipe_id/reset_trigger). Use to re-sync data from the source. Only works with polling and scheduled triggers. The recipe must handle duplicate records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
Install Server

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries full disclosure burden. It reveals the side effect of duplicate records and specifies the trigger type limitation, going beyond a generic 'reset' statement. It does not cover auth or rate limits, but the core behavior is transparent.

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?

Three sentences cover the task, usage, constraints, and side-effect warning. It is concise without sacrificing essential information, though the lack of parameter detail keeps it from being perfectly efficient.

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 single-parameter tool with no output schema, the description covers what it does, when to use it, its limitations, and a critical side effect. It lacks explicit info about the id parameter and the response format, but these are minor gaps given the tool's simplicity.

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?

The schema has 0% description coverage and the tool description does not mention the 'id' parameter or what it represents. An agent must infer that 'id' refers to a recipe ID, but this is not explicitly stated in either the schema or description, creating a gap for correct invocation.

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 clearly states the action ('Reset a recipe trigger cursor'), the resource ('recipe trigger'), and the endpoint. It also explains the purpose ('re-sync data from the source'), which distinguishes this from other recipe operations like starting or stopping triggers.

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

Usage Guidelines4/5

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

It explicitly states when to use it ('to re-sync data from the source') and includes critical constraints ('Only works with polling and scheduled triggers'). It doesn't name specific alternative tools, but the condition of usage is clear enough to avoid misuse.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/chzkyy/mcp_workato'

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