Skip to main content
Glama
jefedeoro

JauMemory MCP Server

by jefedeoro

skill_execute

Execute a skill workflow by slug, automatically running all tool steps in order with credential injection and sensitive output redaction.

Instructions

Execute a skill workflow by slug. Runs all tool steps in order with automatic credential injection. Sensitive outputs are automatically redacted by the server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSkill slug (e.g. "summarize-and-translate")
input_jsonNoInput data as a JSON string (must match skill input schema if defined)
llm_responseNoLLM response to provide when resuming a paused execution
resume_tokenNoOpaque resume token from a paused execution (for LLM step continuation)
step_overridesNoPer-step parameter overrides as key-value pairs
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses three behavioral traits: runs steps in order, automatic credential injection, and automatic redaction of sensitive outputs. However, it omits important details such as whether execution is synchronous or asynchronous, expected latency, side effects (e.g., state mutations), or error behavior if a step fails. Adequate but not comprehensive.

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 short (two sentences), front-loads the core purpose in the first sentence, and adds two key behavioral traits in the second sentence. Every sentence adds value, but the brevity comes at the cost of missing important usage and behavioral context.

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 tool's complexity (5 parameters, 1 required, nested objects, no output schema), the description provides a minimal understanding of what the tool does and key behaviors. However, it lacks information on return values, error handling, synchronization semantics, and prerequisites. It is sufficient for basic usage but incomplete for complex or first-time use.

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 5 parameters with brief descriptions. The tool description adds no extra parameter-level details beyond what is in the schema, such as how slug is resolved or how step_overrides interact with other parameters. Baseline of 3 is appropriate, as description does not compensate for missing depth.

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 uses a specific verb+resource structure ('Execute a skill workflow by slug') and clarifies the tool runs steps in order with credential injection. While it distinguishes itself from sibling tools like skill_schedule_cancel, skill_create, skill_list, and skill_render by focusing on execution, the lack of an explicit distinction from similar 'execute' tools (e.g., tool_call) slightly limits clarity.

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. There is no mention of prerequisites (e.g., skill must exist, slug must be valid), exclusions, or when not to use it. Given 5 sibling tools with 'skill' prefixes, the agent needs clearer direction to avoid confusion.

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