Tools & Capabilities
TeamDay v2 agents are powered by the Claude Code SDK with MCP (Model Context Protocol) server integrations.
Claude Code SDK Tools
TeamDay agents use the standard Claude Code SDK toolset. These tools provide core file, execution, and web capabilities.
📖 Complete Documentation: Claude Code SDK Documentation
Available SDK Tools
File Operations:
- Read - Read file contents (with offset/limit for large files)
- Write - Create or overwrite files
- Edit - Targeted edits using exact string search/replace patterns
- Glob - Find files by pattern matching (
**/*.ts, etc.) - Grep - Search file contents with regex support
Execution:
- Bash - Execute shell commands in sandboxed environment
Web Access:
- WebFetch - Fetch and process web content with AI summarization
- WebSearch - Search the web with AI-powered result summarization
See Claude Code SDK documentation for:
- Detailed tool parameters and options
- Usage examples and best practices
- Security and sandboxing details
- Advanced features and limitations
MCP Servers
TeamDay supports MCP (Model Context Protocol) servers for extended integrations and external tool access.
Available MCP Servers
| MCP Server | Purpose | Key Capabilities |
|---|---|---|
| Google Analytics | Web analytics | Fetch reports, metrics, dimensions from GA4 |
| File System | Advanced file ops | Extended directory operations and file management |
| Git | Version control | Commit, push, pull, branch operations |
| Brave Search | Web search | Real-time internet search with privacy focus |
| Web Fetch | HTTP requests | Fetch web content, API calls |
| Puppeteer | Browser automation | Screenshots, web scraping, page interaction |
| Playwright | Browser testing | End-to-end testing, multi-browser automation |
| YouTube Transcript | Video content | Extract transcripts from YouTube videos |
| Google Maps | Location services | Places API, geocoding, directions |
| Google BigQuery | Data warehouse | Query large datasets, analytics |
| PostgreSQL | Database | Execute SQL queries, database operations |
Learn More:
TeamDay-Specific Tools
These tools extend TeamDay platform capabilities beyond the Claude Code SDK.
Communication
Email Tool
- Send emails to yourself from agents
- Perfect for reports, notifications, scheduled task results
- HTML and plain text support
- Security: Can only email the authenticated user (prevents misuse)
More TeamDay-specific tools coming soon.
Tool Selection & Usage
Agents automatically select appropriate tools based on:
- Task complexity - Simple vs multi-step operations
- Domain requirements - File ops, web access, communication, data analysis
- Available resources - MCP servers installed, permissions granted
- Performance needs - Speed vs thoroughness trade-offs
- Security constraints - Sandboxing and isolation requirements
All tools include:
- ✅ Type-safe schemas (Zod validation)
- ✅ Comprehensive error handling
- ✅ Usage tracking and billing
- ✅ Security sandboxing
- ✅ Detailed execution logs
Getting Started
- Understand capabilities - Review Claude Code SDK documentation
- Explore MCP servers - See what integrations are available
- Check TeamDay tools - Learn platform-specific features
- Write clear instructions - Let agents select appropriate tools
- Review execution logs - See which tools were used and why
For detailed information about specific tools, refer to individual tool documentation pages linked above.