Start with a read
After connecting your client, ask it to list your projects and inspect one before making changes:Give the client a clear scope
Name the project, branch, and requested outcome. For example:Discover tools and inputs
Ask your client to list available Flow tools. Tool names begin withflow_; their input schemas describe the required arguments.
Tools group request inputs into path, query, and body where the operation needs them. Use the schema returned by the server. Authentication and the workspace are supplied by the connection, not by your prompt.
The endpoint reference explains the underlying operation. For common workflows, see Read entities, Batch writes, and Trigger and poll automations.
Inspect reference resources
Clients that support MCP resources can read:
Refresh the client’s tools after an API update. Avoid hard-coding a tool name without checking the current tool list.