Skip to main content
Glama
jefedeoro

JauMemory MCP Server

by jefedeoro

skill_create

Create a multi-step workflow that chains tools with input/output mappings, conditional steps, and trigger phrases to automate complex tasks.

Instructions

Create a new skill workflow. A skill chains multiple tools together with input/output mappings, conditional steps, and trigger phrases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable name for the skill (e.g. "Summarize and Translate")
tagsNoTags for categorization and search
is_publicNoWhether this skill is visible to other users (default: false)
tldr_jsonNoJSON object with "objective" and "tools" array describing the skill at a high level
skill_typeYesType of skill: workflow, converter, generator, analyzer, connector
category_idNoUUID of the category to assign this skill to
descriptionNoDescription of what the skill does
pipeline_jsonNoJSON array of pipeline steps. Each step has a "type" (tool, llm_transform, transform_function, llm_router, condition, terminal) and an "id". Default chaining: output of step N becomes input of step N+1.
trigger_phrasesNoNatural language phrases that activate this skill (e.g. ["summarize this", "give me a summary"])
input_schema_jsonNoJSON Schema for the skill input (optional)
output_schema_jsonNoJSON Schema for the skill output (optional)
safety_limits_jsonNoJSON object with max_iterations, max_total_steps, max_duration_ms. Defaults to {max_iterations:100, max_total_steps:50, max_duration_ms:300000}
workflow_steps_jsonNoJSON array defining workflow steps (advanced). Prefer using skill_add_step for step-by-step configuration.
Behavior3/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 correctly implies a create/mutation operation but doesn't disclose side effects like whether the skill is immediately active, whether duplicate names are allowed, or what happens to draft workflows.

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 very concise with two sentences, the first directly stating the action and the second providing context on what a skill involves. No wasted content.

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?

For a complex tool with 13 parameters, no output schema, and no annotations, the description is minimal. It explains the concept but doesn't cover practical usage patterns, prerequisites, or return behavior. Adequate but leaves gaps for the agent.

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 baseline is 3. The description adds no additional parameter semantics beyond the schema, but the schema itself is well-documented for all 13 parameters.

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 'Create a new skill workflow' and defines what a skill is ('chains multiple tools together with...'), effectively differentiating it from sibling tools like skill_list, skill_execute, and skill_render.

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?

The description implies when to use it (to create a skill workflow) but provides no explicit guidance on when not to use it versus alternatives like tool_create or the step-by-step skill_add_step mentioned in the schema.

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