agents_remove_file
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Remove a file from this agent's private knowledge. The file itself is not deleted — it's just detached from this agent. Use agents.list_files to find the file_id to remove.
Parameters schema
{
"type": "object",
"required": [
"agent_id",
"file_id"
],
"properties": {
"file_id": {
"type": "integer",
"description": "ID of the file to detach (from agents.list_files)"
},
"agent_id": {
"type": "integer",
"description": "ID of the agent to remove the file from"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries