Skip to main content
Glama

Open visual page

open_visual_page

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Open one or more labeled pages from the main footage's persisted hierarchical visual storyboard. The full text inventory names every cluster; use this whenever you need the actual pixels for an evidence_id not present in the initial orientation page. Pages are transport batches, not an editorial allowance: call repeatedly and open as many as the edit requires. With pages omitted, opens every page not yet delivered in this logical turn.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pagesNo
project_idYesRequired immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations are all false, so the description carries the full burden. It discloses project-scoping, the return of project identity, and the default behavior when pages are omitted. However, it does not clarify whether the operation modifies state (e.g., marking pages as delivered) or if it is idempotent, given readOnlyHint=false and idempotentHint=false. This lack of side-effect disclosure is a notable gap.

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 front-loaded with 'PROJECT-SCOPED' and is logically structured. However, it is somewhat verbose with jargon like 'persisted hierarchical visual storyboard' and 'logical turn,' which could be simplified. It's not wasteful, but not as crisp as the ideal.

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 two parameters, no output schema, and sparse annotations, the description covers purpose, usage, and parameter behavior adequately. It does not detail the exact return structure beyond mentioning project identity, but this is likely sufficient for an agent to invoke it correctly. The large sibling list is addressed by the clear usage condition.

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 only 50% (project_id has a description; pages does not). The description compensates by explaining that pages are integer labels, can be omitted to open all undelivered pages, and are 'transport batches.' It also reinforces project_id's role as required immutable scope. This adds meaning beyond 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 clearly states the tool's purpose: opening labeled pages from a persisted hierarchical visual storyboard. It uses a specific verb ('open'), names the resource ('pages'), and distinguishes it from siblings by noting it retrieves actual pixels for evidence IDs not in the initial orientation page. This is explicit and unambiguous.

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 a clear usage condition: 'use this whenever you need the actual pixels for an evidence_id not present in the initial orientation page.' It also advises to 'call repeatedly and open as many as the edit requires,' giving practical guidance. However, it does not explicitly name alternative tools or state when NOT to use it, so it's not as strong as a direct sibling comparison.

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.