16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"name": "read_media_file",
|
|
"description": "Read an image or audio file. Returns the base64 encoded data and MIME type. Only works within allowed directories.",
|
|
"inputSchema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"path": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"path"
|
|
]
|
|
}
|
|
} |