Skip to main content
Glama
jefedeoro

JauMemory MCP Server

by jefedeoro

skill_tasks_list

List skill execution logs to see task history, including completed, failed, running, and paused executions. Filter results by status or skill for easy analysis.

Instructions

List skill execution logs (task history). Shows completed, failed, running, and paused executions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 20)
offsetNoOffset for pagination (default: 0)
statusNoFilter by status (running, completed, failed, cancelled, paused_for_llm)
skill_idNoFilter by skill UUID
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only operation (listing) but does not confirm idempotency, disclose pagination behavior beyond what the schema states, or mention whether results are sorted by time or any other ordering. Without annotation context, the description leaves important behavioral aspects undocumented.

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 a single, efficient sentence that front-loads the tool's purpose and lists relevant statuses. Every word adds value with no redundancy or filler.

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

Completeness3/5

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

Given the moderate complexity of a listing tool with four optional parameters and no output schema, the description adequately states the core purpose. However, it lacks guidance on result ordering, the meaning of offset vs. cursor-based pagination, and what fields are returned for each task. Without this, completeness is adequate but not thorough.

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 description coverage is 100%, so the schema already documents all four parameters. The description reinforces the 'status' parameter by listing example values (completed, failed, running, paused) but omits the 'cancelled' and 'paused_for_llm' options from the schema. It does not add any new meaning beyond the schema, meeting the baseline for full coverage.

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 clearly states it lists skill execution logs (task history) and enumerates the statuses included (completed, failed, running, paused). This distinguishes it from sibling tools like 'skill_tasks_pending' (which likely only shows pending tasks) and 'skill_schedule_list' (which lists schedules, not execution logs).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives (e.g., skill_tasks_pending, skill_schedule_list). It does not explain the relationship between task history and pending tasks, nor does it mention prerequisites (e.g., skill must exist) or ordering considerations.

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