Get a single Mudbase document
mudbase_get_documentRetrieve a single document by its ID from a specific Mudbase collection using project and collection IDs, providing direct access to stored data.
Instructions
Fetch a single document by ID from a Mudbase collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Mudbase project ID. | |
| documentId | Yes | The document ID within the collection. | |
| collectionId | Yes | The collection ID to operate on. |