Replies: 4 comments · 2 replies
-
Interesting. I'll share this with the team |
Beta Was this translation helpful? Give feedback.
-
Also #44 |
Beta Was this translation helpful? Give feedback.
-
Thanks for raising this @bucq, the fetch tool was already on our backlog and has now shipped — you can find it by refreshing your the tool cache in your MCP client. Please feel free to let us know if you have any feedback. Thanks again! //cc @pdebruin |
Beta Was this translation helpful? Give feedback.
-
Amazing work, thanks! I've commented on #44 with a screenshot - but I'm still getting an error. Realise you may not want to compromise your mcp tools for a particular implementation, but in this case I think search would match the pattern of fetch, as all tools will already relate to Microsoft docs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a fantastic project! Is it possible for the ChatGPT connector to adapt to a fixed output format? I believe adapting this MCP's output format would allow more people to use it. Thanks
search tool
The search tool is used by deep research models (and others) to return a list of possibly relevant search results from the data set exposed by your MCP server.
Arguments:
A single query string.
Returns:
An array of objects with the following properties:
id - a unique ID for the document or search result item
title - a string title for the search result item
text - a relevant snippet of text for the search terms
url - a URL to the document or search result item. Useful for citing specific resources in research.
create-an-mcp-server
Beta Was this translation helpful? Give feedback.
All reactions