Skip to main content
Glama
veeemlab

@veeemlab/itglue-mcp

by veeemlab

itglue_create_document_section

Create a new section within an IT Glue document by providing the document ID, section heading, HTML body, and optional position.

Instructions

Create a section within a document. name and content are required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentIdYesDocument id (required).
nameYesSection heading (required).
contentYesHTML body (required).
positionNoDisplay order.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It fails to disclose behavioral traits such as whether the document must exist, whether the section is appended or inserted, or any permission requirements. It only states the basic create operation.

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 two sentences, front-loading the purpose and required fields. No unnecessary words or details. Every sentence earns its place.

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

Completeness2/5

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

Despite full schema coverage, the description lacks context about prerequisites (e.g., the parent document must exist), expected output (no output schema), and error conditions. As a create operation with dependencies, more context is needed for an agent to use it correctly.

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 descriptions for all 4 parameters. The description adds that 'name and content are required,' but this is already declared in the required array. No additional meaning is provided beyond the schema, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create a section within a document') and the required fields ('name and content are required'). It distinguishes from sibling tools like itglue_create_document (creates a whole document) and itglue_update_document_section (modifies existing). However, it lacks extra context about what a section is relative to a document.

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?

The description provides no guidance on when to use this tool versus alternatives. For instance, no mention that it should be used after creating a document (itglue_create_document) or before updating a section (itglue_update_document_section). No exclusions or prerequisites are given.

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

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