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
nl.json•2.34 KiB
{
"Build and manage custom apps with databases and entities": "Bouw en beheer aangepaste apps met databases en entiteiten",
"App ID": "App ID",
"API Token": "API Token",
"Your Base44 application ID": "Uw Base44 aanvraag ID",
"Your Base44 user token or service token (optional but recommended for full access)": "Uw Base44 gebruikerstoken of service token (optioneel maar aanbevolen voor volledige toegang)",
"Authenticate with your Base44 app using your App ID and API token.\n\n**App ID**: Your Base44 application ID (required)\n**Token**: Your Base44 user token or service token (optional but recommended)\n\nYou can find these in your Base44 app settings or dashboard.": "Authenticeer met je Base44 app met behulp van je App ID en API token.\n\n**App ID**: Uw Base44 applicatie ID (vereist)\n**Token**: Uw Base44 gebruikerstoken of service token (optioneel maar aanbevolen)\n\nU kunt deze vinden in uw Base44 app instellingen of dashboard.",
"Create Entity": "Entiteit aanmaken",
"Find Entity Record": "Zoek Entiteit Record",
"Find or Create Entity": "Zoek of maak entiteit",
"Creates an entity (record) in your Base44 app": "Maakt een entiteit (record) aan in uw Base44 app",
"Find a matching entity record in your Base44 app": "Vind een overeenkomende entiteit record in uw Base44 app",
"Find a matching entity record, or create one if not found": "Zoek een overeenkomende entiteit-record of maak er een als niet gevonden",
"Entity Type": "Entiteit type",
"Entity Data": "Entiteit gegevens",
"Search Query": "Zoek query",
"Create Data": "Gegevens aanmaken",
"The name of the entity type (e.g. \"Product\", \"User\", \"Order\")": "De naam van het entiteittype (bijv. \"product\", \"Gebruiker\", \"Bestelling\"",
"The data to create the entity with": "De gegevens om de entiteit aan te maken met",
"Query to find the entity (e.g. {\"email\": \"john@example.com\"})": "Query om de entiteit te vinden (bijvoorbeeld {\"email\": \"john@example.com\"})",
"Data to create the entity with if not found": "Gegevens om een entiteit aan te maken met indien niet gevonden",
"Entity Event": "Entiteit gebeurtenis",
"Triggers when an entity is created or updated": "Triggert wanneer een entiteit wordt aangemaakt of bijgewerkt",
"Event Type": "Gebeurtenis type",
"When to trigger": "Wanneer te activeren",
"Created": "Aangemaakt",
"Updated": "Gewijzigd"
}