Analyze a document with Claude
analyze_text_with_claudeAnalyze a document to extract risks, stakeholders, requirements, or a summary. Uses Claude API when configured; otherwise returns a ready-to-paste prompt.
Instructions
手元の文書(議事録・RFP・設計書など)を解析する。API キーがあれば本文を Claude API に送信する(外部通信)。無ければそのまま使えるプロンプトを返すだけ。kind 指定で構造化(リスク/ステークホルダ/要件/要約)。 / Analyze an existing document. With an API key configured the text is sent to the Claude API (outbound call); otherwise it only returns a ready-to-paste prompt. kind requests structured JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | 構造化抽出の種別 / Structured extraction kind: risks | stakeholders | requirements | summary | |
| lang | No | 出力言語 / Output language | both |
| task | Yes | 何をしてほしいか / What you want done | |
| text | Yes | 解析対象の本文(信頼できない入力) / The document text (untrusted input) |