db-query

Query multi-tenant MongoDB databases with dbKey routing and safety guards.

Updated May 12, 2026
One-click install
npx skills add https://github.com/HillBombCreations/vivreal-skills --skill db-query-hillbombcreations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-query
Source: https://github.com/HillBombCreations/vivreal-skills/tree/main/vivreal-db-explorer/skills/cmd-db-query
Command: npx skills add https://github.com/HillBombCreations/vivreal-skills --skill db-query-hillbombcreations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies safe and efficient querying of Vivreal's multi-tenant MongoDB, providing a user-friendly interface to access and manipulate data.

Core Features & Use Cases

  • Secure MongoDB Querying: Perform queries with built-in safety guards and dbKey routing.
  • Multi-Tenant Support: Access data across different tenant databases based on tier.
  • Dynamic Schema Handling: Accurately retrieve schema information for collections.

Quick Start

To query the 'groups' collection in the 'Vivreal' database, use the command: /db-query Vivreal groups {"key": "mygroup"}

Frequently Asked Questions about db-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely query a multi-tenant MongoDB database?

To securely query a multi-tenant MongoDB database, this Skill provides a user-friendly interface with built-in safety guards and dbKey routing to safely retrieve and manipulate data across different tenant tiers.

What is dbKey routing in multi-tenant data retrieval?

DbKey routing in multi-tenant data retrieval directs queries to the correct tenant database based on tier. It ensures data isolation and secure access when manipulating collections across different tenant environments.

How do I retrieve schema information for a MongoDB collection?

To retrieve schema information for a MongoDB collection, use the dynamic schema handling feature which accurately identifies and fetches collection structures before executing your main data retrieval queries.

Do I need an MCP server connection for MongoDB data querying?

Yes, you need an active MCP server connection for MongoDB data querying. The server handles the required authentication and data routing necessary to enforce safety guards across multi-tenant databases.

Can I access data across different tenant tiers in MongoDB?

Yes, you can access data across different tenant tiers in MongoDB. The Skill includes multi-tenant support that routes requests via dbKey to ensure you retrieve and manipulate the correct tenant's data.