Skip to main content
Glama
jefedeoro

JauMemory MCP Server

by jefedeoro

skill_schedule_retrigger

Re-trigger a failed or completed scheduled run by resetting its retry count and re-enabling it with the schedule ID.

Instructions

Re-trigger a failed or completed scheduled run. Resets retry count and re-enables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schedule_idYesUUID of the schedule to retrigger
Behavior2/5

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

No annotations are provided, so the description carries full responsibility. It mentions 'Resets retry count and re-enables', which is a behavioral trait, but it does not disclose whether the operation is destructive, idempotent, or what happens if the schedule is already running. For a mutation tool with no annotations, this is insufficient.

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, front-loaded with the main purpose, and contains no unnecessary words. Every sentence 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?

Given the low complexity (one required parameter, no output schema, no nesting), the description is mostly complete. It explains what the tool does, when to use it, and key behavioral effects. Missing details like expected return value or error handling, but these are minor for a simple tool.

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?

With 100% schema description coverage, the schema already documents the single parameter (schedule_id). The description does not add any additional meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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 verb 'Re-trigger' and the specific resource 'failed or completed scheduled run'. It also adds 'Resets retry count and re-enables' which further clarifies the action. This distinguishes it from sibling tools like skill_schedule_cancel and skill_task_retrigger by focusing on schedules and the condition of failure/completion.

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 explicitly says when to use the tool: for a 'failed or completed scheduled run'. This provides clear context. However, it does not mention when not to use it or provide alternatives, so it stops short of a 5.

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/jefedeoro/JauMemory-mcp-server'

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