Skip to main content
Glama
tbranzov

HAOps MCP Server

by tbranzov

haops_get_skill_history

Retrieve the complete version history of any skill, including full content and optional diffs, to audit changes, recover from errors, or review lineage.

Instructions

Returns the full version history of a named skill (GET /api/skills/[name]/history). Each entry contains the version number, publication timestamp, author, lifecycle state, and full content at that point in time. When diff=true the server computes unified diffs between consecutive versions and includes a diff field per entry (empty for v1, which has no predecessor). Use to audit content changes, recover from a bad publish, or inspect the lineage before bumping a high-impact skill.

Administrative note: soft-deleted (deprecated) skills still have their history accessible via this endpoint — paranoid=false on the server join so full audit lineage is preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoIf true, return the raw JSON array verbatim instead of the formatted text table (default: false).
diffNoWhen true, the server computes unified diffs between consecutive versions and includes a `diff` field on each history entry. Omit or set false for metadata-only listing.
nameYesKebab-case skill name.
scopeNoScope of the target skill. Defaults to "system".
projectSlugNoProject slug — REQUIRED when scope="project"; MUST be omitted when scope="system".
Behavior4/5

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

With no annotations provided, the description carries the full burden. It explains the return structure, the diff behavior, and the accessibility of soft-deleted skills. This is transparent and adds value beyond the schema.

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?

Three well-structured sentences: function, use cases, and an administrative note. Front-loaded with the core purpose. No unnecessary information.

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?

The description covers the return format and diff feature, which compensates for the lack of an output schema. It does not mention pagination or limits, but given the tool's nature, this is acceptable. Overall, it is sufficiently complete.

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 already explains all parameters, including the conditional dependency between scope and projectSlug. The description reinforces but does not add significant new meaning beyond the schema.

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 that the tool returns the full version history of a named skill, specifying the endpoint and what each entry contains. It distinguishes itself from sibling tools by focusing on history, not current state or listing.

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 provides explicit use cases (audit content changes, recover from bad publish, inspect lineage) and an administrative note about soft-deleted skills. It does not explicitly state when not to use, but the guidance is clear and helpful.

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/tbranzov/haops-mcp-server'

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