{"id":58004,"date":"2026-07-22T20:03:59","date_gmt":"2026-07-22T10:03:59","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/"},"modified":"2026-07-22T20:05:28","modified_gmt":"2026-07-22T10:05:28","slug":"how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs","status":"publish","type":"post","link":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/","title":{"rendered":"How Microsoft Foundry Toolboxes Reduce Your AI Agent Token Costs"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this blog post How Microsoft Foundry Toolboxes Reduce Your AI Agent Token Costs we will explain why capable AI agents often become more expensive as new tools are added, and how a better toolbox design can control that cost without limiting what the agent can do.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\">The problem is rarely one expensive question. It is thousands of small, unnecessary charges caused by an agent repeatedly loading instructions about tools it does not need. This waste can remain hidden until the agent moves from a small trial into everyday business use.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is a Microsoft Foundry Toolbox?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft Foundry is a platform for building, managing and monitoring business AI applications and agents. An agent is an AI assistant that can reason through a task and use approved tools to retrieve information or take action.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A Microsoft Foundry Toolbox packages a controlled collection of those tools behind one managed connection. Tools might include web search, document search, code execution, internal business APIs or external systems connected through Model Context Protocol, commonly called MCP.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">MCP is a standard way for AI applications to discover and use external capabilities. Think of it as a common plug that lets an agent connect to different business systems without every connection being built from scratch.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We cover those integration options in more detail in our guide to connecting Foundry agents to business systems with MCP and OpenAPI.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where the hidden token cost comes from<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">AI models process text as tokens, which are small pieces of words and sentences. Providers generally charge for the tokens sent to the model and the tokens generated in response.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before an agent can choose a tool, the model may need to receive each tool&#8217;s name, description and input format. If the agent has three tools, that overhead may be modest. If it has 30 or 50 tools, the model can receive a large catalogue on every turn.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This creates three business problems:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Higher AI bills:<\/strong> You pay to send tool definitions that have nothing to do with the current task.<\/li>\n<li><strong>Slower responses:<\/strong> The model must work through more information before deciding what to do.<\/li>\n<li><strong>More mistakes:<\/strong> Similar or poorly described tools can cause the agent to select the wrong action.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A toolbox alone does not automatically remove all this overhead. The real savings come from combining a well-organised toolbox with concise tool definitions and Foundry&#8217;s Tool Search capability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Tool Search reduces unnecessary context<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Tool Search lets the agent discover capabilities when it needs them instead of receiving the full tool catalogue at the start of every request. In plain English, the agent asks, \u201cWhich tool can check this customer&#8217;s invoice?\u201d and Foundry returns only the relevant options.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Without Tool Search, a large toolbox can place every definition into the model&#8217;s working context. With Tool Search enabled, the model initially sees two focused capabilities: one for finding an appropriate tool and another for calling the selected tool.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A simplified configuration looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n &quot;tools&quot;: [\n {\n &quot;type&quot;: &quot;toolbox_search_preview&quot;\n }\n ]\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The full toolbox remains available, but its contents do not all need to occupy the model&#8217;s attention at once. Microsoft currently suggests considering Tool Search when a toolbox grows beyond roughly 10 to 15 tools or when different requests require very different capabilities.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At the time of writing, Tool Search is a preview feature. It should be tested carefully before becoming a dependency for a critical production process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Five practical ways to lower agent token costs<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Measure the current cost before changing anything<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Start by recording the input tokens, output tokens, model calls and tool calls for common business tasks. Measure complete tasks rather than isolated prompts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, \u201cresolve a customer billing question\u201d may involve six model calls, two searches and one API request. That is the unit you need to cost because it reflects what the business is actually paying to complete.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Build toolboxes around business intent<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Avoid creating one enormous company-wide toolbox simply because it is convenient. Group tools around clear purposes such as customer support, finance operations, employee onboarding or security investigation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This reduces the number of possible tools, improves selection accuracy and makes ownership clearer. A finance agent should not need to evaluate software deployment tools when it is checking an overdue invoice.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Use Tool Search for larger or mixed toolboxes<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Tool Search is most valuable when an agent has access to many tools but normally needs only one or two for each request. It allows the agent to find the relevant capability dynamically rather than carrying the entire catalogue through the conversation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, do not enable it and assume the work is finished. Test realistic questions, confirm the correct tools are discovered and compare the total tokens used before and after the change.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Shorten tool descriptions and input formats<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Tool definitions should be clear, but they do not need to read like operating manuals. Long descriptions, repeated warnings and oversized input formats can add thousands of tokens across a multi-step interaction.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Give each tool one clear purpose. Remove duplicated wording, unnecessary examples and fields the agent will never use. If two tools sound almost identical, rename them so the business difference is obvious.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Control how much information tools return<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Token waste does not stop after a tool is selected. A database or search tool that returns 200 records when the agent needs five can create a much larger model request.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Apply filters, pagination and response limits before the information reaches the model. Return only the fields needed for the decision, and summarise large results outside the main conversation where possible.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What the savings could look like<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Consider an illustrative 200-person professional services firm with an internal operations agent. The agent has 30 tools covering customer records, projects, invoices, policies and employee requests.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If each tool definition averages 250 tokens, loading all 30 tools adds around 7,500 input tokens to a model turn. An eight-turn workflow could consume 60,000 tokens in tool definitions before counting the user&#8217;s question, conversation history or tool results.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At 5,000 workflows per month, that represents up to 300 million input tokens of potential tool-definition overhead. Actual charges depend on the model and how the application manages context, but the example shows why a low-cost pilot can produce a surprisingly large production bill.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With an intent-based toolbox and Tool Search, the model can start with a small discovery layer and load only the few definitions relevant to the task. The business outcome is not just a lower token bill. Responses can also become faster and tool selection more reliable.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Cost control must include security and governance<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Reducing tokens should never mean giving an agent broad, unmanaged access. Each agent still needs permission to use only the systems and data required for its job.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Foundry Toolboxes centralise connections, authentication and versioning, making it easier to update tools without rewriting every agent. Managed identity can also remove stored passwords and access keys, while role-based access control limits who can manage or use each resource.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Our guide to securing Microsoft Foundry projects with RBAC and managed identity explains how these controls work in practice.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Toolbox versions should be tested before promotion, particularly when a change can affect financial records, customer data or external actions. This gives teams a controlled way to improve costs without introducing unexpected behaviour.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Start with one high-volume workflow<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The best place to begin is not your most impressive AI demonstration. Choose a repetitive, high-volume workflow where costs and outcomes can be measured, such as service desk triage, policy questions or customer record lookup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Record the baseline, remove unnecessary tools, shorten definitions, limit returned data and test Tool Search where appropriate. Then compare cost per completed task, response time and accuracy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CloudProInc brings more than 20 years of enterprise IT experience to this work. As a Melbourne-based Microsoft Partner and Wiz Security Integrator, we help organisations build practical Foundry, Azure, Microsoft 365 and security solutions without the overhead of a large, faceless provider.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If your AI agent costs are climbing or you cannot clearly explain what each workflow costs, we are happy to review the design and identify where tokens are being wasted \u2014 no strings attached.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Microsoft Foundry Toolboxes can cut hidden token waste by showing agents only the tools they need. Learn how to reduce AI costs without reducing capability or control.<\/p>\n","protected":false},"author":1,"featured_media":58006,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"AI Agent Token Costs: How Toolboxes Reduce Them","_yoast_wpseo_opengraph-description":"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.","_yoast_wpseo_twitter-title":"AI Agent Token Costs: How Toolboxes Reduce Them","_yoast_wpseo_twitter-description":"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[80,13,124,115],"tags":[],"class_list":["post-58004","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-agents","category-blog","category-cloud-cost-finops","category-microsoft-ai-foundry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>AI Agent Token Costs: How Toolboxes Reduce Them<\/title>\n<meta name=\"description\" content=\"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Agent Token Costs: How Toolboxes Reduce Them\" \/>\n<meta property=\"og:description\" content=\"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-22T10:03:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-22T10:05:28+00:00\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"AI Agent Token Costs: How Toolboxes Reduce Them\" \/>\n<meta name=\"twitter:description\" content=\"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"How Microsoft Foundry Toolboxes Reduce Your AI Agent Token Costs\",\"datePublished\":\"2026-07-22T10:03:59+00:00\",\"dateModified\":\"2026-07-22T10:05:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/\"},\"wordCount\":1349,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs.png\",\"articleSection\":[\"AI Agents\",\"Blog\",\"Cloud Cost &amp; FinOps\",\"Microsoft AI Foundry\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/\",\"name\":\"AI Agent Token Costs: How Toolboxes Reduce Them\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs.png\",\"datePublished\":\"2026-07-22T10:03:59+00:00\",\"dateModified\":\"2026-07-22T10:05:28+00:00\",\"description\":\"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/2026\\\/07\\\/22\\\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Microsoft Foundry Toolboxes Reduce Your AI Agent Token Costs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"AI Agent Token Costs: How Toolboxes Reduce Them","description":"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/","og_locale":"en_US","og_type":"article","og_title":"AI Agent Token Costs: How Toolboxes Reduce Them","og_description":"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.","og_url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/","og_site_name":"CPI Consulting","article_published_time":"2026-07-22T10:03:59+00:00","article_modified_time":"2026-07-22T10:05:28+00:00","author":"CPI Staff","twitter_card":"summary_large_image","twitter_title":"AI Agent Token Costs: How Toolboxes Reduce Them","twitter_description":"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/#article","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/"},"author":{"name":"CPI Staff","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"How Microsoft Foundry Toolboxes Reduce Your AI Agent Token Costs","datePublished":"2026-07-22T10:03:59+00:00","dateModified":"2026-07-22T10:05:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/"},"wordCount":1349,"commentCount":0,"publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs.png","articleSection":["AI Agents","Blog","Cloud Cost &amp; FinOps","Microsoft AI Foundry"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/","url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/","name":"AI Agent Token Costs: How Toolboxes Reduce Them","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs.png","datePublished":"2026-07-22T10:03:59+00:00","dateModified":"2026-07-22T10:05:28+00:00","description":"Cut AI agent token costs by organising tools around business intent, using on-demand discovery, trimming definitions and limiting oversized tool results.","breadcrumb":{"@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/#primaryimage","url":"\/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs.png","contentUrl":"\/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"How Microsoft Foundry Toolboxes Reduce Your AI Agent Token Costs"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudproinc.com.au\/#website","url":"https:\/\/www.cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/www.cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/www.cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-toolboxes-reduce-your-ai-agent-token-costs.png","jetpack-related-posts":[{"id":57787,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints\/","url_meta":{"origin":58004,"position":0},"title":"Connecting Microsoft Foundry Agents to External A2A Endpoints","author":"CPI Staff","date":"July 7, 2026","format":false,"excerpt":"A practical guide for tech leaders on connecting Microsoft Foundry agents to external A2A endpoints safely, without creating cost, security, or governance surprises.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 1x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 1.5x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 2x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 3x, \/wp-content\/uploads\/2026\/07\/connecting-microsoft-foundry-agents-to-external-a2a-endpoints.png 4x"},"classes":[]},{"id":57836,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/12\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service\/","url_meta":{"origin":58004,"position":1},"title":"Implementing Secure A2A Auth in Microsoft Foundry Agent Service","author":"CPI Staff","date":"July 12, 2026","format":false,"excerpt":"AI agents are starting to call other agents. Here is how to implement A2A authentication in Microsoft Foundry Agent Service without creating a security blind spot.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 1x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 1.5x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 2x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 3x, \/wp-content\/uploads\/2026\/07\/implementing-secure-a2a-auth-in-microsoft-foundry-agent-service.png 4x"},"classes":[]},{"id":57809,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/08\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely\/","url_meta":{"origin":58004,"position":2},"title":"Deploy Containerised Hosted Agents with Microsoft Foundry Safely","author":"CPI Staff","date":"July 8, 2026","format":false,"excerpt":"A practical guide for tech leaders on when containerised hosted agents make sense, how they work, and how to deploy them without creating security or cost surprises.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 1x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 1.5x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 2x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 3x, \/wp-content\/uploads\/2026\/07\/deploy-containerised-hosted-agents-with-microsoft-foundry-safely.png 4x"},"classes":[]},{"id":58000,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/22\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery\/","url_meta":{"origin":58004,"position":3},"title":"How GitHub Copilot Speeds Up Secure Microsoft Foundry Agent Delivery","author":"CPI Staff","date":"July 22, 2026","format":false,"excerpt":"Learn how GitHub Copilot and Microsoft Foundry can help teams build, test and deploy useful AI agents faster without losing control of security or costs.","rel":"","context":"In &quot;AI Agents&quot;","block_context":{"text":"AI Agents","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai-agents\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 1x, \/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 1.5x, \/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 2x, \/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 3x, \/wp-content\/uploads\/2026\/07\/how-github-copilot-speeds-up-secure-microsoft-foundry-agent-delivery.png 4x"},"classes":[]},{"id":57820,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/09\/how-microsoft-foundry-ai-agents-resume-work-after-interruptions\/","url_meta":{"origin":58004,"position":4},"title":"How Microsoft Foundry AI Agents Resume Work After Interruptions","author":"CPI Staff","date":"July 9, 2026","format":false,"excerpt":"Microsoft Foundry AI agents can continue long-running work after network drops, timeouts or approvals. Here\u2019s what tech leaders need to know before using them in production.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-ai-agents-resume-work-after-interruptions.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-ai-agents-resume-work-after-interruptions.png 1x, \/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-ai-agents-resume-work-after-interruptions.png 1.5x, \/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-ai-agents-resume-work-after-interruptions.png 2x, \/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-ai-agents-resume-work-after-interruptions.png 3x, \/wp-content\/uploads\/2026\/07\/how-microsoft-foundry-ai-agents-resume-work-after-interruptions.png 4x"},"classes":[]},{"id":57288,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/03\/22\/what-microsoft-ai-foundry-means-for-australian-organisations-designing-enterprise-ai-platforms\/","url_meta":{"origin":58004,"position":5},"title":"What Microsoft AI Foundry Means for Australian Organisations Designing Enterprise AI Platforms","author":"CPI Staff","date":"March 22, 2026","format":false,"excerpt":"Most Australian organisations that started building AI capabilities in the last two years are hitting the same wall. The proof of concept worked. The board approved the next phase. And now IT teams are drowning in questions nobody planned for. Where do the models run? Who approves new deployments? How\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 1x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 1.5x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 2x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 3x, \/wp-content\/uploads\/2026\/03\/microsoft-ai-foundry-australian-enterprise-ai-platforms-cover.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58004","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=58004"}],"version-history":[{"count":1,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58004\/revisions"}],"predecessor-version":[{"id":58005,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/58004\/revisions\/58005"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/58006"}],"wp:attachment":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=58004"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=58004"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=58004"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}