Skip to main content
Glama

get_release_and_journeys

Retrieve release context and associated user journeys in a single call to support release go/no-go decisions.

Instructions

Batch: release context plus journeys for the release app URL in one call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
release_idYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not mention whether the operation is read-only, what the response structure looks like, or any permissions or side effects. The only signal is the 'get' prefix, which is insufficient to understand the tool's behavior beyond its basic purpose.

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 a single sentence that is easy to skim and front-loaded with the core function. It is appropriately concise, though it sacrifices detail for brevity. The structure is clean and to the point.

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

Completeness2/5

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

Given the tool has a single parameter, no output schema, and no annotations, the description should provide more context about what 'release context' and 'journeys' include and what the response will look like. The current description is too thin to be fully actionable for an agent, especially since it combines two concepts.

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

Parameters1/5

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

The schema has one required parameter, release_id, with 0% description coverage. The description fails to explain anything about the parameter, leaving the agent to infer from the name alone. Since the schema is also unhelpful, the lack of any parameter semantics in the description is a significant gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool batches release context and journeys, which distinguishes it from sibling tools like get_release_context and get_journeys_for_release. However, the verb 'Batch' is not a standard action verb and the description doesn't explicitly say 'retrieves' or 'returns', though the tool name 'get_*' implies it. The mention of 'release app URL' adds scope, making the purpose reasonably clear.

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

Usage Guidelines3/5

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

The description implies usage when both release context and journeys are needed in a single call, but it does not explicitly state when to use this tool over alternatives or provide exclusions. The phrase 'in one call' hints at batching, but there is no direct guidance about when to choose this over calling the separate 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/n2400813g/blop-mcp'

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