Skip to main content
Glama

mcp-google-sheets

ja.json5.73 kB
{ "Host": "ホスト", "Use MongoDB Atlas URL Format": "MongoDBアトラスのURL形式を使用する", "Database": "データベース", "Username": "ユーザー名", "Password": "Password", "Auth Source": "認証ソース", "The hostname or address of the MongoDB server (e.g., localhost:27017 or cluster.example.mongodb.net)": "MongoDBサーバーのホスト名またはアドレス (例: localhost:27017 または cluster.example.mongodb.net)", "Enable this if connecting to MongoDB Atlas (uses mongodb+srv:// protocol)": "MongoDB Atlasに接続する場合、これを有効にする (mongodb+srv:// プロトコルを使用)", "The MongoDB database to connect to (can be specified per action if left empty)": "接続先のMongoDBデータベース(空の場合はアクションごとに指定できます)", "The username to use for connecting to the MongoDB server": "MongoDBサーバーに接続するために使用するユーザー名", "The password to use to identify at the MongoDB server": "MongoDBサーバーで識別するために使用するパスワード", "The database to authenticate against (default: admin)": "認証するデータベース(デフォルト:admin)", "Find Documents": "ドキュメントを検索", "Insert Documents": "ドキュメントの挿入", "Update Documents": "ドキュメントの更新", "Delete Documents": "ドキュメントの削除", "Find and Update Documents": "ドキュメントの検索と更新", "Find and Replace Documents": "ドキュメントの検索と置換", "Aggregate Documents": "ドキュメントの集計数", "Find documents in a collection": "コレクション内のドキュメントを検索", "Insert one or more documents into a collection": "コレクションに1つまたは複数のドキュメントを挿入", "Update multiple documents in a collection": "コレクション内の複数のドキュメントを更新", "Delete documents from a collection": "コレクションからドキュメントを削除", "Find documents and update them, returning the updated documents": "文書を見つけて更新し、更新された文書を返します", "Replace documents that match a filter with a new document": "フィルタに一致するドキュメントを新しいドキュメントに置き換えます", "Perform aggregation operations on documents in a collection": "コレクション内のドキュメントに対する集計操作を実行", "Collection": "コレクション", "Query": "クエリ", "Projection": "投影図", "Sort": "並べ替え", "Limit": "制限", "Skip": "スキップ", "Documents": "ドキュメント", "Filter": "フィルター", "Update": "更新", "Upsert": "Upsert", "Return Updated Documents": "更新された文書を返却する", "Replacement Document": "置き換え文書", "Return Document": "ドキュメントを戻る", "Aggregation Pipeline": "集計パイプライン", "The MongoDB database to connect to (from your authentication)": "接続先のMongoDBデータベース (認証から)", "MongoDB query to filter documents (e.g., {\"status\": \"active\"})": "ドキュメントをフィルタするためのMongoDBクエリ (例: {\"status\": \"active\"})", "Fields to include or exclude (e.g., {\"name\": 1, \"_id\": 0})": "含めるか除外するフィールド (例: {\"name\": 1, \"_id\": 0})", "Sort criteria (e.g., {\"createdAt\": -1})": "ソート条件 (例: {\"createdAt\": -1})", "Maximum number of documents to return": "返却するドキュメントの最大数", "Number of documents to skip": "スキップするドキュメントの数", "Document(s) to insert. Can be a single document object or an array of documents.": "挿入するドキュメント。単一のドキュメントオブジェクトまたはドキュメントの配列にすることができます。", "MongoDB query to select documents to update (e.g., {\"status\": \"pending\"})": "更新するドキュメントを選択するためのMongoDBクエリ(例:{\"status\": \"pending\"})", "MongoDB update operations (e.g., {\"$set\": {\"status\": \"completed\"}})": "MongoDB 更新操作 (例: {\"$set\": {\"status\": \"completed\"}})", "Insert a document if no documents match the filter": "フィルタに一致するドキュメントがない場合はドキュメントを挿入します", "MongoDB query to select documents to delete (e.g., {\"status\": \"archived\"})": "削除するドキュメントを選択するためのMongoDBクエリ(例:{\"status\": \"archived\"})", "Return the documents after updates are applied": "更新が適用された後にドキュメントを返します。", "MongoDB query to select documents to replace (e.g., {\"_id\": \"123\"})": "置き換えるドキュメントを選択するためのMongoDBクエリ(例:{\"_id\": \"123\"})", "New document that will replace the matched documents": "一致したドキュメントを置き換える新しいドキュメント", "Insert the document if no documents match the filter": "フィルタに一致するドキュメントがない場合はドキュメントを挿入します", "Which version of the document to return": "返却するドキュメントのバージョン", "Array of aggregation stages (e.g., [{\"$match\": {\"status\": \"active\"}}, {\"$group\": {\"_id\": \"$category\", \"count\": {\"$sum\": 1}}}])": "アグリゲーションステージの配列 (例: [{\"$match\": {\"status\": \"active\"}}, {\"$group\": {\"_id\": \"$category\", \"count\": {\"$sum\": 1}}}])", "Before Update": "更新前", "After Update": "アップデート後" }

MCP directory API

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