ai.agenttrust/mcp
agenttrust_drive_list
List files in your Agent Drive. Optionally filter by folder path prefix.
Remote info-ylms/agenttrust
Remote (network-hosted)
Other tools also called agenttrust_drive_list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Optional folder path prefix to filter by"
},
"limit": {
"type": "number",
"description": "Max results (default 100)"
}
}
}