This skill should be used when user asks to "query MongoDB", "show database collections", "get collection schema", "list MongoDB databases", "search records in MongoDB", or "check database indexes".
Use the MongoDB MCP server to integrate database queries into workflows.
MongoDB MCP is configured in read-only mode. Only queries and data retrieval are supported. No write, update, or delete operations.
Use mcp__mongodb__* tools for:
mcp__mongodb__list_databasesmcp__mongodb__list_collectionsmcp__mongodb__get_collection_schemaMongoDB MCP requires:
MONGODB_URI - Connection string (mongodb://...)Configure in shell before using the plugin.
mcp__mongodb__list_databases ile erişimi doğrula.mcp__mongodb__get_collection_schema ile veri tiplerini ve yapıyı anla.list_indexes veya benzeri sorgu ile).{ field: 1 }) seç (Network ve RAM tasarrufu).$match, $group, $project pipeline'ını kur.COLLSCAN (Tam tarama) mı IXSCAN (Index tarama) mı yaptığını kontrol et.| Aşama | Doğrulama |
|-------|-----------|
| 1 | Sorgu 100ms'in altında cevap veriyor mu? |
| 2 | "In-memory sort" limiti aşılıyor mu (disk kullanımı var mı)? |
| 3 | Regex sorguları indeksin başlangıcını (anchor ^...) kullanıyor mu? |
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer