Skip to content

Trello

Project management · 34 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 34 Trello actions. Each keeps the schema of the real API.

  • trello.list_issuesread
  • trello.get_issueread
  • trello.create_issuewrite
  • trello.list_projectsread
  • trello.get_projectread
  • trello.create_projectwrite
  • trello.list_commentsread
  • trello.get_commentread
  • trello.create_commentwrite
  • trello.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"] }