# Inkeep Zod v4

Search Zod v4 documentation and public references. Ask targeted questions about features, concepts, and troubleshooting to get concise answers. Accelerate schema design and validation workflows in yo…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kongyo2/zod search-zod-v4-docs

# Call a tool
npx -y @smithery/cli@latest tool call kongyo2/zod search-zod-v4-docs '{}'
```

## Direct MCP Connection

Endpoint: `https://zod--kongyo2.run.tools`

## Tools (2)

- `search-zod-v4-docs` — Use this tool to do a semantic search for reference content related to Zod (v4). The results provided will be extracts …
- `ask-question-about-zod-v4` — Use this tool to ask a question about Zod (v4) to an AI Support Agent that is knowledgeable about Zod (v4). Use this to…

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