Skip to main content
Glama

Create a page

create_page

Create a page for multi-page sites with slug, title, and SEO meta. Call once per page, then register each section as a component.

Instructions

Create a page (slug + title + per-page SEO meta). Use this for multi-page sites — call once per page, then register_component for each section on that page. Free; doesn't consume credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesURL slug for the page, lowercase + hyphens. Examples: 'home', 'about', 'pricing', 'services/seo'.
typeNoPage type. Defaults to 'landing'.
titleYesHuman-readable page title. Used as the default <title> if meta_title is not set.
og_imageNoAbsolute URL for og:image.
og_titleNoOpenGraph title; falls back to meta_title.
is_activeNoDefaults to true.
meta_titleNo<title> override (≤60 chars recommended).
is_homepageNoIf true, this becomes the site's homepage (and any previous homepage is demoted).
canonical_urlNoAbsolute canonical URL.
og_descriptionNoOpenGraph description; falls back to meta_description.
meta_descriptionNo<meta name=description> (≤160 chars recommended).
exclude_from_searchNoAdd a noindex tag. Defaults to false.
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It adds that the tool is free and doesn't consume credits, but omits other important traits such as whether existing pages are overwritten, required permissions, or what the API returns.

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, front-loaded with purpose, then usage, then cost. Every clause adds value and there is no wasted wording.

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 schema is thorough for all 12 parameters, but the description lacks return value information and side-effect warnings (e.g., is_homepage demoting a previous homepage). It provides useful usage context but is not fully complete for a creation tool with no annotations and no output schema.

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?

Schema description coverage is 100%, so the baseline is 3. The description mentions 'slug + title + per-page SEO meta' as a high-level summary, but does not add details beyond the schema's own parameter 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 clearly states the tool creates a page with slug, title, and per-page SEO meta. This specific verb+resource combination distinguishes it from siblings like update_page, delete_page, and register_component.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly directs use for multi-page sites, tells to call once per page, and names register_component as the next step. While it lacks an explicit when-not-to-use clause, the guidance is clear and references an alternative tool.

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/vbalagovic/neuraldraft-mcp'

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