Use Tools
How can I get and use specific actions from a Tool?
Each Tool (like GitHub, Slack, etc.) comes with many Actions. You can explore all available Tools & Actions here. Each Action has an associated action ID which you can use to call the action.
Filtering actions is crucial for optimizing AI agent performance. Providing too many actions can overwhelm the LLM’s decision-making process, making it harder to choose the most appropriate action. It’s best to narrow down the action set to only the most relevant ones for your specific use case.
Specifying Actions
GITHUB_CREATE_AN_ISSUE
and GITHUB_COMMIT_EVENT
are action IDs for actions in the GitHub Tool
Filtering Actions
Actions can be filtered by tags or use case.
Filter the Actions in an App based on tags. For example, you can:
- Filter all user-related Actions using the “users” tag
- Retrieve metadata-related Actions using the “meta” tag
Was this page helpful?