Skip to main content
Glama

update_space

Update a wiki space's name, slug, or description by providing the space ID. Maintain accurate navigation and metadata in Docmost.

Instructions

Update a space name, slug, or description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
slugNo
space_idYesSpace UUID or slug
descriptionNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false, but the description adds no behavioral context beyond that. It does not disclose partial-update semantics, whether at least one optional field is required, slug uniqueness risks, or side effects like changing a space's URL.

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 concise sentence with no filler, and it front-loads the verb and target resource. Every word earns its place, even though the brevity contributes to missing context.

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 mutation tool with sparse annotations, low schema coverage, and no output schema, this description is incomplete. An agent cannot determine whether a successful update returns the updated space, whether unspecified fields are preserved, or what constraints like slug uniqueness apply.

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

Parameters2/5

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

Schema description coverage is only 25% (only space_id is described). The description enumerates name, slug, and description but adds no meaning beyond their names; it does not clarify what a slug is, the relationship between space_id and slug, or that the fields are individually optional.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 identifies the exact resource and mutable fields: space name, slug, and description. It is clear in scope and distinguishes itself from sibling tools like update_space_member_role by focusing on space metadata, though it does not explicitly name alternatives.

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 gives no guidance on when to use this tool versus alternatives. It does not mention update_page for page metadata, update_space_member_role for membership changes, or create_space/delete_space for lifecycle operations. Usage context is only implied by the tool name and sibling list.

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

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/dilruwanm/docmost-community-mcp'

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