Skip to main content
Glama
Roxanne299

GPT Proxy MCP Server

by Roxanne299

gpt_chat_stream

Send a message to GPT and receive streaming responses. Configure model, temperature, max tokens, and system prompt for tailored output.

Instructions

Send a message to GPT and get a streaming response

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoGPT model to use (default: gpt-3.5-turbo)gpt-3.5-turbo
messageYesThe message to send to GPT
max_tokensNoMaximum number of tokens in the response (default: 1000)
temperatureNoTemperature for response randomness (0-2, default: 1)
system_promptNoSystem prompt to set context for GPT
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must disclose key behaviors. It reveals streaming as a major trait, but omits other relevant details like authentication, rate limits, or that it initiates a write operation (sending data).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no superfluous words, achieving conciseness while communicating the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, no output schema, and no annotations, the description is too sparse. It fails to specify how the streaming response is delivered (e.g., SSE, chunks), authentication needs, or error handling, leaving the agent underinformed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All 5 parameters are described in the schema (100% coverage), so baseline is 3. The description does not add extra context beyond the schema parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the action (send a message) and the resource (GPT) with a clear distinction from sibling gpt_chat by adding 'streaming response', differentiating the streaming nature of this tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for real-time responses due to 'streaming', but does not explicitly state when to use this over gpt_chat or list alternatives/exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Roxanne299/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server