Skip to main content
Glama

view_side_page

Inspect a side page's sections and rendered HTML, and compare draft vs. live versions. Use full detail to read a section's shape before editing.

Instructions

View a side page including sections and rendered HTML. detail='full' (default) includes rendered HTML and full overrides (use this to read a section's typed shape before editing it with set_side_page_section); 'medium' gives summary + overrideSectionKeys (the section ids you can pass to set_side_page_section); 'short' gives id/slug/name/type/isPublished. Rendered HTML appears only at full. medium/full also include currentVersionId (the draft) and publishedVersionId (the live version) — a mismatch means there are unpublished draft edits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesParent landing page slug
detailNoVerbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "full". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full".full
sideKeyYesSide page key (from list_side_pages)
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that rendered HTML appears only at full, that medium/full include currentVersionId and publishedVersionId, and that a mismatch indicates unpublished draft edits. This reveals the conditional output behavior clearly. It does not explicitly state read-only, but 'view' implies it, and no side effects are claimed.

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 front-loaded with the core purpose, then compactly enumerates the detail-level behaviors and the version mismatch semantics. Every sentence adds value, and there is no filler. The length is appropriate given the complexity of the tool.

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 read/view tool with no output schema and no annotations, the description is remarkably complete. It explains the precise fields returned for each detail level, the meaning of the version IDs, and the recommended use case. This is sufficient for an agent to select and invoke the tool correctly without additional guessing.

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?

Although the schema already covers all three parameters (100% coverage), the description adds significant meaning to the 'detail' parameter by specifying exactly what each value returns (rendered HTML and overrides vs. summary and overrideSectionKeys vs. id/slug/name/type/isPublished). This goes beyond the generic verbosity description 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 'View a side page including sections and rendered HTML', a specific verb+resource that clearly states the tool's function. It further differentiates from siblings like list_side_pages and view_side_page_version by describing the detail-level variations and the intended use of reading a section's typed shape before editing with set_side_page_section.

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?

The description provides explicit guidance on when to use full detail ('use this to read a section's typed shape before editing it with set_side_page_section') and explains the trade-offs of each detail level. While it does not explicitly contrast with view_side_page_version or other siblings, the context and use-case are clear.

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/bitsandtea/postking-mcp'

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