Skip to main content
Glama

Create Landing Page

page_create

Create a hosted link-in-bio page draft from a style preset. Provide title, displayName, and a preset (or 'auto' to infer from businessType/style). The page starts with empty placeholder blocks for you to fill in via block_update — do not invent content. This tool intentionally creates a draft only and does not return a publish action. After calling it, stop and show the preview URL. Do not call page_publish in the same turn unless the user's current message explicitly asks to publish, make the page live, or get a public share link. Anonymous demo pages expire unless claimed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioNoOptional short bio for the header.
slugNoPreferred public URL slug.
styleNoFree-form style hint used by preset:auto inference.
titleYesInternal page title and default header display_name.
layoutNoLayout id. Defaults to 'link_in_bio'.
presetYesStyle preset id, or 'auto' to infer deterministically from businessType/style.
displayNameNoVisible header display name. Defaults to title.
businessTypeNoUsed by preset:auto inference. Examples: musician, restaurant, designer.
initialPromptNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
slugYes
titleYes
pageIdYes
statusYes
actionsYes
contentNo
claimUrlYes
editTokenYes
expiresAtYes
isClaimedYes
nextStepsNoEnrichment hints to present to the user. Address 'required' items before publishing.
canPublishYes
previewUrlYes
isPublishedYes
publishedUrlYes
missingFieldsNo
publishPolicyNoFor edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
liveUpdateMessageNoPlain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
liveUpdateRequiredNoTrue after an edit to an already-published page when the public live page still needs page_publish to reflect the latest revision.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.8/5.0
Behavior5/5

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

Since all annotations are false, the description carries the full burden and shoulders it well. It discloses the empty placeholder state, the need to fill via block_update, the absence of a publish action in the response, and the expiration of anonymous demo pages.

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?

Four dense sentences, with purpose first, then input guidance, then behavioral guardrails. Every sentence contributes operational value and there is no filler or repetition of schema boilerplate.

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 an output schema exists, return values do not need describing; the description covers the create workflow, the no-publish constraint, and post-call behavior. It is slightly less than complete because the schema leaves initialPrompt undocumented and the description does not clarify it, but an agent can still call the tool correctly.

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 description coverage is high (89%), so the schema already documents most parameters. The description adds useful semantics by explaining that preset can be 'auto' inferred from businessType/style and by naming title, displayName, and preset as key inputs. One minor issue: 'Provide title, displayName, and a preset' overstates displayName as required when it is optional in 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 opens with a specific verb+resource: 'Create a hosted link-in-bio page draft from a style preset.' It further separates itself from sibling tools by emphasizing it creates a draft only and does not return a publish action, and by contrasting 'style preset' creation with brief-based creation.

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

Usage Guidelines5/5

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

It tells the agent what inputs to provide, to not invent content, to stop after the tool and show the preview URL, and to avoid page_publish unless the user explicitly asks to publish. It even conditions the exception on exact user intent, which is unusually actionable.

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