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
es.json•2.37 KiB
{
"Build and manage custom apps with databases and entities": "Construye y administra aplicaciones personalizadas con bases de datos y entidades",
"App ID": "ID App",
"API Token": "API Token",
"Your Base44 application ID": "Su ID de aplicación Base44",
"Your Base44 user token or service token (optional but recommended for full access)": "Su token de usuario o token de servicio Base44 (opcional pero recomendado para un acceso completo)",
"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": "Crear Entidad",
"Find Entity Record": "Encontrar registro de entidad",
"Find or Create Entity": "Encontrar o crear entidad",
"Creates an entity (record) in your Base44 app": "Crea una entidad (registro) en tu aplicación Base44",
"Find a matching entity record in your Base44 app": "Encuentra un registro de entidad coincidente en tu aplicación Base44",
"Find a matching entity record, or create one if not found": "Encontrar un registro de entidad coincidente, o crear uno si no se encuentra",
"Entity Type": "Tipo de entidad",
"Entity Data": "Datos de la entidad",
"Search Query": "Buscar consulta",
"Create Data": "Crear datos",
"The name of the entity type (e.g. \"Product\", \"User\", \"Order\")": "El nombre del tipo de entidad (por ejemplo, \"Producto\", \"Usuario\", \"Pedido\")",
"The data to create the entity with": "Los datos con los que crear la entidad",
"Query to find the entity (e.g. {\"email\": \"john@example.com\"})": "Consulta para encontrar la entidad (por ejemplo, {\"email\": \"john@example.com\"})",
"Data to create the entity with if not found": "Datos para crear la entidad con si no se encuentra",
"Entity Event": "Evento de la entidad",
"Triggers when an entity is created or updated": "Dispara cuando una entidad es creada o actualizada",
"Event Type": "Tipo de evento",
"When to trigger": "Cuándo activar",
"Created": "Creado",
"Updated": "Actualizado"
}