Skip to main content
Glama

Idea Launch

Get an Ad Run

idealaunch_get_ad_run
Read-onlyIdempotent

Get one Ad Run with its full lineage — the original run, any boosts derived from it, and the combined readout across the lineage.

Use this when the user wants the detail behind a single experiment, including how boosts compare to the original.

Returns: { run, lineage: { rootRunId, bestCompletedRunId, overallReadout, runs, activeBoostRunId } }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdYes
ideaIdYes
response_formatNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds non-obvious behavioral context: the tool does not merely return one run, it aggregates lineage including derived boosts and a combined cross-lineage readout. It does not mention auth or rate-limit constraints, so it is not a 5.

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, front-loaded with the core purpose before the usage cue, and the Returns block is compact. The inline Returns object is dense but earns its place given there is no output schema; nothing is redundant.

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?

With no output schema, the description usefully supplies the return shape (run, lineage with rootRunId, bestCompletedRunId, overallReadout, runs, activeBoostRunId), which an agent needs. Annotations cover the safety profile. The remaining gap is unaddressed parameter meaning, preventing a 5.

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 description coverage is 0% and all three params (ideaId, runId, response_format) are undocumented in schema. The description says 'one Ad Run' and 'the original run,' weakly implying runId, but never explains ideaId's role, the relationship between ideaId and runId, or the markdown/json response_format enum. It fails to compensate for the coverage gap.

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?

States a specific verb (Get) and resource (one Ad Run) and scopes it precisely to 'full lineage — the original run, any boosts derived from it, and the combined readout.' This clearly differentiates it from siblings like idealaunch_list_ad_runs (plural listing) and idealaunch_get_run_events (events).

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?

Explicitly states when to use it: 'when the user wants the detail behind a single experiment, including how boosts compare to the original.' The 'one Ad Run / single experiment' framing implicitly distinguishes it from the list tool, but no alternative is named as an exclusion, so it falls short of a 5.

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