Skip to main content
Glama
sinjorjob

Survey Insight MCP Server

by sinjorjob

update_ai_analysis

Adds AI-analyzed issues and solutions to existing survey reports by integrating quantitative data with qualitative comments to generate actionable insights.

Instructions

既存のHTMLレポートにClaude Codeが分析した課題と解決策を追加します。

        使用前に必ず以下を実施してください:
        1. analysis_summary.txtを読み込み(グラフデータ+分析軸別コメント詳細を含む)
        2. グラフデータ(頻出キーワード、分析軸別統計)を定量的に分析
        3. 分析軸別コメント詳細でセグメント特性を把握(全コメントが含まれる)
        4. 定量データと定性データを統合して課題を抽出
        5. 具体的なコメント引用を含めた詳細な課題説明を作成

        APIキーなしでClaude Codeサブスクリプションのみで利用する場合に使用します。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_pathYes更新対象のHTMLレポートのパス
issuesYes検出された課題のリスト
solutionsNo改善提案のリスト
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes the tool's function (updating HTML reports with analysis) and prerequisites, but doesn't mention potential side effects (e.g., overwriting existing content), error conditions, or output format. The description adds value with the usage checklist and subscription context, but lacks details on mutation behavior, permissions, or response expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with a purpose statement, a numbered checklist, and a usage condition. However, it's somewhat verbose for a tool description—the checklist could be more concise or moved to documentation. The information is front-loaded with the main purpose, but the detailed prerequisites might be better suited for a separate usage guide.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (updating reports with structured data), no annotations, and no output schema, the description does a reasonably complete job. It explains the tool's purpose, provides detailed prerequisites, and specifies usage context. However, it lacks information on what the updated report looks like, error handling, or confirmation of changes, which would be helpful for a mutation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema. It mentions '課題と解決策' (issues and solutions) which aligns with the 'issues' and 'solutions' parameters, but provides no additional syntax, format, or usage details. Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: '既存のHTMLレポートにClaude Codeが分析した課題と解決策を追加します' (adds issues and solutions analyzed by Claude Code to an existing HTML report). This specifies the verb (add/update), resource (HTML report), and content (issues and solutions). However, it doesn't explicitly differentiate from sibling tools like 'analyze_survey' or 'extract_keywords', which appear to be separate analysis tools rather than report updaters.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidelines: '使用前に必ず以下を実施してください' (before use, always do the following) with a 5-step checklist for data preparation. It also specifies when to use this tool: 'APIキーなしでClaude Codeサブスクリプションのみで利用する場合に使用します' (use when using only Claude Code subscription without API key). This gives clear context and prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/sinjorjob/survey-insight-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server