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
de.json•2.37 KiB
{
"Build and manage custom apps with databases and entities": "Erstellen und verwalten von benutzerdefinierten Apps mit Datenbanken und Entitäten",
"App ID": "App-ID",
"API Token": "API Token",
"Your Base44 application ID": "Ihre Base44 Applikations-ID",
"Your Base44 user token or service token (optional but recommended for full access)": "Ihr Base44 Benutzertoken oder Service Token (optional, aber für vollen Zugriff empfohlen)",
"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.": "Authentifizieren Sie sich mit Ihrer Base44 App mit Ihrem App-ID und dem API-Token.\n\n**App ID**: Ihre Base44 Applikations-ID (erforderlich)\n**Token**: Ihr Base44 Benutzertoken oder Service Token (optional, aber empfohlen)\n\nSie finden diese in Ihren Base44 App-Einstellungen oder Dashboard.",
"Create Entity": "Entität erstellen",
"Find Entity Record": "Entitäts-Eintrag finden",
"Find or Create Entity": "Entität suchen oder erstellen",
"Creates an entity (record) in your Base44 app": "Erstellt eine Entität (Datensatz) in Ihrer Base44 App",
"Find a matching entity record in your Base44 app": "Finde einen passenden Datensatz in deiner Base44 App",
"Find a matching entity record, or create one if not found": "Finde einen passenden Datensatz oder erstelle einen wenn nicht gefunden",
"Entity Type": "Entitätstyp",
"Entity Data": "Entitätsdaten",
"Search Query": "Suchanfrage",
"Create Data": "Daten erstellen",
"The name of the entity type (e.g. \"Product\", \"User\", \"Order\")": "Der Name der Entitätstyp (z.B. \"Produkt\", \"Benutzer\", \"Bestellung\")",
"The data to create the entity with": "Die Daten zum Erstellen der Entität mit",
"Query to find the entity (e.g. {\"email\": \"john@example.com\"})": "Abfrage, um die Entität zu finden (z.B. {\"email\": \"john@example.com\"})",
"Data to create the entity with if not found": "Daten zum Erstellen der Entität mit wenn nicht gefunden",
"Entity Event": "Entitäts-Ereignis",
"Triggers when an entity is created or updated": "Löst aus, wenn eine Entität erstellt oder aktualisiert wird",
"Event Type": "Ereignistyp",
"When to trigger": "Wann auslösen",
"Created": "Erstellt",
"Updated": "Updated"
}