Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_TRANSPORT | No | Transport protocol to use | stdio |
OPENAI_API_KEY | Yes | Your OpenAI API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
web_search_agent | Use an AI agent specialized in web searching to find accurate, up-to-date information from the internet. |
file_search_agent | Use an AI agent specialized in searching through files and documents to find relevant information. |
computer_action_agent | Use an AI agent specialized in performing computer actions safely and effectively. |
multi_tool_agent | Use an AI agent that can orchestrate between web search, file search, and computer actions based on your query. |