Skip to main content
Glama
tbranzov

HAOps MCP Server

by tbranzov

haops_upload_doc_image

Upload a base64-encoded image to a documentation section and receive a URL for embedding in content.

Instructions

Upload an image to a documentation section. Accepts base64-encoded image data. Returns the attachment record with a URL for embedding in content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNoIf true, return the full API response instead of the compact summary (default: false)
filenameYesFilename with extension (e.g. screenshot.png)
mimeTypeYesImage MIME type
imageBase64YesBase64-encoded image data
projectSlugYesThe project slug (URL identifier)
sectionSlugYesThe doc section slug
artifactSlugYesThe doc artifact slug
Behavior2/5

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

No annotations provided, so the description must disclose all behavioral traits. It mentions accepting base64 image data and returning a URL, but does not specify permissions, rate limits, side effects (e.g., whether it replaces existing images), or error conditions. The description is minimal.

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 sentences front-loading the purpose and key details. No wasted words.

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 file upload tool with no output schema, the description explains the return value (attachment record with URL). It covers the main workflow, though it could mention that the image is stored and associated with the section. Overall sufficient for a simple upload.

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% with clear descriptions for all 7 parameters. The description adds context about base64 encoding and the return value but does not provide parameter-specific meaning beyond the schema. Baseline 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?

Description clearly states the verb ('upload'), the resource ('image to a documentation section'), and the expected return ('attachment record with a URL for embedding'). This distinguishes it from sibling 'haops_upload_help_image' which targets help articles.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs siblings like 'haops_upload_help_image'. The description implies documentation sections but does not state when not to use or provide alternatives.

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