Skip to main content
GET
/
api
/
v1
/
tool-packs
/
{id}
/
Get Tool Pack
curl --request GET \
  --url https://ah-api.merge.dev/api/v1/tool-packs/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "id": "134e0111-0f67-44f6-98f0-597000290bb3",
  "name": "Support Agent Tool Pack",
  "description": "Ticketing connectors for support agent",
  "connectors": [
    {
      "name": "Linear",
      "slug": "linear",
      "source_url": "https://linear.app",
      "logo_url": "https://linear.app/favicon.ico",
      "categories": [
        "Project Management"
      ],
      "tools": [
        {
          "name": "create_issue",
          "description": "Create a new issue in Linear"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Bearer"

Path Parameters

id
string<uuid>
required

Agent Handler ID of the Tool Pack

Response

200 - application/json
id
string<uuid>
required

ID of the Tool Pack

name
string
required

Name of the Tool Pack

Maximum length: 255
description
string
required

Description of the Tool Pack

connectors
object[]
required

Connectors enabled with the Tool Pack