Skip to content

Greenhouse

HR · 52 actions · connect with an API key

Connect in dashboardAPI keyfrom API spec

Actions

A sample of the 52 Greenhouse actions. Each keeps the schema of the real API.

  • greenhouse.list_employeesread
  • greenhouse.get_employeeread
  • greenhouse.create_employeewrite
  • greenhouse.list_candidatesread
  • greenhouse.get_candidateread
  • greenhouse.create_candidatewrite
  • greenhouse.delete_employeedelete

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 employees", "app": "greenhouse" }
execute_tool
{ "name": "greenhouse.list_employees",
  "fields": ["id"] }