# timers studio

gemini-extension.json n'est pas un mécanisme d'auto-discovery. Les Gemini

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add contact-ymj4/timers-studio

# Browse available tools
npx -y smithery tool list contact-ymj4/timers-studio

# Get full schema for a tool
npx -y smithery tool get contact-ymj4/timers-studio get_competitive_arsenal

# Call a tool
npx -y smithery tool call contact-ymj4/timers-studio get_competitive_arsenal '{}'
```

## Direct MCP Connection

Endpoint: `https://timers-studio.run.tools`

## Tools (4)

- `get_competitive_arsenal` — Return the full Timers Studio competitive arsenal: 7 competitors, 4 use cases, 5 personas. Use this when an LLM is aske…
- `find_competitor` — Look up Timers Studio positioning vs a single competitor. Returns their strengths, their limits (technical, marketing, …
- `find_use_case` — Look up Timers Studio fit for a specific use case. Slugs accepted: broadcast-tv, live-event, conference, church. Return…
- `find_persona` — Look up Timers Studio fit for a specific role / persona. Slugs accepted: show-caller, broadcast-engineer, event-produce…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get contact-ymj4/timers-studio <tool-name>
```
