Skip to main content
Glama

aws_codepipeline_get_pipeline

Retrieve the complete structure and stage configuration of an AWS CodePipeline to inspect workflow details and verify deployment processes.

Instructions

Get the full structure and stage configuration of a CodePipeline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoAWS profile name from ~/.aws/config (e.g., 'default', 'production')
regionNoAWS region override (e.g., 'us-east-1', 'sa-east-1')
nameYesPipeline name
Behavior3/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 disclosure. It adequately indicates this is a read operation via 'Get' and specifies what data is returned, but lacks details on return format, authentication requirements, or what happens if the pipeline name doesn't exist.

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?

Single sentence of 10 words. Every word earns its place—'full structure' and 'stage configuration' are specific and non-redundant. Front-loaded with the action verb. No waste.

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

Completeness3/5

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

Acceptable for a retrieval tool with 100% input schema coverage. The description indicates what content is returned ('structure and stage configuration'), compensating somewhat for the missing output schema. However, lacks return format details or pagination notes that would help the agent process the response.

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

Parameters3/5

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

Schema has 100% description coverage (profile, region, name all documented), establishing baseline. The description mentions 'CodePipeline' which contextualizes the 'name' parameter, but adds no syntax details, formatting requirements, or examples beyond what the schema already provides.

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?

Excellent specificity: 'Get' is a clear action verb, 'CodePipeline' identifies the resource, and 'full structure and stage configuration' precisely scopes what is retrieved. This clearly distinguishes from sibling tools like get_pipeline_state (which returns execution state) and list_pipelines (which returns summaries).

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

Usage Guidelines2/5

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

No guidance provided on when to use this tool versus siblings like list_pipelines (which should be called first to discover pipeline names) or get_pipeline_state. No prerequisites or error handling mentioned.

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/marcelobrake/aws-mcp'

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