cURL
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" } ] } ] }
Retrieves a Tool Pack by ID
Token-based authentication with required prefix "Bearer"
Agent Handler ID of the Tool Pack
ID of the Tool Pack
Name of the Tool Pack
255
Description of the Tool Pack
Connectors enabled with the Tool Pack
Show child attributes