Skip to content

Linear

Project management · 90 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 90 Linear actions. Each keeps the schema of the real API.

  • linear.list_issuesread
  • linear.get_issueread
  • linear.create_issuewrite
  • linear.list_projectsread
  • linear.get_projectread
  • linear.create_projectwrite
  • linear.list_commentsread
  • linear.get_commentread
  • linear.create_commentwrite
  • linear.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": "linear" }
execute_tool
{ "name": "linear.list_issues",
  "fields": ["id"] }