# snapcall-test

Launch instant calls and share links with customers. Start an Assist recording session to capture information and photos for later reference. Streamline customer interactions with quick, shareable ca…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list pierre/snapcall-test

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pierre/snapcall-test snapcall_call

# Call a tool
npx -y @smithery/cli@latest tool call pierre/snapcall-test snapcall_call '{}'
```

## Direct MCP Connection

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

## Tools (2)

- `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…

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