Skip to main content
Glama

review_bundle_artifact

review_bundle_artifact
Read-onlyIdempotent

Compose a review bundle from change analysis artifacts: implementation brief, change plan, optional flow map, and tenant audit. Deterministic input produces unique ID for deduplication.

Instructions

Artifact tool for reviewer-facing change inspection: compose implementation brief, change plan, optional flow map, and optional tenant audit into one typed review bundle. Basis is stable — identical inputs produce the same artifactId, so callers may dedupe on it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNo
projectRefNo
queryKindYes
queryTextYes
queryArgsNo
startEntityYes
targetEntityYes
directionNo
traversalDepthNo
edgeKindsNo
includeHeuristicEdgesNo
includeTenantAuditNo
freshenTenantAuditNo
includeImpactPacketNo
includeDiagnosticsNo
exportNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNameYes
projectIdYes
resultYes
exportedNo
_hintsYes
Behavior4/5

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

Annotations declare readOnlyHint=true and idempotentHint=true. The description adds that the basis is stable and identical inputs yield the same artifactId, reinforcing idempotency. No contradiction with annotations, and adds useful context beyond them.

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 two sentences, concise and front-loaded with the purpose. The second sentence adds a useful property without redundancy. Slightly more detail could be added without harming conciseness.

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

Completeness2/5

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

Given the tool's complexity (16 parameters, nested objects, output schema) and numerous sibling tools, the description is insufficient. It does not explain the output, the role of parameters, or how this tool fits among alternatives like verification_bundle_artifact.

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

Parameters1/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 explain any of the 16 parameters. The brief mention of components (implementation brief, change plan, etc.) does not map to specific parameters or their meanings, leaving agents with no guidance.

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 clearly states the tool composes a review bundle from components (implementation brief, change plan, etc.) for reviewer-facing change inspection. However, it does not explicitly differentiate from sibling artifact tools like verification_bundle_artifact or task_preflight_artifact.

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?

The description mentions that identical inputs produce the same artifactId for deduplication but provides no guidance on when to use this tool versus alternatives or any prerequisites.

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/drhalto/agentmako'

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