Skip to main content
Glama
megamaced

collectives-mcp

by megamaced

create_page

Create a new page under a specified parent page, automatically converting a leaf parent into a folder. Optionally initialize page content from a template.

Instructions

Create a new page under a parent. If the parent is a leaf page, it is automatically promoted to a folder. Optionally initialise from a template.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectiveIdYes
parentPageIdYesParent page id. To create at the root, pass the Landing page id.
titleYesPage title; becomes the filename.
bodyNoMarkdown body. Optional.
emojiNoOptional single emoji to set as the icon.
templateIdNoTemplate page id to copy initial content from.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that leaf parents become folders and optional template initialization. No mention of auth needs or rate limits, but the core behavior is adequately covered.

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 concise sentences, no redundancy. Key action and special behavior are front-loaded.

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

Completeness3/5

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

The description covers purpose and behavior but is silent on return value, which would be helpful for a creation tool. With no output schema, the description should hint at what is returned.

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 high at 83%. The description reinforces that title becomes filename and body is markdown. It adds context for parentPageId (root via landing page) beyond the schema.

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 'create' and resource 'page', and includes context about parent promotion and template initialization. It clearly distinguishes from sibling tools like copy_page or move_page.

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 when to use (creating a new page) but does not explicitly state when not to use or compare to alternatives. Given many siblings, explicit guidelines would be beneficial.

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/megamaced/nc_collectives-mcp'

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