Skip to main content
Glama

Approve exact artifact version

approve_artifact_version
Idempotent

Approve a pending artifact version to promote it to current. The action is idempotent, so repeating the decision has no additional effect.

Instructions

Approve one pending immutable artifact version and make it current. Repeating the same decision is idempotent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
request_idYes
Behavior3/5

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

Annotations already indicate idempotent, read-only=false, and non-destructive. The description adds that the version must be pending and that it becomes current. However, it repeats the idempotency hint and does not disclose potential side effects like replacement of the current version or authorization requirements.

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 short sentences with key information front-loaded. The second sentence about idempotency is redundant with the idempotentHint annotation, but the overall size is appropriate.

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?

With no output schema and no parameter descriptions, the description leaves gaps about return values, error cases, and prerequisites. It does not explain what response to expect or how this relates to other artifact approval flow steps.

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 mention either parameter. request_id and note are left unexplained; the agent can only infer from names and formats that request_id identifies some request and note is a comment.

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 identifies the action (approve), the resource (artifact version), and the outcome (make it current). It distinguishes from sibling tools like reject_artifact_version and approve_version by specifying 'artifact version'.

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

Usage Guidelines3/5

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

The description implies usage when there is a pending artifact version approval, but it does not explicitly state alternatives or exclusions, such as 'for project versions, use approve_version'. Sibling tools like approve_version and reject_artifact_version create ambiguity that the description does not resolve.

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/2ools/mcp-server'

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