Skip to main content
Glama
nessit-gness

IT Glue MCP Server

by nessit-gness

create_document_image

Upload an image to an IT Glue document for inline display, using base64 to bypass HTML sanitizer limits on embedded images.

Instructions

Upload an image into an IT Glue document so it can be shown inline in the document body. Pass the file as base64 with no data: prefix. IT Glue's HTML sanitiser strips inline and rejects data: URIs in , so uploading the image first is the only way to get a picture into a document body. Call publish_document after editing sections to reference it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesBase64-encoded file contents. Raw base64 only - strip any 'data:image/png;base64,' prefix first.
file_nameYesFile name including extension, e.g. 'architecture.png'
document_idYesThe document ID to upload the image into
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description discloses non-obvious IT Glue sanitisation behavior and the exact base64 format required, including stripping the data: prefix. It also warns that this is the only way to embed an image in a document body, which annotations alone would not convey.

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?

Every sentence earns its place: purpose, encoding requirement, sanitisation rationale, and next workflow step. The most important information is front-loaded and the rationale is compact rather than padded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple three-parameter upload tool with no nested objects, the description covers purpose, format constraints, environmental behavior, and the required follow-up publish step. The absence of an output schema is not a significant gap because the workflow continuation is stated.

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%, so the schema already explains document_id, file_name, and content. The description reinforces the raw-base64 requirement but adds little beyond what the schema's content property already states.

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 opens with a specific action and resource: 'Upload an image into an IT Glue document so it can be shown inline in the document body.' This clearly distinguishes the tool from sibling document-editing tools and states the intended outcome.

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 explains why this tool is necessary (sanitiser strips <svg> and rejects data: URIs) and gives the follow-up step 'Call publish_document after editing sections to reference it.' It does not explicitly name create_attachment as an alternative for non-inline images, so it stops short of full when/when-not guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/nessit-gness/itglue-mcp'

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