Skip to main content
Glama
tbranzov

HAOps MCP Server

by tbranzov

haops_create_doc_section

Create a new section within a documentation artifact using its slug. Provide title, optional HTML content, parent section UUID, and source hint.

Instructions

Create a new section within a documentation artifact. IMPORTANT: Uses artifactSlug (kebab-case slug of the parent artifact, e.g. "deployment" or "api-routes") — NOT the artifact UUID. This is an exception: most other create-* tools use UUID identifiers. Use haops_list_doc_artifacts to find the slug for a given artifact before calling this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesSection title
contentNoSection content in HTML (optional)
verboseNoIf true, return the full API response instead of the compact summary (default: false)
parentIdNoUUID of parent section for nesting (optional, null for top-level)
sourceHintNoReference to source file e.g. "lib/models/User.ts" (optional)
projectSlugYesThe project slug
artifactSlugYesKebab-case slug of the parent documentation artifact (e.g. "deployment", "api-routes"). NOT a UUID — use haops_list_doc_artifacts to find the slug.
Behavior4/5

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

With no annotations, the description discloses the key behavioral nuance of using slug instead of UUID. However, it does not mention error handling, permissions, or whether the operation is reversible. This is a moderate gap for a creation 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?

The description is concise, front-loads the purpose, and includes a critical note in 2 sentences. Every sentence is purposeful.

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?

Given no output schema or annotations, the description covers the core function and key identifier nuance. It lacks details on return format or error conditions, but the verbose parameter hint provides some context. Mostly 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%, baseline 3. The description adds value for artifactSlug by explaining its format and usage, but other parameters (title, content, etc.) are already well-documented in the schema. No significant additional meaning beyond 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 'Create a new section within a documentation artifact,' specifying the verb 'create' and the resource 'doc section'. It distinguishes from siblings like haops_create_doc_artifact by noting the unique identifier type.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states that artifactSlug uses kebab-case slug, not UUID, and directs users to haops_list_doc_artifacts for resolution. This provides clear when-to-use and alternative tool guidance.

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