# get_surveys

List all surveys belonging to the authenticated user.

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

## Facts

- Tool: `get_surveys`
- 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
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `status` | string | no | Filter by survey status. Defaults to 'all'. |

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_surveys",
    "arguments": {}
  }
}
```

## Why get_surveys is rated Low

This tool retrieves a list of surveys scoped to the authenticated user. It performs a data query (list operation) without creating, modifying, deleting, or executing anything. The read-only nature and user-scoped access pattern make this a low-severity information retrieval tool.

From the tool's own definition: "Tool name 'get_surveys' and description 'List all surveys belonging to the authenticated user' indicate a retrieval operation with no side effects."

## Use case

AI agents call get_surveys 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_surveys": {}
  }
}
```

## Other tools on Inquira (5)

- `get_ai_report` — Read — https://policylayer.com/tools/com-getinquira-inquira/get-ai-report.md
- `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
- `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
