What problem does it solve?
The foundry-toolbox Skill solves the challenge of wiring multiple Microsoft Foundry tools into an agent without duplicating credentials, authentication logic, and version management across each tool.
Core Features & Use Cases
- Single MCP endpoint, centralized tool bundle: Exposes a managed multi-tool bundle (MCP servers, web search, Azure AI Search, code interpreter, file search, OpenAPI, and agent-to-agent calls) behind one endpoint so agents connect to one URL.
- Versioned toolbox deployments: Supports default and version-pinned endpoints to help you test safely and promote versions deliberately.
- Hosted-agent integration patterns with guardrails: Documents how to consume the toolbox from code-based agents (MAF, LangGraph, and GitHub Copilot SDK) and explicitly prevents common failure modes like unauthorized/toolbox calls or missing preview headers.
Quick Start
Use the foundry-toolbox Skill to connect a code-based agent to the hosted toolbox MCP endpoint and let the platform handle credentials and versioning for a multi-tool workflow.