skills/smithery.ai/call_foundry_agent

call_foundry_agent

SKILL.md

Call Azure Foundry Agent

Send a prompt to an Azure Foundry Agent and retrieve the response.

Parameters

  • Required: prompt (The input text to send to the agent)
  • Optional:
    • --agent-name (The name of the agent to call. Defaults to AZURE_AI_AGENT_NAME env var)
    • --endpoint (The Azure AI Project Endpoint. Defaults to AZURE_AI_PROJECT_ENDPOINT env var)

Example

.venv/Scripts/python .github/skills/call_foundry_agent/scripts/call_foundry.py "search the latest news in 2026"
Installs
2
First Seen
Mar 19, 2026
call_foundry_agent from smithery.ai