Skip to main content
Glama

get_pipeline_version

Fetch a specific pipeline version by providing its name and version ID. Returns version details with an object ID for further processing.

Instructions

Fetches a specific version of a pipeline by its version ID. :param pipeline_name: Name of the pipeline. :param version_id: UUID of the version to fetch. :returns: Pipeline version details or error message.

The output is automatically stored and can be referenced in other functions. Returns a formatted preview with an object ID (e.g., @obj_123). Use the object store tools in combination with the object ID to view nested properties of the object. Use the returned object ID to pass this result to other functions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pipeline_nameYes
version_idYes
Behavior4/5

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

With no annotations, the description discloses that the output is automatically stored in the object store and returns an object ID for referencing. It explains how to use the result with object store tools. However, it omits authentication needs, rate limits, or side effects, though the operation is likely read-only.

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 informative with a clear purpose, parameter docs, and output usage notes. It is slightly lengthy due to repeating param docs that could be in the schema, but overall front-loaded with the main action. Every sentence adds value.

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 simple fetch tool with no output schema, the description explains the return format (object ID) and how to use it. It covers the basic workflow but lacks details on error handling or prerequisites. Given the tool's simplicity, it is reasonably complete.

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

Parameters5/5

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

The schema has 0% description coverage, but the description includes explicit parameter documentation: ':param pipeline_name: Name of the pipeline.' and ':param version_id: UUID of the version to fetch.' This adds crucial meaning beyond the schema's property titles.

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 it fetches a specific pipeline version by ID, using the verb 'fetches' and specific resource 'version'. It distinguishes from siblings like 'list_pipeline_versions' (which lists all versions) and 'patch_pipeline_version' (which modifies).

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 (fetching a specific version) but does not explicitly guide when to use this vs. alternatives like 'list_pipeline_versions' for multiple versions or 'get_pipeline' for the pipeline itself. It mentions using object store tools for nested properties, which helps for further interaction.

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/deepset-ai/deepset-mcp-server'

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