get_attachment_metadata
Retrieve the JSON metadata of a specific attachment in a Bitbucket repository by providing its project key, repository slug, and attachment ID.
Instructions
Retrieve the metadata (JSON) associated with an attachment.
Args: project_key: The project key. repo_slug: The repository slug. attachment_id: The numeric attachment ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| repo_slug | Yes | ||
| attachment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |