# PullSheet Diagnostics

AI-powered diagnostics for elevator, escalator, and vertical transportation equipment. Diagnose issues, get repair steps, and browse common symptoms. Powered by PullSheet.

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pullsheet/diagnostics diagnose_elevator_issue

# Call a tool
npx -y @smithery/cli@latest tool call pullsheet/diagnostics diagnose_elevator_issue '{}'
```

## Direct MCP Connection

Endpoint: `https://diagnostics--pullsheet.run.tools`

## Tools (2)

- `diagnose_elevator_issue` — Diagnose an elevator, escalator, or vertical transportation equipment issue. Provide equipment type and describe the sy…
- `get_common_symptoms` — Get a list of common issues and symptoms for a specific type of vertical transportation equipment. Useful for browsing …

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