Skip to main content
Glama
stemado

scout-mcp-server

by stemado

schedule_create

Create or update a scheduled task for a SCOUT workflow, generating a platform-appropriate run script and registering it with the OS task scheduler.

Instructions

Create or update a scheduled task for an exported SCOUT workflow.

Generates a platform-appropriate run script and registers the schedule with the OS task scheduler (Windows Task Scheduler, macOS launchd, or Linux cron).

Args: name: Workflow name. Must match .py inside workflow_dir. workflow_dir: Absolute path to the workflow directory (e.g., 'D:/Projects/app/workflows/enrollment'). schedule: Frequency — one of DAILY, WEEKLY, ONCE. time: Time to run in HH:MM 24-hour format (e.g., '06:45', '14:00'). days: Comma-separated day names for WEEKLY schedules (e.g., 'MON,WED,FRI'). Required when schedule is WEEKLY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
workflow_dirYes
scheduleYes
timeYes
daysNo
Behavior4/5

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

Despite no annotations, the description discloses key behaviors: generating platform-specific run scripts, registering with OS schedulers, and parameter formatting rules. It does not detail error conditions or side effects like overwriting, but covers the core behavioral traits.

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 well-structured with a clear purpose statement followed by an Args section. It is slightly verbose but every sentence adds value. Could be more concise, but remains effective.

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?

All 5 parameters are described with usage details. There is no output schema, so the description is adequate. It could mention success/failure behavior, but given the parameter count and complexity, it covers the necessary information.

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?

Schema coverage is 0%, so the description fully bears the burden. It explains each parameter's purpose, constraints (e.g., 'weekday names for WEEKLY', 'HH:MM 24-hour format'), and required conditions (days mandatory when schedule=WEEKLY). This adds substantial meaning beyond the bare schema.

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: 'Create or update a scheduled task for an exported SCOUT workflow.' It also describes the specific actions (generating a run script, registering with OS scheduler). This distinguishes it from siblings like schedule_delete and schedule_list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides parameter constraints (e.g., days required for WEEKLY, time format) but does not explicitly guide when to use this tool versus alternatives. No when-not or comparative usage context is given.

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

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