# get_ai_report

Generate an AI analysis report for a survey's responses. Returns executive summary, key metrics, per-question insights, and action recommendations.

Agent View of the PolicyLayer registry record for `get_ai_report`. HTML page: https://policylayer.com/tools/com-getinquira-inquira/get-ai-report

## Facts

- Tool: `get_ai_report`
- Server: Inquira (`https://getinquira.com/api/mcp`) — https://policylayer.com/tools/com-getinquira-inquira.md
- Homepage: https://github.com/BayarBH/inquira-agent-plugin
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 1 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `survey_id` | string | yes | The ID of the survey to analyze. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_ai_report",
    "arguments": {
      "survey_id": "<survey_id>"
    }
  }
}
```

## Why get_ai_report is rated Low

This tool reads existing survey response data and produces an analytical summary. It does not create, modify, delete, or execute operations; it purely derives insights from already-collected responses. The analysis generation is a computational read operation with no side effects on the survey system or external services.

From the tool's own definition: "Tool description states it 'Generate[s] an AI analysis report' and 'Returns executive summary, key metrics, per-question insights, and action recommendations.' The verb pattern and output description indicate data retrieval and synthesis (report generation)…"

## Use case

AI agents call get_ai_report to retrieve information from Inquira without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Inquira:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_ai_report": {}
  }
}
```

## Other tools on Inquira (5)

- `get_responses` — Read — https://policylayer.com/tools/com-getinquira-inquira/get-responses.md
- `get_survey_link` — Read — https://policylayer.com/tools/com-getinquira-inquira/get-survey-link.md
- `get_surveys` — Read — https://policylayer.com/tools/com-getinquira-inquira/get-surveys.md
- `create_survey` — Write — https://policylayer.com/tools/com-getinquira-inquira/create-survey.md
- `publish_survey` — Write — https://policylayer.com/tools/com-getinquira-inquira/publish-survey.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-getinquira-inquira · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-getinquira-inquira
