Skip to main content
Glama

Find visual moments

find_visual_moments
Read-only

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. READ: focused semantic search across the COMPLETE indexed main-video filmstrip. Use once for a long source when requested highlights are visual rather than transcript-searchable (gameplay saves/fails, a gesture, a product appearing, action moments). query names one concrete visible event. It returns coarse SOURCE timestamps after scanning all tiles in parallel; verify useful candidates with ONE batched look_at call, then WRITE. Never replace it with serial whole-video look_at probing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
queryYes
startNo
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.
max_resultsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds behavioral detail: it 'returns the project identity with its result', 'scans all tiles in parallel', and produces 'coarse SOURCE timestamps' – useful expectations not implied by the schema. It also frames the query as naming 'one concrete visible event', clarifying the semantic requirement. No contradiction with annotations; the description enriches beyond them.

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 dense but front-loaded with key markers 'PROJECT-SCOPED' and 'READ'. Every sentence adds value: scope, behavior, usage, output, and verification steps. It is slightly long but not wasteful; the use of caps and semicolons aids scanning. It earns a high score for structure and efficiency.

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?

For a tool with 5 parameters, no output schema, and no nested objects, the description covers purpose, usage, output format (coarse timestamps), and a verification workflow. It does not specify how start/end or max_results affect results, nor error handling, but the essential operational details are present. The absence of an output schema is mitigated by the mention of 'returns the project identity with its result' and 'coarse SOURCE timestamps'. Overall, it is sufficiently complete for an agent to call it correctly.

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 only 20% (only project_id has a description). The description compensates for query by stating it 'names one concrete visible event', and for project_id by emphasizing explicit scope. However, start, end, and max_results receive no semantic clarification in the description, and the schema only provides type and numeric bounds for max_results. Given the low coverage, the description partially addresses parameters but leaves significant gaps.

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 performs 'focused semantic search across the COMPLETE indexed main-video filmstrip' and returns 'coarse SOURCE timestamps'. It distinguishes itself from transcript-based search and from sibling tools like look_at by explicitly contrasting with 'serial whole-video look_at probing'. The purpose is unambiguous and tied to a specific resource (the indexed filmstrip).

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?

It gives explicit when-to-use conditions: 'Use once for a long source when requested highlights are visual rather than transcript-searchable' with concrete examples (gameplay saves/fails, gestures, product appearances). It also provides an exclusion: 'Never replace it with serial whole-video look_at probing' and prescribes a follow-up verification step with 'ONE batched look_at call'. This fully guides an agent on when and how to use it vs. alternatives.

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.