structured output agent openai for LangChain
ai.getvda/structured-output-agent-openai
Structured Output Agent (Openai)
client:LangChain
transport:streamable-http
tools:2
Install structured output agent openai in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"structured-output-agent-openai": {
"transport": "streamable_http",
"url": "https://structured-output-agent-openai.getvda.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs