Skip to main content
Glama

new_recursive_execution_id

Generate a public UUID to identify a recursive execution, enabling later cancellation by another authenticated client.

Instructions

Create a public UUID for a recursive run before starting it.

Pass this value to recursive_agent_execute. Another authenticated client in the same tenant/company/user scope can then use it to cancel the tree. Creating the reference makes no server, provider, or storage call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.1

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the burden of behavioral disclosure. It explicitly states 'Creating the reference makes no server, provider, or storage call,' which is critical for an agent to understand that this is a local, side-effect-free operation despite the 'Create' verb. It also discloses the scoping behavior ('same tenant/company/user scope').

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?

Three short sentences, each earning its place: purpose, usage, and side-effect transparency. The most important information is front-loaded, and there is no redundant or filler language.

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

Completeness5/5

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

For a zero-parameter tool with an output schema, the description is complete. It explains the tool's purpose, the required call sequence (pass to recursive_agent_execute), the cancellation use case, scope constraints, and the absence of side effects. Nothing an agent needs to select and invoke the tool correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and 100% schema description coverage, so the schema is trivially complete. The description adds no parameter-specific detail, but there is nothing to document. Per the baseline for zero-parameter tools, a score of 4 is appropriate.

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 states a specific action ('Create a public UUID'), a specific resource ('for a recursive run'), and a temporal constraint ('before starting it'). This clearly differentiates it from related siblings like get_recursive_agent_execution_status and cancel_recursive_agent_execution by defining its role as a precursor step.

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 explicitly tells the agent when to use the tool ('before starting' a recursive run) and how to use its return value ('Pass this value to recursive_agent_execute'). It also explains the intended downstream purpose (cancellation by another client). However, it does not explicitly state when not to use it or mention alternatives, so it stops short of a fully explicit when/when-not specification.

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/RPasquale/lightbulb-mcp'

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