Agentic Service Discovery

Resources

M

MongoDB

by MongoDB

Connect to MongoDB databases to store, query, and manage document-based data

DatabaserGratisGrundlæggende godkendelsedatabasenosqldatastoragedocumentmongodb

Sådan bruger agenter MongoDB

  • Agent finds documents matching a condition to retrieve relevant records before processing or responding
  • Agent inserts a new document to store workflow outputs, events, or agent-generated content
  • Agent updates a document's fields to reflect the current state of a task or entity in the workflow
  • Agent runs an aggregation pipeline to compute metrics or summaries for a reporting or decision step
  • Agent uses MongoDB as a flexible store for semi-structured data like agent memory, logs, or rich profiles

Agenthandlinger

Find DocumentsQuery and retrieve documents from a collection

Input: collection, filter, projection, sort, limit, skip

Returnerer: documents, count

Find One DocumentFind a single document matching the criteria

Input: collection, filter, projection

Returnerer: document

Insert One DocumentInsert a single document into a collection

Input: collection, document

Returnerer: insertedId, acknowledged

Insert Many DocumentsInsert multiple documents into a collection

Input: collection, documents, ordered

Returnerer: insertedIds, insertedCount

Update One DocumentUpdate a single document matching the filter

Input: collection, filter, update, upsert

Returnerer: matchedCount, modifiedCount, upsertedId

Update Many DocumentsUpdate multiple documents matching the filter

Input: collection, filter, update

Returnerer: matchedCount, modifiedCount

Delete One DocumentDelete a single document matching the filter

Input: collection, filter

Returnerer: deletedCount

Delete Many DocumentsDelete multiple documents matching the filter

Input: collection, filter

Returnerer: deletedCount

Aggregate PipelineExecute an aggregation pipeline on a collection

Input: collection, pipeline

Returnerer: results

Count DocumentsCount documents matching a filter

Input: collection, filter

Returnerer: count

Create IndexCreate an index on a collection

Input: collection, keys, options

Returnerer: indexName

Bulk Write OperationsExecute multiple write operations in bulk

Input: collection, operations, ordered

Returnerer: insertedCount, modifiedCount, deletedCount, upsertedCount

Replace One DocumentReplace a single document with a new one

Input: collection, filter, replacement, upsert

Returnerer: matchedCount, modifiedCount, upsertedId

Get Distinct ValuesGet distinct values for a field

Input: collection, field, filter

Returnerer: values

Eksempel på workflows

1

User profile management

Store and query user profiles with flexible schema

2

Content management system

Manage articles, posts, and media with MongoDB

3

Analytics and logging

Store and analyze event logs and metrics

4

E-commerce product catalog

Manage product data with complex nested structures

Om MongoDB

Leverandør
MongoDB
Pris Tjek altid detaljer med udbyderen
GratisMongoDB Community Edition is free. MongoDB Atlas has free tier with usage-based pricing.
Godkendelse
Grundlæggende godkendelse
Kompatible noder
AgentResourceInputOutput

Byg et AI-workflow med MongoDB

Brug Agentic Planner til at designe, visualisere og forbinde MongoDB med dine andre værktøjer.

Åbn Agentic Planner

Relaterede Databaser-værktøjer