You're viewing a demo portfolio

Join the waitlist
PRSM

files_info

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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)"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →