Skip to main content
Glama
tbranzov

HAOps MCP Server

by tbranzov

haops_create_doc_artifact

Create a documentation artifact for a project, with one artifact allowed per type per project.

Instructions

Create a new documentation artifact for a project. One artifact per type per project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesArtifact type
titleYesArtifact title
verboseNoIf true, return the full API response instead of the compact summary (default: false)
descriptionNoArtifact description (optional)
projectSlugYesThe project slug
Behavior2/5

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

With no annotations, the description carries full burden. It only states the creation action and uniqueness, but fails to disclose behavior on duplicate artifact types (e.g., does it error or silently overwrite?), permissions needed, or side effects. This is insufficient for a mutation tool.

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?

Two concise sentences, each adding value: first states purpose, second adds a key constraint. No unnecessary words.

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 has 5 parameters and no output schema, the description is minimal. It covers basic purpose and a constraint but lacks usage guidance, error behavior, or description of return value. Adequate but not complete for a creation tool.

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 coverage is 100%, so baseline is 3. Description adds no additional meaning beyond the schema; enum values for type and details on the 'verbose' parameter are already clear from schema descriptions.

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?

Description clearly states 'Create a new documentation artifact for a project', with a precise verb and resource. The constraint 'One artifact per type per project' differentiates it from sibling tools like haops_create_doc_section or haops_update_doc_artifact.

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?

Description implies creation of new artifacts and uniqueness constraint, but does not explicitly guide on when to use this vs haops_update_doc_artifact or how to handle duplicate types (error vs overwrite). No alternatives are named.

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