Skip to main content
Glama

Portkey MCP Server

by r-huijts

list_workspaces

Retrieve all workspaces in your Portkey organization, including their configurations and metadata, to manage AI settings and API usage effectively.

Instructions

Retrieve all workspaces in your Portkey organization, including their configurations and metadata

Input Schema

NameRequiredDescriptionDefault
current_pageNoPage number to retrieve when results are paginated
page_sizeNoNumber of workspaces to return per page (default varies by endpoint)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "current_page": { "description": "Page number to retrieve when results are paginated", "exclusiveMinimum": 0, "type": "number" }, "page_size": { "description": "Number of workspaces to return per page (default varies by endpoint)", "exclusiveMinimum": 0, "type": "number" } }, "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