ai.agenttrust/mcp

agenttrust_drive_delete

Delete a file from your Agent Drive. This permanently removes the file and frees storage quota.

Remote info-ylms/agenttrust

Remote (network-hosted)

Other tools also called agenttrust_drive_delete? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file_id": {
      "type": "string",
      "description": "File ID to delete"
    }
  }
}