# snapcall-test2

Create instant Snapcall call links and recording sessions to capture photos and details. Explore guided flows and launch the right stream for each issue. Accelerate customer support and troubleshooti…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add pierre/snapcall-test2

# Browse available tools
npx -y smithery tool list pierre/snapcall-test2

# Get full schema for a tool
npx -y smithery tool get pierre/snapcall-test2 snapcall_call

# Call a tool
npx -y smithery tool call pierre/snapcall-test2 snapcall_call '{}'
```

## Direct MCP Connection

Endpoint: `https://snapcall-test2--pierre.run.tools`

## Tools (3)

- `snapcall_call` — Create a Snapcall Call and return the link.
- `snapcall_assist` — Create a Snapcall assist recording stream and return the link. This allow the user to record information or take photos…
- `list_flow` — List the available flows to create a stream.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get pierre/snapcall-test2 <tool-name>
```
