Skip to main content
Glama

gpt-5

Server Details

GPT-5: GPT‑5 is OpenAI’s most advanced and unified AI model, combining fast, real-time.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.2/5 across 1 of 1 tools scored.

Server CoherenceA
Disambiguation5/5

Only one tool exists, so there is no possibility of selecting between overlapping tools. The purpose of post_chat_completions is unambiguous.

Naming Consistency5/5

With a single tool, naming consistency is not at risk. The name follows a clear snake_case verb_noun pattern and accurately describes the action.

Tool Count3/5

A single tool feels thin for a server named gpt-5, which could plausibly expose model listing or other variants, but it does cover the core chat completion operation without redundancy.

Completeness4/5

The tool covers the primary chat completion call completely for a stateless API. Minor gaps such as streaming or model discovery are not exposed, but no dead-end workflows exist for the stated purpose.

Available Tools

1 tool
post_chat_completionsChat CompletionsBInspect

Creates a model response for the given chat conversation Billing per call: Credits: metered.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body. Example: {"model":"GPT-5","stream":false,"messages":[{"role":"user","content":"There are ten birds in a tree. A hunter shoots one. How many are left in the tree?"}]}
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description only notes that billing is metered per call, providing some transparency about cost, but it does not disclose other behavioral traits such as whether the response can be streamed (though the example includes 'stream': false), whether there are rate limits, or any side effects. Since it is a creation call, one might assume it is not read-only, but the description does not explicitly state any mutation or persistence. The metering note is a plus but not sufficient for full transparency.

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 concise, consisting of one clear sentence followed by a billing note. It is front-loaded with the main purpose and includes an additional detail about billing. There is no unnecessary verbosity, and the structure is straightforward.

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

Completeness3/5

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

The tool is relatively simple with a single parameter, and the schema provides a full example. However, there is no output schema, and the description does not explain what the response looks like or any error conditions. While the agent might infer that the response is the model's completion, the description could be more complete by mentioning the return format, especially since the tool's name 'post_chat_completions' suggests a REST API that typically returns the generated response. Without output schema, the description should at least hint at the output nature.

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?

The input schema has one parameter, 'body', which is fully described with a detailed example. The schema description coverage is 100%, meaning the schema itself provides the necessary semantics for the parameter. The description adds a billing note but does not elaborate further on the parameter's structure beyond what the schema already offers. Since the schema covers the parameter thoroughly, the baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Creates a model response for the given chat conversation.' It specifies the verb (creates), the resource (model response), and the context (chat conversation). Although no sibling tools are provided for differentiation, the purpose is specific enough for an agent to understand its core function.

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 when to use this tool: when generating a model response for a chat conversation. However, it does not provide explicit usage context, such as requirements for the 'body' parameter, expected message format, or any alternatives. Given the simple scope, the implied usage is adequate but lacks explicit guidance.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables advanced OpenAI GPT model integration with Claude through 5 specialized tools including GPT-5 reasoning, token optimization, context management, batch processing, and model comparison. Features intelligent fallback mechanisms and task-specific system prompts for enhanced AI capabilities.
    186
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides access to OpenAI's GPT-5 model with web search and advanced reasoning capabilities, enabling AI-powered search and analysis through MCP tools.
    12
    Do What The F*ck You Want To Public
  • A
    license
    -
    quality
    C
    maintenance
    Integrates OpenAI GPT-5 capabilities into Claude Code, providing autonomous agents for complex multi-step tasks and deep code analysis via the Codex CLI. It supports features like web search, code interpretation, and persistent file operations through a streaming MCP interface.
    13
    MIT
  • F
    license
    C
    quality
    D
    maintenance
    Enables GPT-5 inference via OpenAI API with configurable reasoning effort, verbosity levels, and optional web search integration. Supports per-call parameter overrides for flexible AI model interactions through MCP.
    1

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources