MCP server schema - Open API #302
Unanswered
hemantkathuria
asked this question in
Q&A
Replies: 1 comment
-
The MCP server tool provides its JSON schema as part of a client request for all server tools. You could grab it from there. You could also programmatically access the McpServerTool's schema from its ProtocolTool.InputSchema property. In either case, you would need to translate the JSON schema to YAML if that's what copilot studio expects; I expect copilot or another AI service would do a good job with that translation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed the MCP server on Azure App Service. Now I want to consume in Copilot studio.
Copilot studio is asking for schema in open API form.
https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp#mcp-server-schema
How do I get hold of the schema in open-api form? Please help as I am just one step away from integration :)
Beta Was this translation helpful? Give feedback.
All reactions