Skip to main content
Glama

Portkey MCP Server

by r-huijts

get_workspace

Retrieve specific workspace details, including configuration, metadata, and user access, by providing the workspace ID to analyze and manage workspace settings effectively.

Instructions

Retrieve detailed information about a specific workspace, including its configuration, metadata, and user access details

Input Schema

NameRequiredDescriptionDefault
workspace_idYesThe unique identifier of the workspace to retrieve. This can be found in the workspace's URL or from the list_workspaces tool response

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "workspace_id": { "description": "The unique identifier of the workspace to retrieve. This can be found in the workspace's URL or from the list_workspaces tool response", "type": "string" } }, "required": [ "workspace_id" ], "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