Skip to main content
Glama

Transcript Backfill

TranscriptBackfill

Backfill Google Meet transcripts from past conferences, enrich with Calendar events, and write Markdown files with searchable index. Skips already-ingested transcripts.

Instructions

Backfill persisted Meet transcripts for every configured user (or the subset in userEmails). Lists past conferences since startTime (default: 30 days ago), fetches each transcript in parallel, enriches with Calendar, writes a YAML-frontmatter Markdown file to <transcriptDir>/<organizerEmail>/, and indexes into the local search database. Dedupes by transcriptId — already-ingested transcripts are skipped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startTimeNoRFC3339 lower bound on conference start time. Defaults to now - 30 days.
userEmailsNoRestrict backfill to this subset of configured users. Defaults to all config.users.
concurrencyNoParallel transcript fetches (Meet + Calendar + OpenAI).
generateEmbeddingNoIf OpenAI is configured, compute and store embeddings for newly-ingested transcripts.
maxConferencesPerUserNo
Behavior5/5

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

With no annotations provided, the description fully carries the burden of behavioral disclosure. It explicitly mentions writing files to a specific directory, indexing into the search database, parallel fetching, and deduplication by transcriptId with skipping of already-ingested transcripts. This is rich, non-obvious behavioral detail.

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 earning its place: the first gives scope, the second details the pipeline, and the third explains deduplication. It is information-dense without being verbose.

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 complex tool with no output schema, the description covers the main side effects (file writes, indexing, dedupe) and key parameters. However, it omits the behavior of generateEmbedding (OpenAI embedding generation) and the maxConferencesPerUser cap, which are part of the tool's behavior. Still, the core functionality is well-described.

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 coverage is 80% (4 of 5 parameters have descriptions). The description adds minimal meaning beyond the schema: it reiterates startTime and userEmails but does not clarify behavior for concurrency or generateEmbedding, and maxConferencesPerUser remains undocumented in both description and schema. Baseline 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 states a specific action ('Backfill persisted Meet transcripts') and a clear scope ('for every configured user or the subset in userEmails'). It also outlines the process steps (list conferences, fetch, enrich, write, index), distinguishing it from sibling tools that likely focus on individual retrieval or re-embedding.

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 clearly implies when to use this tool (for bulk backfilling past transcripts) and describes the process in a way that contrasts with more targeted operations. However, it does not explicitly name alternatives or state when not to use it, so it falls short of the highest bar.

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/silkweave/meet'

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