ask_chatgpt_tool
Send prompts to ChatGPT via the MCP server to receive AI-generated responses, enabling integration with MCP-compatible assistants for dynamic interactions.
Instructions
Send a prompt to ChatGPT and return the response.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt | Yes |
Input Schema (JSON Schema)
{
"properties": {
"prompt": {
"title": "Prompt",
"type": "string"
}
},
"required": [
"prompt"
],
"title": "ask_chatgpt_toolArguments",
"type": "object"
}