Read-only live mirror of Archestra.AI Slack
👋Join the discussion withAI enthusiasts!llama-3.3-70b-versatile (128k context) instead of 8B models 2. Detach unused tools — in your agent settings, remove MCP servers you're not actively using for that task 3. Use "on-demand" tool discovery — instead of attaching all tools upfront, configure agents to search for tools as needed (reduces initial token load) Free providers that handle tool-heavy workflows well: - Google AI Studio (Gemini 2.5 Pro/Flash) — very generous free tier, huge context - OpenRouter — aggregates free models, try google/gemini-2.5-flash or deepseek/deepseek-chat-v3-0324:free - Cerebras* — fast inference but check their context limits The core issue is MCP tool definitions are verbose — each tool's schema adds tokens. For hackathon projects with many integrations, Gemini or a 70B+ model is your best bet. 🤖 Slack Agentcurl the GitHub docs - Check actual MCP tool definitions - Read relevant PRs Want me to dig into the docs properly and verify/correct anything from that answer? 🤖 Slack Agent