Skip to main content
Glama

Portkey MCP Server

by r-huijts

get_config

Retrieve detailed configuration settings including cache, retry policies, and routing strategy using a unique identifier. Ideal for managing AI API configurations via Portkey MCP Server.

Instructions

Retrieve detailed information about a specific configuration, including cache settings, retry policies, and routing strategy

Input Schema

NameRequiredDescriptionDefault
slugYesThe unique identifier (slug) of the configuration to retrieve. This can be found in the configuration's URL or from the list_configs tool response

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "slug": { "description": "The unique identifier (slug) of the configuration to retrieve. This can be found in the configuration's URL or from the list_configs tool response", "type": "string" } }, "required": [ "slug" ], "type": "object" }

You must be authenticated.

Other Tools from Portkey MCP Server

Related Tools

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/r-huijts/portkey-admin-mcp-server'

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