Skip to main content
Glama

Mint a new execution ID

execution_create

Create an execution ID for externally run processes, enabling log data correlation after the probe server has been started.

Instructions

Mints a new executionId for a process/request/test run you will trigger yourself (already running externally, or you'll reproduce it manually). Instrumented code must include this executionId in every log event it POSTs to the ingestion server. Requires probe_server_start to have been called first. For processes you want log-probe-mcp to launch and capture directly, use execution_run instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoHuman-readable label, e.g. "manual repro #3".
sessionIdYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the critical integration contract (instrumented code must include this executionId in every log event POSTed to the ingestion server) and the prerequisite. It does not mention return value, idempotency, or error behavior, but for a minting operation the core behavior is adequately transparent.

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 sentences, each earning its place. Front-loaded with the core action ('Mints a new executionId'), followed by the integration requirement, prerequisite, and alternative. No fluff or repetition.

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 relatively simple tool with two parameters and no output schema, the description covers purpose, usage, integration contract, and sibling differentiation. It falls short only in explaining the sessionId parameter's origin and the exact return format, but overall it is reasonably complete.

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 coverage is only 50%: label is described, but sessionId has only a minLength constraint with no purpose. The description does not clarify that sessionId likely refers to the session started by probe_server_start, leaving a significant semantic gap. The description does not compensate for the missing parameter documentation.

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?

Clearly and specifically describes the tool: it mints a new executionId for processes the user will trigger externally or manually. The description distinguishes it from the sibling execution_run, which launches and captures processes directly.

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

Usage Guidelines5/5

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

Provides explicit usage context: requires probe_server_start to have been called first, and directs users to execution_run when log-probe-mcp should launch the process. This clearly identifies when to use this tool versus the alternative.

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/asynchroza/log-probe-mcp'

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