Actions are capabilities you enable for your agent. Go to Actions to manage them.Documentation Index
Fetch the complete documentation index at: https://docs.usecrow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Types
| Type | Source | Example |
|---|---|---|
| API Tools | Your OpenAPI spec | getOrderStatus, createTicket |
| MCP Tools | Connected MCP servers | Notion search, database queries |
| Workflows | You define them | Onboarding flow, return request |
Enabling Actions
- API Tools — Check/uncheck individual endpoints from your OpenAPI spec
- MCP Tools — Toggle entire servers or individual tools
- Workflows — Enable/disable specific flows
How the Agent Decides
The agent automatically chooses tools based on:- The user’s question
- Tool names and descriptions
- Required parameters
Best Practices
- Start small — Enable only what’s needed, expand later
- Test in Sandbox — Verify tools work before deploying
- Clear descriptions — Help the agent understand when to use each tool
OpenAPI
Set up API tools
Workflows
Create guided flows
