Skip to main content
Glama

forge_agent_update

Update an agent by creating a new version, modifying its identity, background, behaviors, communication patterns, or voice configuration.

Instructions

Update an agent by creating a new version. The initial version requires: initials, identity, background, behaviors, and communication_patterns. Subsequent versions can include only changed fields. Do NOT include agent_name, greeting, dynamic_behavior_set_ids, user_dimension_ids, or persona_ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesThe agent ID to update
initialsNoAgent initials (e.g., 'MA'). Required for initial version.
identityNoAgent identity. Required for initial version.
backgroundNoAgent background and experience. Required for initial version.
behaviorsNoAgent behaviors. Required for initial version.
communication_patternsNoCommunication style patterns. Required for initial version.
voice_configNoVoice config. Omit to use the default voice on initial version, or to keep existing voice on updates.
org_idNoOrg ID (uses active org if omitted)
Behavior4/5

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

With no annotations, the description carries the full burden. It explains the versioning behavior and required fields for initial updates, but does not disclose side effects, permissions, or error handling.

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 sentences, front-loaded with the main action, and contains no unnecessary words. It efficiently conveys key usage rules.

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 with 8 parameters and nested objects, the description covers the essential behavior (versioning, initial vs subsequent, forbidden fields). It does not explain return values, but no output schema exists, and the description is adequate for correct invocation.

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 coverage is 100%, so baseline is 3. The description adds context by specifying which parameters are required for initial version and which fields to omit, enhancing understanding beyond the schema.

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 an agent by creating a new version, differentiating from creation and specifying initial version requirements. It provides a specific verb and resource, and distinguishes from sibling tools like forge_agent_create.

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 gives clear when-to-use guidance by distinguishing initial vs subsequent version requirements and listing fields to avoid. However, it does not explicitly compare to alternative tools for similar tasks.

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/amigo-ai/forge-mcp'

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