Skip to main content
Glama
EliyahuAI
by EliyahuAI

trigger_preview

Trigger a preview job after structural editing of rows or columns. Queue a preview and track progress with wait_for_job.

Instructions

Trigger a preview run after structural editing is complete.

Call this after finishing row/column edits (exclude_row, add_pending_row, add_column, etc.) to explicitly queue a preview job.

This clears skip_auto_preview and queues the preview. Then call wait_for_job(session_id) to track progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession ID to trigger preview for.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations provide basic traits (non-readonly, non-destructive). The description adds specific behavioral details: 'clears skip_auto_preview and queues the preview.' This goes beyond annotations and gives the agent a better understanding of side effects.

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 three sentences, each serving a distinct purpose: stating the action, clarifying context, and explaining behavior plus next step. No filler or redundancy.

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 the tool's low complexity (single param, output schema exists), the description covers purpose, usage context, behavioral effect, and next step. It lacks mention of return values but is otherwise complete.

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%, with the session_id parameter already described as 'Session ID to trigger preview for.' The description does not significantly elaborate beyond that, but it reinforces usage context by mentioning session_id in the follow-up step. Baseline of 3 is appropriate.

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 verb 'Trigger a preview run' and specifies the resource ('preview run') and context ('after structural editing is complete'). It distinguishes itself from sibling tools by mentioning it is called after row/column edits, providing explicit examples.

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 explicitly instructs when to call this tool ('after finishing row/column edits') and provides follow-up steps ('call wait_for_job(session_id) to track progress'). While it does not mention alternatives or when not to use, the guidance is clear and actionable.

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/EliyahuAI/mcp-server-subindex'

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