Skip to main content
Glama

Save a playbook

save_skill

Save a playbook to define your site's conventions—structure, tone, deployment—so future sessions load and follow the same rules automatically.

Instructions

Save a playbook so future sessions follow the same conventions — your site's structure, a client's tone of voice, a deployment routine, the fields a particular theme expects. Written to ~/.wpxmcp/skills and loaded by load_skill from then on. Saving a skill with a bundled skill's name overrides it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesLowercase hyphenated identifier, e.g. "acme-blog-conventions".
titleYesHuman-readable title.
contentYesThe playbook itself, in Markdown. Write it for an agent: concrete steps, exact tool names, and the mistakes to avoid.
keywordsNoTerms that should trigger this skill, e.g. ["acme", "blog post", "tone"].
descriptionYesOne line on when this skill applies — this is what load_skill matches against.
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, but the description adds valuable behavioral context: it writes to a specific path (~/.wpxmcp/skills), is loaded by load_skill, and overrides bundled skills with the same name. This goes beyond the annotations without contradicting them.

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 concise and front-loaded: the first sentence defines the purpose with concrete examples, the second specifies storage and loading, and the third notes override behavior. Every sentence adds unique value with no repetition or fluff.

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?

For a tool with 5 parameters and no output schema, the description covers the essential context: purpose, storage location, relationship to load_skill, and override behavior. It does not describe return values, but that is not required without an output schema, and the annotations already cover safety characteristics.

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%, and the schema provides clear descriptions for all 5 parameters (including examples for name and keywords). The tool description itself does not add parameter-specific details beyond what the schema already captures, so the 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 tool saves a playbook (skill) to persist conventions, with concrete examples of what those conventions could be. It distinguishes itself from siblings like load_skill and delete_skill by explicitly naming the storage location and the loading mechanism, leaving no ambiguity about the tool's function.

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 implies when to use the tool: to persist a playbook for future sessions. It references load_skill as the counterpart that loads the saved skill, providing clear context. However, it does not explicitly state when not to use it or compare it to alternatives, though the purpose is sufficiently clear.

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/alokemajumder/wpxmcp'

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