Skip to main content
Glama

forge_add_org

Add or update org credentials and validate them by signing in.

Instructions

Add or update credentials for an org. Validates the credentials by signing in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesThe org ID
api_keyYesThe API key
api_key_idYesThe API key ID
user_idYesThe user ID
api_base_urlNoThe API base URL (default: https://api.amigo.ai)
set_as_defaultNoSet this org as the default
Behavior3/5

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

With no annotations, the description must disclose behaviors. It states that credentials are validated by signing in (a side effect), but omits details like whether existing credentials are overwritten or merged, failure behavior, or required permissions. Limited transparency.

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 a single sentence of 11 words, front-loading the core action and validation step. No redundant or filler content.

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 6 parameters, no output schema, and no annotations, the description lacks details on return values (e.g., success/failure indicators), side effects (e.g., sign-in token handling), and prerequisites. The assertion that it 'validates by signing in' is vague and incomplete.

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?

All parameters have descriptions in the schema (100% coverage), so the description adds no new semantic value. The description does not elaborate on parameter meanings beyond what the schema provides.

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 uses a specific verb ('Add or update') and resource ('credentials for an org'), clearly distinguishing from siblings like forge_remove_org and forge_list_orgs. It also mentions validation by signing in, which adds specificity.

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 the tool is used for adding or updating credentials but does not explicitly state when to use it over alternatives like forging a new org or setting a default. No when-not-to-use guidance is provided.

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