Skip to main content
Glama

watch_folder_for_recordings

Monitor a folder for new audio files and automatically ingest them into the app. Start or stop the watcher as needed.

Instructions

Start (enabled:true) or stop (enabled:false) a folder watcher that auto-ingests new audio files as they land. Use this when the user says "watch my Voice Memos folder", "anytime I drop a file in ~/Recordings, add it to my clone", or "auto-import new recordings". Chokidar-backed: ignoreInitial:true so existing files don't trigger; awaitWriteFinish so in-progress writes complete before ingest. autoIngest defaults true (unsupported file types are silently skipped). Watchers are in-memory only — they do NOT survive an app restart, so a long-running watch needs re-registration after every launch. Calling enable on an already-watched path returns "already-watching" with the existing meta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesFolder to watch.
enabledNotrue (default) starts the watcher; false stops it.
autoIngestNoWhen true (default) auto-ingest new audio files. When false, just log detection.
Behavior5/5

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

With no annotations provided, the description carries full burden and delivers comprehensive behavioral disclosure. It covers start/stop via 'enabled', Chokidar specifics (ignoreInitial:true, awaitWriteFinish), autoIngest behavior (silent skip of unsupported files), in-memory only persistence, and duplicate enable response. This is thorough and transparent.

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 purpose and concisely covers key details. It includes multiple subpoints but remains focused. Minor improvement could be structuring into bullet points, but overall efficient.

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 no output schema and moderate complexity, the description covers tool purpose, behavior, limitations, and parameter meanings. It specifies return value for one edge case but does not describe full success/error response format. Still, it is largely complete for agent understanding.

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 description coverage is 100%, so baseline is 3. The description adds value beyond schema by explaining defaults (enabled and autoIngest default true), behavior of autoIngest (silent skip), and the 'already-watching' response for duplicate enables. This enriches parameter understanding.

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: to start or stop a folder watcher that auto-ingests audio files. It uses specific verbs ('start/stop') and resources ('folder watcher'). It distinguishes from siblings like 'scan_folder_for_media' by emphasizing real-time watching and providing natural language use cases such as 'watch my Voice Memos folder'.

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 explicit usage triggers ('Use this when the user says...') and explains behavior for enabling an already-watched path. However, it does not explicitly list alternatives or when not to use this tool, though sibling tools imply differentiation. The note about in-memory watchers not surviving restart offers important context.

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/sneakyfree/windy-word-mcp'

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