Skip to main content
Glama

mcp-google-sheets

nl.json5.26 kB
{ "Host": "Hostnaam", "Use MongoDB Atlas URL Format": "Gebruik MongoDB Atlas URL-indeling", "Database": "Database", "Username": "Gebruikersnaam", "Password": "Wachtwoord", "Auth Source": "Authenticatie Bron", "The hostname or address of the MongoDB server (e.g., localhost:27017 or cluster.example.mongodb.net)": "De hostnaam of het adres van de MongoDB-server (bijv. localhost:27017 of cluster.example.mongodb.net)", "Enable this if connecting to MongoDB Atlas (uses mongodb+srv:// protocol)": "Schakel dit in als je verbinding maakt met MongoDB Atlas (gebruikt mongodb+srv:// protocol)", "The MongoDB database to connect to (can be specified per action if left empty)": "De database van MongoDB waarmee u verbinding wilt maken (kan worden opgegeven per actie indien leeg)", "The username to use for connecting to the MongoDB server": "De gebruikersnaam om te gebruiken voor het verbinden met de MongoDB-server", "The password to use to identify at the MongoDB server": "Het wachtwoord dat moet worden gebruikt om te identificeren op de MongoDB-server", "The database to authenticate against (default: admin)": "De database om mee te verifiëren (standaard: admin)", "Find Documents": "Documenten zoeken", "Insert Documents": "Documenten invoegen", "Update Documents": "Documenten bijwerken", "Delete Documents": "Documenten verwijderen", "Find and Update Documents": "Vind en update documenten", "Find and Replace Documents": "Zoeken en vervangen documenten", "Aggregate Documents": "Samenvoegen documenten", "Find documents in a collection": "Vind documenten in een collectie", "Insert one or more documents into a collection": "Een of meer documenten toevoegen aan een collectie", "Update multiple documents in a collection": "Meerdere documenten in een collectie bijwerken", "Delete documents from a collection": "Documenten uit een collectie verwijderen", "Find documents and update them, returning the updated documents": "Zoek documenten en werk ze bij, retourneer de bijgewerkte documenten", "Replace documents that match a filter with a new document": "Vervang documenten die overeenkomen met een filter met een nieuw document", "Perform aggregation operations on documents in a collection": "Voer aggregatie operaties uit op documenten in een collectie", "Collection": "Collectie", "Query": "Zoekopdracht", "Projection": "Projectie", "Sort": "Sorteren", "Limit": "Limiet", "Skip": "Overslaan", "Documents": "Documenten", "Filter": "Filteren", "Update": "Vernieuwen", "Upsert": "In de buurt", "Return Updated Documents": "Retour Bijgewerkte documenten", "Replacement Document": "Vervanging document", "Return Document": "Retour document", "Aggregation Pipeline": "Aggregatie Pijplijn", "The MongoDB database to connect to (from your authentication)": "De database van MongoDB waar u verbinding mee wilt maken (vanaf uw authenticatie)", "MongoDB query to filter documents (e.g., {\"status\": \"active\"})": "MongoDB query om documenten te filteren (bijv. {\"status\": \"actief\"})", "Fields to include or exclude (e.g., {\"name\": 1, \"_id\": 0})": "Velden om op te nemen of uit te sluiten (bijv. {\"naam\": 1, \"_id\": 0})", "Sort criteria (e.g., {\"createdAt\": -1})": "Sorteer criteria (bijv. {\"aangemaaktAt\": -1})", "Maximum number of documents to return": "Maximum aantal documenten om te retourneren", "Number of documents to skip": "Aantal documenten om over te slaan", "Document(s) to insert. Can be a single document object or an array of documents.": "Document(en) om in te voegen. Kan een enkel document-object of een reeks documenten zijn.", "MongoDB query to select documents to update (e.g., {\"status\": \"pending\"})": "MongoDB query om te updaten documenten (bijv. {\"status\": \"in behandeling\"})", "MongoDB update operations (e.g., {\"$set\": {\"status\": \"completed\"}})": "MongoDB update bewerkingen (bijv. {\"$set\": {\"status\": \"voltooid\"}})", "Insert a document if no documents match the filter": "Voeg een document toe als er geen documenten overeenkomen met de filter", "MongoDB query to select documents to delete (e.g., {\"status\": \"archived\"})": "MongoDB query om documenten te verwijderen (bijv. {\"status\": \"gearchiveer\"})", "Return the documents after updates are applied": "Retourneer de documenten na updates worden toegepast", "MongoDB query to select documents to replace (e.g., {\"_id\": \"123\"})": "MongoDB query om documenten te vervangen (bijv. {\"_id\": \"123\"})", "New document that will replace the matched documents": "Nieuw document dat de overeenkomstige documenten vervangt", "Insert the document if no documents match the filter": "Voeg het document in als er geen documenten overeenkomen met de filter", "Which version of the document to return": "Welke versie van het document om terug te keren", "Array of aggregation stages (e.g., [{\"$match\": {\"status\": \"active\"}}, {\"$group\": {\"_id\": \"$category\", \"count\": {\"$sum\": 1}}}])": "Array of aggregation stages (bijv. [{\"$match\": {\"status\": \"active\"}}, {\"$group\": {\"_id\": \"$category\", \"count\": {\"$sum\": 1}}}])", "Before Update": "Voor het bijwerken", "After Update": "Na het bijwerken" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server