Skip to main content
Glama

Update account details

update_account
Idempotent

Set the account's full name and optionally rename the ACTIVE workspace. fullname is always written (pass the current value to keep it).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullnameYesFull name to store (required — the API overwrites it).
workspace_nameNoNew name for the active workspace (optional).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

The description adds useful behavior beyond the annotations: 'fullname is always written (pass the current value to keep it)' explains overwrite semantics, and 'ACTIVE workspace' scopes the optional parameter. This complements the idempotentHint without contradicting the annotations.

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?

Two sentences with no filler; the core behavior is front-loaded and the overwrite caveat is placed immediately. Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter mutation with clear annotations, the description covers required input, optional input, and overwrite behavior. No output schema means return values don't need explanation, and nothing needed to call the tool correctly is missing.

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%, but the description adds actionable guidance by clarifying that fullname is always written and instructing the caller to pass the current value to preserve it. This adds meaning beyond the schema's basic 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 states a specific action ('Set the account's full name') and clearly identifies the optional secondary behavior ('rename the ACTIVE workspace'), distinguishing it from workspace-only operations. It names the resource precisely and is unambiguous.

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 makes the main use case clear, but it does not mention when to prefer the sibling rename_workspace for workspace-only renames or any exclusions. An agent might reasonably use this tool for a workspace-only rename even though a more targeted alternative exists.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.