Skip to main content
Glama
aerolalit

Pane

Update Pane

update_pane
DestructiveIdempotent

Edit live pane fields (title, icon, expiration, metadata, tags, input data) in place without minting a new pane. Retains id, URL, event log, and template pin.

Instructions

Edit instance-level fields on a LIVE pane in place (PATCH) without minting a new one — the pane keeps its id, URL, event log, and template pin. Settable: ttl_seconds OR expires_at (mutually exclusive), title, preamble, input_data (replaced wholesale + revalidated), metadata, tags, icon_emoji / icon_attachment_id (or clear_* to drop the override). Pass at least one field. Returns the full new pane state + an updated_fields array. To swap the HTML/schemas, use upgrade_pane instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoReplace the per-pane tags.
titleNoNew tab title.
pane_idYesThe pane id to edit.
metadataNoReplace the pane's metadata wholesale.
preambleNoNew preamble (context band above the UI).
expires_atNoSet expires_at to a specific future ISO-8601 timestamp. Mutually exclusive with ttl_seconds.
icon_emojiNoSet the per-pane emoji icon.
input_dataNoReplace the pane's input_data wholesale (revalidated against the pinned template version's input_schema).
ttl_secondsNoReset the pane's lifetime to now + this many seconds. Mutually exclusive with expires_at.
clear_icon_emojiNoClear the emoji override (fall back to the template's icon).
icon_attachment_idNoSet the per-pane icon to a ready raster-image attachment id.
clear_icon_attachment_idNoClear the attachment icon override (fall back to the template's icon).
Behavior5/5

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

Annotations provide destructiveHint and idempotentHint; description adds concrete behavior: pane keeps id, URL, event log, template pin; returns full state + updated_fields array, with no contradictions.

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?

Description is concise and front-loaded: core action first, then settable fields with constraints, return info, and alternative tool – every sentence adds value.

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?

Given no output schema, description mentions return format; covers all constraints (mutual exclusions, at least one field) and provides clear instructions, fully compensating for structured gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

100% schema coverage is already strong; description adds mutual exclusion (ttl_seconds vs expires_at), explains input_data revalidation, and clarifies clear_* fields for dropping overrides, exceeding baseline.

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?

Description clearly states it edits a live pane in place via PATCH, listing specific fields that can be set, and explicitly distinguishes from upgrade_pane for swapping HTML/schemas.

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?

Explicitly tells when to use this tool (edit instance-level fields) and when to use upgrade_pane instead (for swapping HTML/schemas), plus instructs to pass at least one field.

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/aerolalit/paneui'

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