Skip to main content
Glama

organisation-update

Idempotent

Update your organisation profile

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
__requestBodyYesRequest body

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • addedInput schema / properties / __requestBody / properties / description / properties / general / description
      Added value: +"General overview of the organisation"
    • addedInput schema / properties / __requestBody / properties / description / properties / products / description
      Added value: +"Description of the organisation's products or services"
    • addedInput schema / properties / __requestBody / properties / description / properties / useCases / description
      Added value: +"Key use cases the organisation addresses"
    • addedInput schema / properties / __requestBody / properties / description / properties / valueProp / description
      Added value: +"The organisation's core value proposition"
    • addedInput schema / properties / __requestBody / properties / name / description
      Added value: +"New display name for the organisation"
    • addedInput schema / properties / __requestBody / properties / website / description
      Added value: +"New website domain for the organisation"
  2. Added

TDQS

B3.2/5.0
Behavior2/5

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

The description adds no behavioral context beyond annotations already provided (readOnly=false, idempotent=true, destructive=false). It does not explain whether the update is partial or full, nor any side effects or permission requirements.

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 with no redundant content. It is front-loaded with the purpose, earning its place.

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?

For a tool with a nested request body and no output schema, the description is too sparse. It does not clarify that only specified fields are updated, nor that sub-fields are optional, which is important for correct invocation.

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?

The input schema provides descriptions for all properties (100% coverage), so the baseline is 3. The description adds no parameter-level meaning, but this is acceptable given the schema's completeness.

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 the specific verb 'update' and resource 'organisation profile', clearly indicating a write operation. It distinguishes from sibling tool 'organisation-get' by implying modification rather than retrieval.

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, no prerequisites, and no exclusions. It does not mention other organisational tools or clarify update semantics.

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.

Resources