Skip to main content
Glama
Facets-cloud

Control Plane OpenAPI MCP Server

Official
by Facets-cloud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_TTLNoCache time-to-live in seconds3600
FACETS_TOKENNoYour Facets access token for API authentication
FACETS_PROFILENoFacets profile to use from credentials filedefault
FACETS_USERNAMENoYour Facets username for API authentication
CONTROL_PLANE_URLNoBase URL of the Facets Control Planedemo instance

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
FIRST_STEP_get_api_script_guideA

ALWAYS Call this tool first before calling any other tool of this mcp. Loads the API script generation guide that contains comprehensive instructions for creating scripts that interact with Control Plane APIs.

Returns: str: A JSON string containing the content of the API script guide.

refresh_api_catalogA

Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Refresh the API catalog by fetching the latest OpenAPI specification.

Returns: str: Success message confirming the catalog has been refreshed.

search_api_operationsA

Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Search for operations across the OpenAPI specification using fuzzy matching.

Note: Only searches through active (non-deprecated) operations.

Args: query (str): Search query to match against operation summaries, descriptions, tags, and operation IDs.

Returns: str: JSON string containing matching operations with their details.

search_api_schemasA

Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Search for schemas across the OpenAPI specification using fuzzy matching.

Args: query (str): Search query to match against schema names and descriptions.

Returns: str: JSON string containing matching schemas with their details.

load_api_operation_by_operationIdA

Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Load a specific operation by its operationId.

Args: operation_id (str): The unique operation ID to load.

Returns: str: JSON string containing the complete operation details or null if not found.

load_api_operation_by_path_and_methodA

Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Load a specific operation by its path and HTTP method.

Args: path (str): The API endpoint path (e.g., '/cc-ui/v1/stacks/{stackName}'). method (str): The HTTP method (GET, POST, PUT, DELETE, etc.).

Returns: str: JSON string containing the complete operation details or null if not found.

load_api_schema_by_schemaNameA

Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Load a specific schema by its name.

Args: schema_name (str): The name of the schema to load (e.g., 'Stack', 'ErrorDetails').

Returns: str: JSON string containing the complete schema details or null if not found.

call_control_plane_apiA

Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Make a GET request to the Facets Control Plane API.

Args: path (str): API path to call (e.g., '/cc-ui/v1/stacks/my-stack' or 'cc-ui/v1/stacks')

Returns: str: JSON string containing the API response or error information.

Prompts

Interactive templates invoked by user choice

NameDescription
Control Plane API Script Generation Prompt to be used for creating scripts that interact with Control Plane APIs. This will read from the `api_script_guide.md` file. Returns: The content of the prompt read from the markdown file.

Resources

Contextual data attached and managed by the client

NameDescription
Control Plane API Knowledge Base

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/Facets-cloud/control-plane-openapi-mcp'

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