get_pack
Retrieve detailed information about sound packs from Freesound.org by providing the pack ID, enabling access to metadata and content descriptions.
Instructions
Get information about a sound pack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack_id | Yes | The ID of the pack |
Input Schema (JSON Schema)
{
"properties": {
"pack_id": {
"description": "The ID of the pack",
"type": "number"
}
},
"required": [
"pack_id"
],
"type": "object"
}