Skip to main content
Glama
veeemlab

@veeemlab/itglue-mcp

by veeemlab

itglue_list_attachments

List attachments metadata from IT Glue parent resources like organizations or configurations. Retrieve file names, sizes, content types, and download URLs without downloading the files.

Instructions

List attachments on a parent resource. Returns metadata only — file names, sizes, content types, and download URLs (use the URL out-of-band to fetch the actual file).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentTypeYesParent resource type that owns the attachments.
parentIdYesParent resource id.
pageSizeNopage[size] — items per page (default IT Glue: 50, max 1000 for most endpoints).
pageNumberNopage[number] — 1-based page index.
formatOptionsNoReduce response size for token-sensitive callers. compact mode keeps id+type plus a small set of identifying attributes; fields[] picks specific attribute keys; omitEmpty strips null/empty values.
Behavior4/5

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

The description discloses that the tool returns only metadata and that the actual file must be fetched via the download URL out-of-band. This is valuable beyond the input schema, especially since no annotations are provided. It could mention pagination or rate limits but is still strong.

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 at two sentences with no wasted words. It is front-loaded: first sentence states the action and scope, second sentence explains the return value and caveat.

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 the absence of an output schema, the description adequately describes the return type (metadata fields). However, it omits mentioning pagination behavior or error scenarios. It is fairly complete for a list tool with good schema coverage.

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?

The input schema has 100% parameter description coverage, so the baseline is 3. The tool description does not add any extra meaning to the parameters beyond what the schema already provides. It mentions output fields but not input details.

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 uses a specific verb ('List') and resource ('attachments on a parent resource'), and clearly states the scope ('Returns metadata only'). It distinguishes from sibling tools like itglue_delete_attachment by focusing on listing.

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?

The description implies that this tool is for listing metadata and that file download must be done separately (out-of-band), but it does not explicitly state when to use this tool versus alternatives like other list tools or search tools. No exclusions or comparisons are provided.

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