Description
Is there a specific app this action is for?
https://pipedream.com/apps/openai
Please provide a link to the relevant API docs for the specific service / operation.
https://platform.openai.com/docs/guides/tools-remote-mcp?lang=javascript
https://platform.openai.com/docs/api-reference/responses/create
We have a set of OpenAI actions that use the responses API
https://pipedream.com/apps/openai/actions/chat-using-web-search
https://pipedream.com/apps/openai/actions/chat-using-functions
https://pipedream.com/apps/openai/actions/chat-using-file-search
With the May 21st launch, MCP servers are also supported as tools when making requests to this API.
- We need a new action that allows a MCP server to be used as a tool.
- We should have a single action "Chat with OpenAI Responses API" that allows multiple tools.
Here is a great writeup: https://cookbook.openai.com/examples/mcp/mcp_tool_guide
We should be able to allow the user to enable web search, code interpreter, multiple mcp servers, etc
The help text should for adding an MCP server should point customers to use https://mcp.pipedream.com/
note
The API also allows you to specify tools. If it is possible, we should perform an async request to pull the available tools and then allow the user to specify what tools to use from the MCP server.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status