GitHub
Dev tools · 40 actions · connect by signing in
Actions
A sample of the 40 GitHub actions. Each keeps the schema of the real API.
github.list_issuesreadgithub.get_issuereadgithub.create_issuewritegithub.list_pull_requestsreadgithub.get_pull_requestreadgithub.create_pull_requestwritegithub.list_deploymentsreadgithub.get_deploymentreadgithub.create_deploymentwritegithub.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"] }