Skip to main content
Glama
hermegeddon

Hermes Toolkit MCP

by hermegeddon

Update Hermes scheduled job

hermes_api_jobs_update

Partially update a scheduled Hermes cron job by modifying its prompt, schedule, skills, provider/model, delivery settings, or enabled state, with redacted receipts written for audit.

Instructions

Typed PATCH /api/jobs/{job_id} wrapper that partially updates a scheduled Hermes cron job (prompt, schedule, skills, provider/model, delivery, enabled), writing redacted receipts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo
job_idYesUnique job identifier.
promptNo
skillsNo
deliverNo
enabledNoEnable or disable the job.
providerNo
scheduleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
scopeNo
run_idNo
statusYes
messageNo
verdictNounknown
evidenceNo
mutationNo
warningsNo
live_callNo
retryableNo
error_codeNo
duration_msNo
http_statusNo
policy_tierNoread_only
artifact_dirNo
likely_causeNo
next_actionsNo
safe_next_actionNo
redactions_appliedNo
Behavior3/5

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

The 'writing redacted receipts' detail is a useful behavioral disclosure about side effects. However, with annotations declaring readOnlyHint=false, the agent already knows this mutates state. The description doesn't address what 'redacted receipts' implies, whether updates are reversible, or any permission/auth requirements. It adds some context but lacks depth for a state-changing operation.

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?

A single dense sentence that front-loads the HTTP method, path, and action, then enumerates the updatable fields. Zero waste, every element earns its place.

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?

With an output schema present and 8 parameters where 6 are nullable optional fields, the description covers the core semantics (partial update of specific fields). The 'redacted receipts' note hints at response behavior. This is reasonably complete for a well-scoped REST update wrapper, though it could mention idempotency or prerequisite job existence.

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 only 25% (only job_id and enabled have descriptions), so the description partially compensates by listing editable fields (prompt, schedule, skills, provider/model, delivery, enabled). However, it doesn't clarify nuances like whether setting enabled=false is equivalent to pause, or format requirements for schedule/deliver. The description maps field categories but doesn't add syntax details.

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 states this is a typed PATCH /api/jobs/{job_id} wrapper that partially updates a scheduled Hermes cron job, and lists updatable fields (prompt, schedule, skills, provider/model, delivery, enabled). This clearly distinguishes it from sibling tools like create/delete/get/pause/resume/run, though it doesn't explicitly name them as alternatives.

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 indicates this is a 'partial update' operation, distinguishing it from create, delete, pause, resume, and run siblings. However, it doesn't explicitly state when NOT to use it (e.g., for pausing/resuming use dedicated tools) or mention lifecycle context like needing an existing job_id first.

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/hermegeddon/hermes-toolkit-mcp'

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