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
ja.json•2.67 KiB
{
"Build and manage custom apps with databases and entities": "データベースやエンティティを使用してカスタム App を構築および管理",
"App ID": "アプリ ID",
"API Token": "API Token",
"Your Base44 application ID": "Base44 アプリケーションID",
"Your Base44 user token or service token (optional but recommended for full access)": "Base44のユーザートークンまたはサービストークン (オプションですが、フルアクセスをお勧めします)",
"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.": "アプリIDとAPIトークンを使用してBase44アプリで認証します。\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 this in your Base44 app settings or Dashboard",
"Create Entity": "エンティティを作成",
"Find Entity Record": "エンティティレコードを検索",
"Find or Create Entity": "エンティティを検索または作成",
"Creates an entity (record) in your Base44 app": "Base44アプリでエンティティ(レコード)を作成します",
"Find a matching entity record in your Base44 app": "Base44 アプリで一致するエンティティレコードを見つけます",
"Find a matching entity record, or create one if not found": "一致するエンティティレコードを見つけるか、見つからない場合は作成してください",
"Entity Type": "エンティティタイプ",
"Entity Data": "エンティティデータ",
"Search Query": "検索クエリ",
"Create Data": "データを作成",
"The name of the entity type (e.g. \"Product\", \"User\", \"Order\")": "エンティティタイプの名前 (例: \"製品\"、\"ユーザー\"、\"注文\")",
"The data to create the entity with": "エンティティを作成するデータ",
"Query to find the entity (e.g. {\"email\": \"john@example.com\"})": "エンティティを検索するクエリ(例:{\"email\": \"john@example.com\"})",
"Data to create the entity with if not found": "存在しない場合、エンティティを作成するデータ",
"Entity Event": "エンティティイベント",
"Triggers when an entity is created or updated": "エンティティが作成または更新されたときにトリガーします",
"Event Type": "イベントタイプ",
"When to trigger": "いつトリガーするか",
"Created": "Created",
"Updated": "更新日時"
}