workflows
Installation
SKILL.md
Prefect Workflows
Use the Prefect MCP tools as the canonical source for Prefect state, documentation, and release notes. They return structured data with complete identifiers and are read-only unless a tool explicitly says otherwise.
Choose a Workspace
The hosted MCP server authenticates with Prefect Cloud OAuth. If a tool needs a
workspace_id and the user has not selected one:
- Call
list_authorized_workspaces. - Use the only workspace automatically when exactly one is available.
- When several are available, choose from explicit conversation context or ask the user which workspace they mean.
- Pass the selected
workspace_idconsistently to subsequent tool calls.
Never guess a workspace ID or copy one from an unrelated result.