Trello
Project management · 34 actions · connect by signing in
Actions
A sample of the 34 Trello actions. Each keeps the schema of the real API.
trello.list_issuesreadtrello.get_issuereadtrello.create_issuewritetrello.list_projectsreadtrello.get_projectreadtrello.create_projectwritetrello.list_commentsreadtrello.get_commentreadtrello.create_commentwritetrello.delete_issuedelete
From your agent
Your agent never loads these up front. It searches in plain words and gets back the one it needs.
search_tools
{ "query": "list issues", "app": "trello" }execute_tool
{ "name": "trello.list_issues",
"fields": ["id"] }