get_image
Retrieve specific image details from BookStack wiki using the image ID to access visual content information.
Instructions
Get details of a specific image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Image ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Image ID",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}