You're viewing a demo portfolio

Join the waitlist
PRSM

agents_remove_file

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

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

1/7 registries
View full server →
agents_remove_file — io.github.saloprj/dialogbrain — PRSM MCP