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•5.84 KiB
{
"DocumentPro is an AI-powered document processing platform that automates data extraction from various document types using advanced machine learning algorithms.": "DocumentProは、高度な機械学習アルゴリズムを使用して、さまざまな種類のドキュメントからのデータ抽出を自動化するAIを搭載したドキュメント処理プラットフォームです。",
"\nTo get your DocumentPro API Key:\n\n1. **Login** to your DocumentPro account\n2. **Go to** https://app.documentpro.ai/workflows\n3. **Select** a workflow\n4. **Change tab** to \"Workflow\" from the top bar\n5. **Find** the \"Upload\" tab\n6. **Click** \"Upload via API\"\n7. **Click** the \"Generate API Key\" button\n8. **Copy** your API key and paste it here\n ": "\nTo get your DocumentPro API Key:\n\n1. **Login** to your DocumentPro account\n2. **Go to** https://app.documentpro.ai/workflows\n3. **Select** a workflow\n4. **Change tab** to \"Workflow\" from the top bar\n5. **Find** the \"Upload\" tab\n6. **Click** \"Upload via API\"\n7. **Click** the \"Generate API Key\" button\n8. **Copy** your API key and paste it here\n ",
"Upload document": "ドキュメントをアップロード",
"Run Extract": "抽出を実行",
"Custom API Call": "カスタムAPI通話",
"Uploads a document to a DocumentPro parser": "DocumentPro のパーサにドキュメントをアップロードする",
"Run an extract/workflow on an uploaded document": "アップロードされたドキュメントで抽出/ワークフローを実行",
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
"File": "ファイル",
"Document ID": "ドキュメントID",
"Template ID": "テンプレートID",
"Use OCR": "OCRを使用",
"Query Model": "クエリモデル",
"Detect Layout": "レイアウトの検出",
"Detect Tables": "テーブルの検出",
"Page Ranges": "ページ範囲",
"Chunk by Pages": "ページごとのブロック",
"Rolling Window": "ローリングウィンドウ",
"Start Regex": "正規表現を開始",
"End Regex": "正規表現を終了",
"Split Regex": "分割正規表現",
"Use All Matches": "全ての試合を使用",
"Method": "方法",
"Headers": "ヘッダー",
"Query Parameters": "クエリパラメータ",
"Body Type": "ボディタイプ",
"Body": "本文",
"Response is Binary ?": "応答はバイナリですか?",
"No Error on Failure": "失敗時にエラーはありません",
"Timeout (in seconds)": "タイムアウト(秒)",
"Follow redirects": "リダイレクトをフォローする",
"The document file to upload (PDF, JPEG, PNG, or TIFF, max 6MB)": "アップロードするドキュメントファイル(PDF、JPEG、PNG、TIFF、最大6MB)",
"The unique identifier of the document to parse": "解析するドキュメントの一意の識別子",
"The unique identifier of the Workflow/template to use": "使用するワークフロー/テンプレートの一意の識別子",
"Enable OCR processing (required for gpt-3.5-turbo or OCR-related parameters)": "OCR 処理を有効にする (gpt-3.5ターボ、OCR関連パラメータに必要)",
"The AI model to use for parsing": "解析に使用する AI モデル",
"Detect document layout (requires use_ocr=true)": "ドキュメントのレイアウトを検出する (use_ocr=trueが必要)",
"Detect tables in the document (requires use_ocr=true)": "ドキュメント内のテーブルを検出する (use_ocr=trueが必要)",
"Specify which pages to parse (e.g., \"1-3,5,7-9\")": "どのページを解析するかを指定します(例: \"1-3,5,7-9\")",
"Number of pages per segment for method 1 segmentation": "方法 1 セグメントあたりのページ数",
"Window size for method 2 segmentation": "方法2分割のためのウィンドウサイズ",
"Regex pattern for where parsing should begin (requires use_ocr=true)": "パースを開始する正規表現パターン(use_ocr=trueが必要)",
"Regex pattern for where parsing should end (requires use_ocr=true)": "パース終了位置の正規表現パターン(use_ocr=trueが必要)",
"Regex pattern to split the document into sections (requires use_ocr=true)": "ドキュメントをセクションに分割するための正規表現パターン(use_ocr=trueが必要)",
"Use all regex matches instead of just the first (requires use_ocr=true)": "最初の正規表現の代わりにすべての正規表現を使用する (use_ocr=trueが必要)",
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
"GPT-4o Mini": "GPT-4o Mini",
"GPT-4o": "GPT-4o",
"GPT-3.5 Turbo": "GPT-3.5 Turbo",
"GET": "取得",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "削除",
"HEAD": "頭",
"None": "なし",
"JSON": "JSON",
"Form Data": "フォームデータ",
"Raw": "Raw",
"New Document": "新しいドキュメント",
"Triggers when a new document is uploaded to DocumentPro": "新しいドキュメントが DocumentPro にアップロードされたときにトリガーする",
"Markdown": "Markdown",
"\n**In DocumentPro Dashboard:**\n - Navigate to your desired Workflow\n - Go to the \"Workflow\" tab\n - Find the \"Webhook Notification\" option in the export section\n - Set the Webhook Endpoint URL to:\n ```text\n\t\t\t{{webhookUrl}}\n\t\t\t```\n - Click Save\n\n ": "\n**In DocumentPro Dashboard:**\n - Navigate to your desired Workflow\n - Go to the \"Workflow\" tab\n - Find the \"Webhook Notification\" option in the export section\n - Set the Webhook Endpoint URL to:\n ```text\n\t\t\t{{webhookUrl}}\n\t\t\t```\n - Click Save\n\n "
}