Skip to main content
Glama
ddonathan

IT Glue MCP Server

by ddonathan

Get IT Glue Flexible Asset

itglue_get_flexible_asset
Read-onlyIdempotent

Retrieve a specific flexible asset from IT Glue by its ID, with options to include related resources and choose output format for documentation access.

Instructions

Get a single flexible asset by ID.

Args:

  • id (string|number): Flexible asset ID (required)

  • include (array): Related resources to include

  • response_format (string): 'markdown' or 'json'

Returns: Flexible asset details including all trait values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe unique ID of the resource
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown
includeNoRelated resources to include
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, openWorldHint=true, and idempotentHint=true, covering safety and idempotency. The description adds minimal behavioral context beyond this, mentioning the return includes 'all trait values' but not details like error handling, rate limits, or authentication needs. It does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose, followed by brief parameter and return notes. It avoids redundancy, but the 'Args' and 'Returns' sections could be more integrated into a single narrative flow. Overall, it is efficient with minimal waste.

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 tool's low complexity (simple retrieval), rich annotations, and 100% schema coverage, the description is mostly complete. It lacks an output schema but describes the return content. However, it could better address sibling tool differentiation and provide more behavioral context to fully compensate for the missing output schema.

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%, with clear descriptions for all parameters (id, include, response_format). The description adds no additional semantic details beyond what the schema provides, such as examples or usage tips for 'include' or 'response_format'. Baseline 3 is appropriate given the schema's completeness.

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 the verb 'Get' and resource 'a single flexible asset by ID', distinguishing it from sibling tools like 'itglue_list_flexible_assets' (which retrieves multiple) and 'itglue_create_flexible_asset' (which creates). It specifies the singular nature and ID requirement, making the purpose unambiguous.

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 usage when needing a specific flexible asset by ID, but does not explicitly state when to use this versus alternatives like 'itglue_list_flexible_assets' for multiple assets or 'itglue_get_flexible_asset_type' for asset types. No exclusions or prerequisites are mentioned, leaving some ambiguity.

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

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