ai.agenttrust/mcp
agenttrust_drive_download
Download a file from Agent Drive. Returns a signed download URL valid for 1 hour.
Remote info-ylms/agenttrust
Remote (network-hosted)
Other tools also called agenttrust_drive_download?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file_id": {
"type": "string",
"description": "File ID to download"
}
}
}