Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

Get Services

get_services
Read-onlyIdempotent

Retrieve the list of all services known to the Itential Platform Gateway Manager, enabling visibility into managed services.

Instructions

Get the list of all know services from Itential Platform Gateway Manager

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesResponse model for the get services API endpoint. This root model wraps a list of ServiceElement objects representing all services available through Gateway Manager. Attributes: root: List of service elements, each containing service details.
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile. The description adds 'all known services' and the source, which clarifies scope but does not disclose additional behavioral details such as authentication, rate limits, or result ordering. Since annotations cover the main behavioral concerns, a score of 3 is appropriate.

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 a single, concise sentence that front-loads the verb 'Get' and efficiently conveys the purpose. No unnecessary words or repetition; it earns its place. The minor typo 'know' does not detract from the structural clarity.

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?

For a simple tool with no parameters and an output schema present, the description is nearly complete: it states the resource and scope. It might be improved by distinguishing 'services' from other resource types, but given the tool's simplicity and the available output schema, the description is adequate and complete enough for an agent to select it appropriately.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and the schema coverage is 100%, so there is no parameter information to add. Per the rubric, 0 params receives a baseline score of 4, and the description does not need to compensate for any missing parameter documentation.

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 'Get the list of all know services from Itential Platform Gateway Manager', providing a specific verb ('Get'), a resource ('services'), and a scope ('all known', from Gateway Manager). This distinguishes it from sibling get_* tools like get_adapters or get_gateways, as it targets a distinct resource.

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 does not explicitly state when to use this tool versus alternatives, nor does it offer exclusions or mention sibling tools. However, the scope 'from Itential Platform Gateway Manager' implies that this is the tool for listing services within that context. Usage is implied rather than clearly guided.

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/itential/itential-mcp'

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