Skip to main content
Glama

agent_update

Update an agent's name or metadata, and manage addresses by adding, updating, or removing them, all in one request.

Instructions

Update an agent's name or metadata, and/or add/update/delete an address. Use addAddress to attach a new address, updateAddress to change fields on an existing one (by addressId), deleteAddressId to remove one. Multiple field-level changes can be combined in a single call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAgent ID
nameNoUpdated agent display name
metadataNoUpdated metadata as key-value string pairs
addAddressNoAttach a new postal address to this agent.
updateAddressNoUpdate fields on an existing address. Pass addressId + the fields to change.
deleteAddressIdNoID of an address to remove from this agent.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Description adds operational context beyond annotations: it clarifies it modifies the agent (consistent with readOnlyHint=false) and details specific sub-operations including removal. No contradiction with annotations; destructiveHint=false for address removal is reasonable if addresses are not considered core records.

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?

Three sentences, front-loaded with the main action, no filler. Each sentence adds value, efficiently summarizing capabilities and combination possibility.

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?

Given the tool's complexity (multiple nested address operations) and presence of an output schema, the description adequately covers the main behaviors. Could mention update concurrency or that name/metadata updates are independent of address changes, but overall sufficient.

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

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already describes each parameter. The description adds usage notes (e.g., 'Use addAddress to attach a new address') but does not provide new semantic meaning beyond the schema's descriptions. Baseline of 3 is appropriate.

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?

Description clearly states the tool updates an agent's name, metadata, and/or addresses (add, update, delete). It uses specific verbs (update, add, update, delete) and resource (agent), distinguishing it from sibling tools like agent_create, agent_get, agent_delete.

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?

Provides explicit guidance on how to use address sub-operations (addAddress, updateAddress, deleteAddressId) and notes that multiple changes can be combined. However, it does not explicitly contrast with sibling agent tools for when to use this vs. create or delete.

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/anima-labs-ai/mcp'

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