Cycloid

Cycloid

Official
cycloidio

Connects to Cycloid's Internal Developer Platform to manage infrastructure automation, DevOps pipelines, and deployment blueprints. Lets you create stacks, validate configurations, and monitor platform events.

152 viewsRemote

What it does

  • Create infrastructure stacks from blueprints
  • List and filter available blueprints and service catalogs
  • Validate StackForms configuration files
  • Monitor organization events and pipeline activities
  • Browse deployment pipelines and their status

Best for

DevOps teams managing infrastructure as codePlatform engineers automating deployment workflowsOrganizations using Cycloid for cloud infrastructure
Interactive stack creation with elicitationBuilt-in configuration validation

Tools (6)

CYCLOID_EVENT_LIST

List organization events with optional filters (begin, end, severity, type).

CYCLOID_BLUEPRINT_STACK_CREATE

Create a new Cycloid stack from a blueprint. CRITICAL: When elicitation context (ctx) is provided, the tool will ALWAYS use interactive elicitation to ask for parameters one by one, REGARDLESS of any parameters provided. The LLM should ONLY provide the 'ref' parameter and let elicitation handle the rest. DO NOT provide name, use_case, or service_catalog_source_canonical when elicitation is available. 🚨 CRITICAL: The LLM should NEVER provide default values, suggestions, or examples. Let the user make their own choices. Do NOT call this tool with guessed parameters.

CYCLOID_BLUEPRINT_LIST

List all available blueprints with their details. The LLM can filter the results based on user requirements.

CYCLOID_STACKFORMS_VALIDATE

Validate a StackForms (.forms.yml) file using the Cycloid CLI. This tool can validate StackForms configuration and provide detailed feedback for fixing issues.

CYCLOID_CATALOG_REPO_LIST

List all available service catalog repositories with their details. The LLM can filter the results based on user requirements.

Alternatives