Skip to main content
Glama

Prefect MCP Server

get_workspace_by_handle

Retrieve workspace details using account and workspace handles to access specific workflow automation environments in Prefect.

Instructions

Get a workspace by its handle.

Args: account_handle: The account handle workspace_handle: The workspace handle

Returns: Workspace details

Input Schema

NameRequiredDescriptionDefault
account_handleYes
workspace_handleYes

Input Schema (JSON Schema)

{ "properties": { "account_handle": { "title": "Account Handle", "type": "string" }, "workspace_handle": { "title": "Workspace Handle", "type": "string" } }, "required": [ "account_handle", "workspace_handle" ], "type": "object" }

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/allen-munsch/mcp-prefect'

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