Skip to main content
Glama

get_company_blueprint_deployment

Read-onlyIdempotent

Retrieve a specific Blueprint deployment by providing company reference, project reference, and deployment ID.

Instructions

Read one receipt-bearing Blueprint deployment lifecycle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_refYes
project_refYes
deployment_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.1

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds minimal context about reading one lifecycle and does not contradict the annotations, but it does not disclose what 'receipt-bearing' means or any additional behavioral details.

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?

The description is a single sentence with no filler, and the primary verb and target resource are front-loaded. It is appropriately concise.

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?

With an output schema present and safe-read annotations, the tool is minimally callable from its three ID parameters. However, given the surrounding family of blueprint deployment tools, the description leaves too much unexplained, especially the meaning of 'receipt-bearing' and how this read operation relates to get_company_blueprint_deployment_head.

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 the description does not compensate by explaining company_ref, project_ref, or deployment_id. The parameter names are somewhat self-explanatory, but no formats, relationships, or examples are provided, leaving valid values underspecified.

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 states a clear verb and resource: Read one Blueprint deployment lifecycle, identified by deployment_id. It is sufficiently specific to distinguish the general read action, but it does not explain the term 'receipt-bearing' and does not explicitly differentiate from the closely named sibling get_company_blueprint_deployment_head.

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 is given for when to use this tool instead of alternatives such as get_company_blueprint_deployment_head, cancel_company_blueprint_deployment, or the propose/finalize family. The phrase 'receipt-bearing' hints at a selection criterion, but the intended usage context is not articulated.

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/RPasquale/lightbulb-mcp'

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