Skip to main content
Glama
jarmstrong158

io.github.jarmstrong158/Conductor

create_worker_from_template

Create a scheduled automation worker from prebuilt templates for backup, cleanup, monitoring, and email reports.

Instructions

Create a worker using a built-in template. Template types: folder_backup (source, dest, keep, summary_email), file_cleanup (folder, pattern, days, summary_email), folder_watcher (watch, rules as [{ext, dest, email_to}]), uptime_check (url, log_file, alert_email), open_url (url), run_and_email (script_path, output_file, email_to). Generated scripts use stdlib only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
configYesTemplate-specific config fields
sched_typeYes
sched_valueYes
template_typeYes
Behavior3/5

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

With no annotations, the description adds 'Generated scripts use stdlib only' and lists config fields, but does not disclose default worker state, email side effects, or permissions. It provides some behavioral context but not full 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 two sentences, concisely listing template types and configs without extraneous information. It is front-loaded with the purpose and efficiently organized.

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 6 template types and nested config, the description provides enough context to construct a valid invocation. It omits return value and post-creation behavior, but the critical template-config mapping is covered.

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?

The description maps each template_type to its required config fields (e.g., folder_backup: source, dest, keep, summary_email), which is essential since the schema only provides a vague 'Template-specific config fields' description for config.

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 'Create a worker using a built-in template' and enumerates specific template types, making the tool's purpose explicit and distinguishing it from the generic create_worker sibling.

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 implies usage for template-based workers by listing available template types, but does not explicitly contrast with create_worker or state when not to use it. Clear context is present without explicit exclusions.

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/jarmstrong158/Conductor'

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