Skip to main content
Glama
itential

Itential MCP Server

Official
by itential

get_workflows

Retrieve all workflow API endpoints from Itential Platform to discover executable automation processes for network orchestration 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?

No annotations are provided, so the description carries the full burden. It indicates a read operation via 'Get' but does not explicitly disclose non-mutating behavior or any limitations. For a simple zero-parameter getter, this is adequate but not rich.

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 concise and front-loaded with a clear purpose sentence. The second paragraph provides useful background but is slightly verbose; however, every sentence contributes to understanding the tool's domain. Overall well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter read tool with an output schema, the description is complete. It defines what workflows are and why they have API endpoints, with no missing prerequisites. The output schema covers return values, so no further detail is needed.

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 input schema has zero parameters, so there are no parameter semantics to document. Per the baseline rule for 0 params, a score of 4 is appropriate. The description adds context about the output (workflow API endpoints) but does not need to elaborate on parameters.

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', using a specific verb and resource. It distinguishes itself from siblings like start_workflow and expose_workflow by focusing on listing. The added background about workflows further reinforces the purpose.

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 a read-only listing use case but does not explicitly state when to use this tool versus alternatives. No exclusions or alternative tool mentions are provided. The purpose is clear enough for an agent to infer usage, but explicit guidance is missing.

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