# Metaview (verified)

Access structured interview notes and candidate insights. Search past interviews, review feedback, and track hiring decisions.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add metaview

# Browse available tools
npx -y @smithery/cli@latest tool list metaview

# Get full schema for a tool
npx -y @smithery/cli@latest tool get metaview submit_csat

# Call a tool
npx -y @smithery/cli@latest tool call metaview submit_csat '{}'
```

## Direct MCP Connection

Endpoint: `https://metaview.run.tools`

## Tools (17)

- `submit_csat` — <usecase>
- `create_ai_field` — <usecase>
- `list_fields` — <usecase>
- `list_field_values` — <usecase>
- `get_chart_data` — <usecase>
- `group_conversations` — <usecase>
- `search_conversations` — <usecase>
- `search_reports` — <usecase>
- `create_report` — <usecase>
- `get_enrichment_status` — <usecase>
- `find_candidate_in_sequences` — <usecase>
- `manage_candidate_sequence` — <usecase>
- `manage_sequence` — <usecase>
- `list_send_on_behalf_permissions` — <usecase>
- `list_sequence_candidates` — <usecase>
- `list_sequences` — <usecase>
- `get_user_context` — <usecase>

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get metaview <tool-name>
```
