Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

Get Workflows

get_workflows
Read-onlyIdempotent

List all workflow API endpoints from Itential Platform to discover available automation processes for network operations, device management, and service provisioning.

Instructions

Get all workflow API endpoints from Itential Platform.

Workflows are the core automation engine of Itential Platform, defining executable processes that orchestrate network operations, device management, and service provisioning. Each workflow exposes an API endpoint that can be triggered by external systems or other platform components.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesResponse model for workflow collection endpoints. This root model wraps a list of workflow elements, providing a standardized response format for API endpoints that return multiple workflows from the operations manager. Attributes: root: A list of WorkflowElement objects representing all available workflows on the platform.
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description's job is to add context beyond that. It adds conceptual background on workflows and API endpoints but does not disclose operational details like pagination or return format, which is acceptable given the output schema exists.

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 first sentence is front-loaded with the core action. The following two sentences provide background context on workflows, which adds some value but is not strictly necessary. The description is appropriately sized, not overly verbose.

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 read-only list tool with no parameters and an output schema, the description adequately states its purpose. It does not need to explain return values due to the output schema. The background context helps a bit, but operational details like pagination are not mentioned, which is acceptable for this simplicity.

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% as there is nothing to document. The baseline for 0 params is 4, and the description does not need to add parameter semantics.

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 all workflow API endpoints from Itential Platform' with a specific verb and resource. It distinguishes this from sibling tools like start_workflow or expose_workflow by focusing on retrieval of endpoint definitions rather than execution or exposure.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for listing all workflow API endpoints and provides context on why workflows are important. However, it does not explicitly mention alternatives or exclusions, such as when to use start_workflow or expose_workflow instead.

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