Skip to main content
Glama

find_words

Locate an exact word or phrase in a Premiere sequence transcript and retrieve word-accurate start/end times and timecodes, enabling precise marker or cut placement at natural sentence boundaries.

Instructions

Search the active sequence's transcript for a word or phrase and get WORD-ACCURATE sequence times for each match — the MCP equivalent of clicking a word in Premiere's Text panel. Returns startSec/endSec of the matched words plus timecodes (HH:MM:SS:FF; drop-frame HH:MM:SS;FF on 29.97/59.94 sequences), surrounding context, speaker, and whether the match ends a sentence (eos - a natural cut boundary). Use this to snap marker/cut points precisely instead of relying on get_transcript's sentence-level segment starts. Matching is case- and punctuation-insensitive. Optionally restrict to a sequence-time window with startSec/endSec. Requires transcribed clips, same as get_transcript. The result always includes activeSequence {name, id} — the sequence this call actually ran against. Compare it across calls to detect the user switching sequences in Premiere mid-session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesWord or phrase to find, e.g. 'discovering this art by accident'. Multi-word queries match consecutive spoken words.
endSecNoOptional. Only match words starting at/before this sequence time.
startSecNoOptional. Only match words starting at/after this sequence time.
maxMatchesNoOptional. Max matches to return (default 8). totalMatches in the result reports the full count.
Install Server

TDQS

A5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so thoroughly. It discloses case/punctuation-insensitive matching, timecode format specifics including drop-frame behavior, the eos field as a cut-boundary signal, inclusion of activeSequence, and the fact that the call can operate against a restricted time window. This goes well beyond what the schema alone provides.

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 information-dense with no filler. It front-loads the core purpose, then adds return-value details, usage guidance, matching behavior, and result caveats—each sentence earns its place.

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 the absence of an output schema, the description fully explains return values: startSec/endSec, timecodes, surrounding context, speaker, eos, and activeSequence. It also covers prerequisite conditions and provides an explicit comparison to get_transcript, making the tool self-sufficient for correct selection and invocation.

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?

Although schema coverage is 100%, the description adds meaningful semantics: multi-word queries match consecutive spoken words, startSec/endSec bound the sequence-time window, and maxMatches defaults to 8 with totalMatches reporting the full count. These details help the agent construct correct calls far beyond the raw parameter names.

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 states a specific verb and resource: 'Search the active sequence's transcript for a word or phrase and get WORD-ACCURATE sequence times.' It also clearly differentiates itself from the sibling get_transcript by emphasizing word-level accuracy and comparing it to clicking a word in Premiere's Text panel.

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 explicitly tells the agent when to use this tool instead of an alternative: 'Use this to snap marker/cut points precisely instead of relying on get_transcript's sentence-level segment starts.' It also notes the prerequisite ('Requires transcribed clips, same as get_transcript') and describes optional time-window restriction, giving clear context for invocation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/tro2789/scout-premiere-mcp'

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