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•3.73 KiB
{
"NoSQL document database for modern applications": "NoSQL document database for modern applications",
"Connection String": "Connection String",
"Username": "用户名",
"Password": "Password",
"Couchbase connection string (e.g., couchbase://localhost or couchbases://cloud.couchbase.com)": "Couchbase connection string (e.g., couchbase://localhost or couchbases://cloud.couchbase.com)",
"Username for authentication": "Username for authentication",
"Password for authentication": "Password for authentication",
"Connect to your Couchbase cluster": "Connect to your Couchbase cluster",
"Insert Document": "Insert Document",
"Upsert Document": "Upsert Document",
"Get Document": "Get Document",
"Delete Document": "Delete Document",
"Execute SQL++ Query": "Execute SQL++ Query",
"Create a new document. Fails if document already exists.": "Create a new document. Fails if document already exists.",
"Create or update a document. Creates if it doesn't exist, updates if it does.": "Create or update a document. Creates if it doesn't exist, updates if it does.",
"Retrieve a document by its ID": "Retrieve a document by its ID",
"Remove a document by its ID": "Remove a document by its ID",
"Run a SQL++ (N1QL) query with optional vector search filters": "Run a SQL++ (N1QL) query with optional vector search filters",
"Bucket": "Bucket",
"Scope": "Scope",
"Collection": "Collection",
"Document ID": "Document ID",
"Document": "Document",
"Expiry (seconds)": "Expiry (seconds)",
"Durability Level": "Durability Level",
"Timeout (ms)": "Timeout (ms)",
"SQL++ Query": "SQL++ Query",
"Query Arguments": "Query Arguments",
"Vector Filters": "Vector Filters",
"Vector Ordering": "Vector Ordering",
"Limit": "Limit",
"Offset": "Offset",
"Scan Consistency": "Scan Consistency",
"Select the bucket": "Select the bucket",
"Select the scope (leave empty for default)": "Select the scope (leave empty for default)",
"Select the collection (leave empty for default)": "Select the collection (leave empty for default)",
"Unique identifier for the document. Leave empty to auto-generate.": "Unique identifier for the document. Leave empty to auto-generate.",
"The JSON document to store": "The JSON document to store",
"Document expiration time in seconds. Leave empty for no expiry.": "Document expiration time in seconds. Leave empty for no expiry.",
"How durable the write should be before returning success": "How durable the write should be before returning success",
"Operation timeout in milliseconds": "Operation timeout in milliseconds",
"Select an existing document or type a custom ID": "Select an existing document or type a custom ID",
"SELECT statement with optional positional parameters ($1, $2, etc.). Do not include LIMIT or OFFSET.": "SELECT statement with optional positional parameters ($1, $2, etc.). Do not include LIMIT or OFFSET.",
"Values for positional parameters ($1, $2, etc.) in the query": "Values for positional parameters ($1, $2, etc.) in the query",
"Filter results by vector similarity (requires vector index)": "Filter results by vector similarity (requires vector index)",
"Order results by vector similarity (requires vector index)": "Order results by vector similarity (requires vector index)",
"Maximum number of results to return": "Maximum number of results to return",
"Number of results to skip": "Number of results to skip",
"Query consistency level": "Query consistency level",
"None (Fastest)": "None (Fastest)",
"Majority": "Majority",
"Majority and Persist on Master": "Majority and Persist on Master",
"Persist to Majority (Safest)": "Persist to Majority (Safest)",
"Not Bounded (Fastest)": "Not Bounded (Fastest)",
"Request Plus (Consistent)": "Request Plus (Consistent)"
}