Skip to main content
Glama

Get pipeline step log

get_pipeline_step_log
Read-onlyIdempotent

Fetches the plain text log output for a specific Bitbucket pipeline step. Provide the pipeline UUID and step UUID to retrieve the log contents.

Instructions

Fetch the log output of a specific pipeline step. Use pipeline_uuid and step_uuid from get_pr_pipeline_status. Returns plain text log contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoBitbucket repo slug.
step_uuidYesPipeline step UUID.
workspaceNoBitbucket workspace (slug).
pipeline_uuidYesPipeline UUID.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds value by stating the return format ('plain text log contents') and the source of identifiers, without contradicting any annotations.

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?

Two concise sentences, front-loaded with the purpose and followed by key usage guidance. No unnecessary words or repetition.

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 simple read-only tool with no output schema, the description fully explains what the tool does, where to get needed parameters, and what the return type is. Annotations cover safety, leaving no significant gaps.

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?

Schema coverage is 100%, so all parameters are documented. The description enhances this by specifying that pipeline_uuid and step_uuid come from `get_pr_pipeline_status`, adding meaning beyond the schema's basic type descriptions.

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 the action ('Fetch the log output') and the specific resource ('a specific pipeline step'), which distinguishes it from sibling tools like get_pr_pipeline_status (which returns status, not logs).

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?

It explicitly instructs users to obtain pipeline_uuid and step_uuid from `get_pr_pipeline_status`, providing clear context on prerequisite data. While it doesn't explicitly state when not to use it, the usage context is obvious and well-referenced.

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/jacobpixleratgather/bitbucket-mcp'

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