Skip to main content
Glama
altrsoftware

ALTR MCP Server

Official
by altrsoftware

update_sc_agent

Update the details of an existing agent, changing only the fields you specify, such as name, description, or public keys.

Instructions

Update an existing agent. Only provided fields are changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent UUID.
nameNoUpdated name.
descriptionNoUpdated description.
public_key_1NoUpdated first public key.
public_key_2NoUpdated second public key.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It only states partial update behavior but omits critical details such as authorization needs, error handling (e.g., if agent_id does not exist), and side effects. This is insufficient for a mutation tool.

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 consists of two concise sentences with no wasted words. It is front-loaded with the primary action and immediately clarifies the partial update behavior, making it easy to parse.

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?

Given the tool has 5 parameters (1 required) and an output schema, the description is minimally adequate. It covers the core update purpose but lacks context about identification (agent_id role), return values (though schema exists), and when partial vs full update applies. There is room for improvement.

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%, so baseline is 3. The description adds value by clarifying that only provided fields are changed, which explains the semantics of nullable parameters (default null means unchanged). This goes beyond the schema's explicit descriptions.

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 'Update an existing agent,' which is a specific verb+resource combination. It distinguishes from sibling tools like create_sc_agent and delete_sc_agent, and the phrase 'Only provided fields are changed' further clarifies the partial update behavior.

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 provides no guidance on when to use this tool versus alternatives such as create_sc_agent or other update tools. There is no mention of prerequisites, context, or exclusions, leaving the agent without decision support.

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/altrsoftware/altr-mcp-server'

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