Skip to main content
Glama

Create Space Item Tool

create-space-item

Use this when the user wants to create a Space page/document, folder, or external link inside an existing Space. State-changing: creates the item directly after authorization. Requires numeric space_id, item type, title, and content or URL when relevant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoOptional folder path to create/use.
typeYespage, folder, or external_link.
titleYesTitle for the new Space page/document, folder, or external link.
contentNoMarkdown content for page items.
space_idYesNumeric Space ID where the page, folder, or external link should be created.
parent_idNoOptional numeric parent folder item ID, or null to create at the Space root.
external_urlNoURL for external_link items.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.6/5.0
Behavior3/5

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

The description states it is state-changing and creates an item 'directly after authorization', which aligns with annotations (readOnlyHint=false). It adds minor context about authorization but does not disclose side effects, permissions, or failure behaviors beyond what annotations imply.

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, compact sentence that clearly conveys the tool's core purpose and key conditions without redundancy or unnecessary detail.

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 moderate complexity and absence of an output schema, the description covers the essential context: what it creates, where, and the type-based content requirements. It lacks details on expected return values or edge cases, but these are not required given the schema and no output specification.

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 7 parameters have schema descriptions, so coverage is 100%. The description adds a small hint that 'content or URL' is relevant depending on type, but this largely reiterates schema details. No significant additional meaning is provided beyond the schema.

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?

States a specific verb ('create') and resource ('Space item') with explicit item types (page/document, folder, external_link). However, it does not explicitly distinguish from the sibling 'create-space-document' tool, which may overlap with the page/document type.

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?

Provides an explicit 'Use this when...' condition, but does not mention when not to use it or direct users to an alternative tool (e.g., create-space-document for documents). This leaves some ambiguity in tool selection.

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