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•4.46 KiB
{
"NoSQL document database for modern applications": "最新のアプリケーションのためのNoSQLドキュメントデータベース",
"Connection String": "接続文字列",
"Username": "ユーザー名",
"Password": "Password",
"Couchbase connection string (e.g., couchbase://localhost or couchbases://cloud.couchbase.com)": "Couchbase 接続文字列 (couchbase://localhost、couchbases://cloud.couchbase.comなど)",
"Username for authentication": "認証用のユーザー名",
"Password for authentication": "認証用パスワード",
"Connect to your Couchbase cluster": "Couchbase クラスターに接続",
"Insert Document": "ドキュメントの挿入",
"Upsert Document": "Upsert ドキュメント",
"Get Document": "ドキュメントの取得",
"Delete Document": "ドキュメントの削除",
"Execute SQL++ Query": "SQL++ クエリを実行",
"Create a new document. Fails if document already exists.": "新しいドキュメントを作成します。ドキュメントが既に存在する場合に失敗します。",
"Create or update a document. Creates if it doesn't exist, updates if it does.": "ドキュメントを作成または更新します。ドキュメントが存在しない場合は、それが存在する場合は更新します。",
"Retrieve a document by its ID": "ID でドキュメントを取得",
"Remove a document by its ID": "ID でドキュメントを削除",
"Run a SQL++ (N1QL) query with optional vector search filters": "オプションのベクトル検索フィルタを使用してSQL++ (N1QL) クエリを実行します",
"Bucket": "バケツ入りバケツ",
"Scope": "スコープ",
"Collection": "コレクション",
"Document ID": "ドキュメントID",
"Document": "ドキュメント",
"Expiry (seconds)": "有効期限 (秒)",
"Durability Level": "耐久値",
"Timeout (ms)": "タイムアウト (ミリ秒)",
"SQL++ Query": "SQL++ クエリ",
"Query Arguments": "クエリ引数",
"Vector Filters": "ベクトルフィルタ",
"Vector Ordering": "ベクトルの順序",
"Limit": "制限",
"Offset": "オフセット",
"Scan Consistency": "一貫性をスキャン",
"Select the bucket": "Bucket を選択",
"Select the scope (leave empty for default)": "スコープを選択します (デフォルトでは空のままにします)",
"Select the collection (leave empty for default)": "コレクションを選択します(デフォルトは空のままにします)",
"Unique identifier for the document. Leave empty to auto-generate.": "ドキュメントの一意識別子。空のままにすると自動生成されます。",
"The JSON document to store": "保存する JSON ドキュメント",
"Document expiration time in seconds. Leave empty for no expiry.": "ドキュメントの有効期限を秒単位で指定します。空白の場合、有効期限はありません。",
"How durable the write should be before returning success": "成功を返す前に耐久性のある書き込みを行う必要があります",
"Operation timeout in milliseconds": "操作のタイムアウト時間 (ミリ秒)",
"Select an existing document or type a custom ID": "既存のドキュメントを選択するか、カスタム ID を入力してください",
"SELECT statement with optional positional parameters ($1, $2, etc.). Do not include LIMIT or OFFSET.": "オプションの位置パラメータ($1、$2など)を持つSELECT文。LIMITまたはOFFSETは含めないでください。",
"Values for positional parameters ($1, $2, etc.) in the query": "クエリ内の位置パラメータの値 ($1、$2など)",
"Filter results by vector similarity (requires vector index)": "ベクトル類似度で結果をフィルタリングします(ベクトルインデックスが必要です)",
"Order results by vector similarity (requires vector index)": "ベクトル類似度による結果の順序(ベクトルインデックスが必要)",
"Maximum number of results to return": "結果の最大数",
"Number of results to skip": "スキップする結果の数",
"Query consistency level": "クエリの整合性レベル",
"None (Fastest)": "なし (最速)",
"Majority": "Majority",
"Majority and Persist on Master": "マスターの大半とPersist",
"Persist to Majority (Safest)": "過半数に永続化(最安値)",
"Not Bounded (Fastest)": "固定されていません (最速)",
"Request Plus (Consistent)": "Request Plus (Consistent)"
}