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
fr.json•2.49 KiB
{
"Build and manage custom apps with databases and entities": "Construire et gérer des applications personnalisées avec des bases de données et des entités",
"App ID": "ID de l'application",
"API Token": "API Token",
"Your Base44 application ID": "Votre ID d'application Base44",
"Your Base44 user token or service token (optional but recommended for full access)": "Votre jeton utilisateur ou votre jeton de service Base44 (facultatif mais recommandé pour un accès complet)",
"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.": "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.",
"Create Entity": "Créer une entité",
"Find Entity Record": "Trouver un enregistrement d'entité",
"Find or Create Entity": "Trouver ou créer une entité",
"Creates an entity (record) in your Base44 app": "Crée une entité (enregistrement) dans votre application Base44",
"Find a matching entity record in your Base44 app": "Trouver un enregistrement d'entité correspondant dans votre application Base44",
"Find a matching entity record, or create one if not found": "Trouver un enregistrement d'entité correspondant, ou en créer un s'il n'est pas trouvé",
"Entity Type": "Type d'entité",
"Entity Data": "Données de l'entité",
"Search Query": "Requête de recherche",
"Create Data": "Créer des données",
"The name of the entity type (e.g. \"Product\", \"User\", \"Order\")": "Le nom du type d'entité (par exemple \"Produit\", \"Utilisateur\", \"Commande\")",
"The data to create the entity with": "Les données avec lesquelles créer l'entité",
"Query to find the entity (e.g. {\"email\": \"john@example.com\"})": "Requête pour trouver l'entité (par exemple {\"email\": \"john@example.com\"})",
"Data to create the entity with if not found": "Données pour créer l'entité avec si introuvable",
"Entity Event": "Événement d'Entité",
"Triggers when an entity is created or updated": "Déclenche quand une entité est créée ou mise à jour",
"Event Type": "Type d'événement",
"When to trigger": "Quand déclencher",
"Created": "Créé",
"Updated": "Mis à jour"
}