Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

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

You must be logged in to vote

Replies: 4 comments · 2 replies

Comment options

Interesting. I'll share this with the team
cc @TianqiZhang

You must be logged in to vote
0 replies
Comment options

Also #44

You must be logged in to vote
0 replies
Comment options

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

You must be logged in to vote
0 replies
Comment options

Amazing work, thanks! I've commented on #44 with a screenshot - but I'm still getting an error.
Is the search tool also implemented and named search, rather than microsoft_docs_search?
If so, maybe it's an OpenAI caching issue.

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.

@pdebruin

You must be logged in to vote
2 replies
@TianqiZhang
Comment options

@Sealjay the actually tool name for fetch is microsoft_docs_fetch, we will update README asap.

@Sealjay
Comment options

Ah that's a pity, that won't work with OpenAI. Any chance of another subdomain or endpoint with those tools? I can always self host, but was hoping for an easy solution 🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.