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 ServerPurposeKey Capabilities
Google AnalyticsWeb analyticsFetch reports, metrics, dimensions from GA4
File SystemAdvanced file opsExtended directory operations and file management
GitVersion controlCommit, push, pull, branch operations
Brave SearchWeb searchReal-time internet search with privacy focus
Web FetchHTTP requestsFetch web content, API calls
PuppeteerBrowser automationScreenshots, web scraping, page interaction
PlaywrightBrowser testingEnd-to-end testing, multi-browser automation
YouTube TranscriptVideo contentExtract transcripts from YouTube videos
Google MapsLocation servicesPlaces API, geocoding, directions
Google BigQueryData warehouseQuery large datasets, analytics
PostgreSQLDatabaseExecute 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

  1. Understand capabilities - Review Claude Code SDK documentation
  2. Explore MCP servers - See what integrations are available
  3. Check TeamDay tools - Learn platform-specific features
  4. Write clear instructions - Let agents select appropriate tools
  5. Review execution logs - See which tools were used and why

For detailed information about specific tools, refer to individual tool documentation pages linked above.