All integrations
MongoDB
Databases
Query, aggregate and update your own collections — with read-only credentials and sandbox routing when production is off limits.
What teams build with this
Answer operational questions from live application data
Run aggregations that would otherwise need an engineer
Validate a proposed action against current state before it runs
What this integration is allowed to do
4 read-only
Reads data. Cannot change anything in the connected system.
4 reversible
Writes data, but the change can be undone.
2 irreversible
Writes data in a way that cannot be automatically undone.
Attach only the tools an agent needs. Run the whole integration against a vendor sandbox or the Fruxon simulator before it touches production.
Available tools
Each tool is attached per agent step, so an agent only gets what its job requires.
list_collections | List all collections in the database | Read-only |
find | Query documents from a collection | Read-only |
count | Count documents matching a filter | Read-only |
aggregate | Run an aggregation pipeline | Read-only |
insert_one | Insert a single document | Reversible |
insert_many | Insert multiple documents | Reversible |
update_one | Update a single document | Reversible |
update_many | Update multiple documents | Reversible |
delete_one | Delete a single document | Irreversible |
delete_many | Delete multiple documents | Irreversible |
Connect MongoDB to your agents
Set up credentials once at the tenant level, then attach the tools you need to any agent.