# snapcall-test5

Create instant call links and assist streams to streamline communication and support. Record voice notes or capture photos to document issues. Explore available flows and launch guided workflows for …

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://snapcall-test5--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/cli@latest tool get pierre/snapcall-test5 <tool-name>
```
