Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

From 30 Tools to 3: Designing a Token-Efficient MCP Tool Surface

Modern agentic applications rarely suffer from a lack of tools. They suffer from too many of them . As an AI agent grows, it is common to connect it to Jira, GitLab, Confluence, Sentry, Elasticsearch, Jaeger, databases, monitoring systems, internal APIs, deployment platforms, and dozens of other services. Each integration can expose many operations: Jira ├── searchIssues ├── getIssue ├──…

Large tool surfaces can overwhelm AI agents. Instead of consolidating capabilities, the solution is to consolidate the tool surface. This article describes a pattern to reduce tool surfaces to a few domain-oriented tools while preserving underlying capabilities. The core idea is to introduce an action discriminator that acts as a tool router.

Rather than exposing a multitude of top-level tools, the model sees only a few domain tools. Each domain tool internally routes requests to the appropriate capabilities. For example, multiple Jira search operations can be consolidated into a single jira_search action with an action discriminator specifying the search type. This reduces the model's decision space and makes the tool surface more manageable.

The grouping of operations into domain tools should follow semantic boundaries rather than arbitrary counts. For a database integration, instead of having separate tools for each operation, tools like db_tables, db_query, and db_advanced can be used. Each tool contains specific actions for the various database operations. By focusing on semantic domains, the tool surface is reduced while maintaining all the necessary functionality.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

YOUTHTREND-Beyond the group chat

https://youthtrend-frontend.vercel.app https://youtu.be/aMLlWtQF9SI The Problem Cameroonian university life runs on scattered WhatsApp groups, Telegram channels, and email lists — no single source of…

Writing the code is no longer the bottleneck

The industry's currently obsessed with how fast we can generate code. Every morning in our engineering general channel on Microsoft Teams, someone's posting a link to a new agent or a model that can…

More from Saturday 15 August →