Skip to main content
Glama

process_recording

Finds an event recording and transcript on Drive, trims silence, uploads to YouTube, and writes links into the event's details. Takes 15-40 minutes; run only one at a time.

Instructions

Phase 3: find the event recording + transcript on Drive, trim silence, upload to YouTube, and write links back into the event's event-details.json. VERY SLOW — can take 15-40 minutes; wait for the result and do not retry while it runs. Only ONE event may be in flight at a time (shared state: /tmp/draft_event.json). Use cleanup_state to abandon a draft and start over.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hint_dateNoEvent date hint, ISO e.g. 2026-02-19 (pass with hint_title)
hint_titleNoEvent title fragment to disambiguate the recording
Behavior5/5

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

With no annotations, the description fully discloses critical behavioral traits: it is 'VERY SLOW — can take 15-40 minutes', has shared state constraints ('Only ONE event may be in flight at a time'), and writes to event-details.json. It also warns against retrying and points to cleanup_state for starting over. This is exemplary transparency.

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 compact and front-loaded with the core action, followed by critical operational warnings. Every sentence adds value, and the structure makes the long-running nature and concurrency limit immediately clear.

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?

For a complex, long-running, stateful tool with no output schema and no annotations, the description covers the main inputs, outputs (links written to event-details.json), duration, concurrency, and fallback cleanup. It is sufficient for an agent to invoke and monitor the tool 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?

The input schema provides full descriptions for both parameters (hint_date and hint_title), so schema coverage is 100%. The tool description does not add extra meaning beyond the schema, but the hints are logically connected to finding the recording, so a baseline score 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 gives a specific, multi-step account: 'find the event recording + transcript on Drive, trim silence, upload to YouTube, and write links back into the event's event-details.json.' It clearly distinguishes this from siblings like draft_event (earlier phase) and cleanup_state (abandonment) by framing it as 'Phase 3'.

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 clear usage context: it's a long-running phase that must not be retried while running, and it mentions cleanup_state as the way to abandon a draft. It doesn't explicitly contrast with publish_event or other siblings, but the 'Phase 3' label and concurrency warning give practical guidance.

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/yingliu-data/wcc_mcp_server'

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