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
zh.json•2.2 KiB
{
"Build and manage custom apps with databases and entities": "Build and manage custom apps with databases and entities",
"App ID": "App ID",
"API Token": "API Token",
"Your Base44 application ID": "Your Base44 application ID",
"Your Base44 user token or service token (optional but recommended for full access)": "Your Base44 user token or service token (optional but recommended for full access)",
"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": "Create Entity",
"Find Entity Record": "Find Entity Record",
"Find or Create Entity": "Find or Create Entity",
"Creates an entity (record) in your Base44 app": "Creates an entity (record) in your Base44 app",
"Find a matching entity record in your Base44 app": "Find a matching entity record in your Base44 app",
"Find a matching entity record, or create one if not found": "Find a matching entity record, or create one if not found",
"Entity Type": "Entity Type",
"Entity Data": "Entity Data",
"Search Query": "Search Query",
"Create Data": "Create Data",
"The name of the entity type (e.g. \"Product\", \"User\", \"Order\")": "The name of the entity type (e.g. \"Product\", \"User\", \"Order\")",
"The data to create the entity with": "The data to create the entity with",
"Query to find the entity (e.g. {\"email\": \"john@example.com\"})": "Query to find the entity (e.g. {\"email\": \"john@example.com\"})",
"Data to create the entity with if not found": "Data to create the entity with if not found",
"Entity Event": "Entity Event",
"Triggers when an entity is created or updated": "Triggers when an entity is created or updated",
"Event Type": "Event Type",
"When to trigger": "When to trigger",
"Created": "Created",
"Updated": "Updated"
}