Skip to main content
Glama
veeemlab

@veeemlab/itglue-mcp

by veeemlab

itglue_list_groups

List IT Glue user groups with RBAC filtering. Filter groups by name to manage permissions efficiently.

Instructions

List IT Glue user groups (RBAC). Supports filter[name].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNofilter[name]
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.
Behavior2/5

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

No annotations present, so description must disclose behavioral traits. Only mentions filter support; does not address that it is a read-only operation, pagination behavior, authentication requirements, or rate limits. 'Supports filter[name]' is the sole behavioral hint.

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?

Two concise sentences with no unnecessary words. However, could be slightly restructured to front-load the core purpose more clearly; currently it's adequate but not exemplary.

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?

Given the tool has 4 parameters, nested objects, no output schema, and no annotations, the description is too brief. It omits details on pagination, default page size, expected response format, and differentiation from search tools. Incomplete for a list operation.

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 detailed parameter descriptions. The description adds only 'Supports filter[name]', which echoes the schema. Baseline 3 is appropriate as description does not add significant new meaning beyond the schema.

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?

Description clearly states it lists IT Glue user groups with 'List IT Glue user groups (RBAC)' and specifies a filter. Differentiates from sibling tools like itglue_get_group (single group) and itglue_list_users (users), though it could be more explicit about RBAC context.

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 guidance on when to use this tool vs alternatives like itglue_get_group or itglue_search_organizations. Lacks context for selecting among list/search tools.

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