Skip to main content
Glama

Update Page Header

page_header_update
Idempotent

Update the link-in-bio page header: displayName, bio, verified checkmark, QR display, business-card display style ("photo_hero" large top photo or "avatar"), a short role label (e.g. "Barber · Madrid"), labelPosition, and the header photo (photoUrl; null removes it). Use only the fields you want to change. For already-published pages, this saves an unpublished latest revision only. Do not call page_publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page_publish. Do NOT call page_unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioNoShort bio under the display name. Pass null to clear it.
labelNoShort role line near the name, e.g. "Brand Designer · Austin, TX". Pass null to clear it.
pageIdYes
showQrNoShow a QR code for this page.
displayNoHeader style: photo_hero = large business-card top photo, avatar = small round profile photo. Pass null to clear it.
photoAltNoAlt text for the header photo.
photoUrlNoHeader photo URL. Pass null to remove the current photo.
verifiedNoShow a verified checkmark next to the display name.
editTokenNo
displayNameNoVisible display name in the page header.
labelPositionNo
photoObjectPositionNoCSS focal point for the photo_hero crop, e.g. "50% 28%".

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?

The description discloses the critical non-obvious behavior: for published pages, edits create an unpublished draft revision rather than mutating the live page. It also explicitly warns against calling page_publish or page_unpublish in the same turn, which is essential behavioral context that annotations alone do not convey. The idempotentHint annotation is consistent with the 'use only the fields you want to change' partial-update semantics, and the description adds the draft-vs-live distinction that makes the tool safe to invoke.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph that front-loads the resource and field list, then moves into usage constraints. It is longer than ideal, but every sentence earns its place: the field enumeration, the partial-update note, the draft-revision behavior, and the publish/unpublish guardrails are all necessary. The structure could be improved with line breaks, but the content is well-ordered and free of fluff.

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

Completeness5/5

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

For a 12-parameter mutation tool with an output schema and rich annotations, the description covers the essential operational context: what fields change, how partial updates work, how published pages are affected, and what the agent must do after the call. The only minor omission is the meaning of editToken, but the schema and the tool's overall context make it inferable, and the description's guardrails are the most important completeness element.

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 75%, and the description adds meaning by grouping the parameters into a coherent mental model (displayName, bio, verified, QR, display style, role label, labelPosition, photo). It also clarifies the photoUrl null-removes behavior and the display enum values, which are already in the schema but reinforced. The description does not add detail for photoAlt, photoObjectPosition, or editToken, but the schema already documents those adequately, so the marginal gap is small.

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 and resource ('Update the link-in-bio page header') and enumerates the exact fields it affects, which clearly distinguishes it from sibling tools like page_meta_update or page_theme_update. It also names the two display styles and the photo behavior, so an agent knows precisely what this tool owns.

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?

The description gives explicit when-to-use guidance: 'Use only the fields you want to change' and 'For already-published pages, this saves an unpublished latest revision only.' It also provides strong when-not-to-use guidance by instructing the agent not to call page_publish or page_unpublish in the same turn, and to wait for explicit user confirmation before publishing. This is exemplary routing and sequencing guidance.

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