Skip to content

GitHub

Dev tools · 40 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 40 GitHub actions. Each keeps the schema of the real API.

  • github.list_issuesread
  • github.get_issueread
  • github.create_issuewrite
  • github.list_pull_requestsread
  • github.get_pull_requestread
  • github.create_pull_requestwrite
  • github.list_deploymentsread
  • github.get_deploymentread
  • github.create_deploymentwrite
  • github.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": "github" }
execute_tool
{ "name": "github.list_issues",
  "fields": ["id"] }