Skip to main content
Glama
evomi

Evomi MCP Server

Official
by evomi

create_schedule

Set up recurring scrape jobs by assigning a config ID to run at regular intervals, with optional start time and automatic stop on error.

Instructions

Create a new scheduled scrape job that runs at regular intervals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
config_idYesConfig ID to run
start_timeNoStart time (HH:MM)
stop_on_errorNo
interval_minutesYesRun interval (min: 5)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.3.1

TDQS

C2.9/5.0
Behavior2/5

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

With annotations all false and no output schema, the description carries the full burden and only states that a job is created. It doesn't disclose whether the job starts immediately, whether it validates the config, what the response contains, or how duplicates are handled.

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?

One short sentence with clear front-loaded action. The phrase 'runs at regular intervals' is slightly redundant with 'scheduled,' but there is no waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutating 5-parameter tool with no annotations and no output schema, the description is too thin. It omits prerequisites, return behavior, and default/edge-case behavior, leaving the agent to infer critical call details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds no parameter-level meaning beyond saying 'regular intervals,' and the schema already documents interval_minutes. It doesn't help with the undocumented name or stop_on_error parameters, and with 60% schema coverage the description should compensate but doesn't.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a specific action ('Create') and resource ('scheduled scrape job'), and the word 'scheduled' separates it from one-off scraping tools like scrape_url. It doesn't explicitly name sibling tools, but the resource is distinct enough for an agent to choose it over update/delete/config tools.

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?

There is no guidance on when to choose this tool over its siblings, such as 'use update_schedule to modify an existing job.' The create semantics are implied by the verb, but no context about prerequisites (e.g., an existing config_id) is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/evomi/evomi-mcp'

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