> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phinite.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MongoDbTool

> MongoDB CRUD, aggregation, index, and database operations.

## MongoDbTool

Required configuration:

* `connection_string`, `database_name`

### Subtools (high level)

* `insert_document`, `insert_many_documents`, `find_document`, `find_many_documents`,
  `update_document`, `delete_document`, `count_documents`, `aggregate_documents`,
  `create_collection`, `list_collections`, `drop_collection`,
  `create_index`, `list_indexes`, `drop_index`,
  stats and DB ops
