Skip to main content
Glama

cantrip_next_run

Execute AI-powered enrichment to update missing fields in existing entities or generate new entities, returning a completion summary. Specify project to override configuration in multi-project environments.

Instructions

Execute an enrichment opportunity with AI. Runs the LLM-powered enrichment inline — either updating existing entities' missing fields (targeted) or generating new entities (bulk). Returns when complete with a summary of what was created or updated. Parallelism: you may run different loop types concurrently (e.g. enrich ICPs + enrich competitors), but the daemon blocks concurrent runs of the same loop type for safety. Pass project to override .cantrip.json — useful in cloud-hosted or multi-project contexts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesOpportunity ID from cantrip_next
projectNoProject slug — overrides .cantrip.json. Required in environments where cantrip_connect cannot write to the filesystem.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool runs inline, returns a summary upon completion, and has parallelism constraints (blocks concurrent runs of the same loop type). However, it lacks details on permissions, rate limits, error handling, or what 'enrichment' entails beyond AI usage, leaving behavioral gaps.

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 description is appropriately sized and front-loaded, starting with the core purpose. Sentences are efficient, but the parallelism explanation could be slightly condensed. Overall, it avoids unnecessary repetition and earns its place with useful information.

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

Completeness3/5

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

Given no annotations and no output schema, the description provides moderate completeness. It covers purpose, usage, and some behavioral traits, but lacks details on return values (only mentions a summary), error cases, or specific enrichment examples. For a tool with AI execution and potential side effects, more context would be beneficial.

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 description coverage is 100%, so the schema already documents both parameters (id and project). The description adds value by explaining that 'project' overrides .cantrip.json and is useful in cloud-hosted or multi-project contexts, but does not provide additional syntax or format details beyond the schema. Baseline 3 is appropriate as the schema does the heavy lifting.

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 tool executes an enrichment opportunity with AI, specifying it can update existing entities' missing fields (targeted) or generate new entities (bulk). It distinguishes from siblings by focusing on AI-powered enrichment execution, unlike tools like cantrip_connect or cantrip_history that handle connections or history.

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?

The description provides clear context on when to use this tool: for AI-driven enrichment, with parallelism rules (different loop types concurrently, same type blocked). It mentions using the 'project' parameter to override .cantrip.json in cloud-hosted or multi-project contexts. However, it does not explicitly state when not to use it or name specific alternatives among siblings.

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

Install Server

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/ozten/mcp-server-cantrip'

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