files_info
ActiveTool of io.github.saloprj/dialogbrain
Get metadata and download URLs for files by their IDs. When to use: - After messages_read_history returns attachment_file_ids - To get a presigned download URL to read a received file Returns: filename, mime_type, byte_size, download_url (1-hour presigned URL).
Parameters schema
{
"type": "object",
"required": [
"file_ids"
],
"properties": {
"file_ids": {
"type": "array",
"items": {
"type": "integer"
},
"description": "List of file IDs (max 20)"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries