Skip to content

Commit 0e3d5fe

Browse files
committed
feat: update orientation tool with data trimming advice
Added guidance to the orientation tool explaining that get_flow_runs returns slim summaries and instructing users to use specific lookup tools (get_work_pools, get_deployments) for detailed configuration like concurrency limits.
1 parent 2f2f7e9 commit 0e3d5fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/prefect_mcp_server/server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def orientation() -> str:
6464
Use the attached docs MCP server to search for documentation on Prefect concepts, usage examples, and best practices.
6565
6666
Use get_object_schema to get JSON schemas for complex objects like automations.
67+
68+
Data trimming: `get_flow_runs` returns slim summaries. If you need details like concurrency limits or work queue status for a run, use `get_dashboard`, `get_work_pools`, or `get_deployments` with the specific ID.
6769
"""
6870

6971

0 commit comments

Comments
 (0)