Skip to main content
Glama
agent-blueprint

Agent Blueprint

Official

update_business_case

Update business case sections by merging provided data into an existing business case. Automatically marks implementation plan as stale. Use after changes to refresh ROI projections with recalculate_financials.

Instructions

Update business case sections. Shallow-merges provided sections into the existing business case data. Propagates staleness to implementation plan. After updating, consider calling recalculate_financials to refresh ROI projections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blueprintIdYesThe blueprint ID (UUID)
sectionsYesTop-level sections to merge. Common keys: executiveSummary, businessContext, objectives, proposedSolution, benefits, risks, recommendation. Additional keys are accepted and preserved.
customerOrgIdNoCustomer organization ID (UUID). Required for partner users accessing a customer org.
Behavior4/5

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

The description discloses key behavioral traits: shallow merge, propagation of staleness, and suggestion to recalculate financials. Since no annotations are provided, the description carries full burden. It lacks return value details but is otherwise transparent.

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 three concise sentences with no wasted words: first sentence states purpose, second explains behavior and side effect, third suggests follow-up. Well-structured and front-loaded.

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 tool with 3 parameters and no output schema, the description covers the merge behavior, side effect on implementation plan, and follow-up action. It could mention return value or error conditions but is sufficiently complete.

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 description coverage is 100%, giving a baseline of 3. The description adds value by explaining the sections merging behavior and listing common keys, which goes beyond the schema's propertyNames description.

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 tool updates business case sections with a specific verb and resource, and explains the shallow-merge behavior. It distinguishes itself from sibling tools like recalculate_financials.

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?

The description provides usage context by explaining the merge and side effect (propagates staleness), and suggests calling recalculate_financials after updating. However, it does not explicitly contrast with other update tools like update_blueprint or when to avoid using this tool.

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/agent-blueprint/mcp-server'

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