Skip to main content
Glama
cchadha2

mcp-response-types-lab

by cchadha2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TRANSPORTNoTransport mode for the MCP server. Set to 'http' to run over Streamable HTTP (listens on http://localhost:3939/mcp). If unset, the server uses stdio.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
no_schema__text_onlyA

No outputSchema. Returns a plain text content block only. This is the pre-2025-06-18 baseline.

no_schema__structured_onlyA

No outputSchema declared, but the result carries structuredContent and an EMPTY content array. Tests whether a client that never saw an outputSchema will still surface structuredContent, or shows nothing because content is empty.

no_schema__text_and_structuredA

No outputSchema declared, but the result carries BOTH a text content block and structuredContent (matching values). Tests whether structuredContent is used opportunistically even without a declared schema.

with_schema__text_and_structured_matchingA

outputSchema declared. Returns matching text + structuredContent (the spec's recommended backward-compatible pattern).

with_schema__structured_only_no_textA

outputSchema declared. Returns structuredContent with an EMPTY content array (no text fallback). Tests whether the client/model can operate on structuredContent alone.

with_schema__text_and_structured_mismatchedA

outputSchema declared. Text content and structuredContent DISAGREE on the actual values. Tests which one the client actually feeds to the model / shows the user.

with_schema__structured_violates_schemaA

outputSchema declared, but the returned structuredContent violates it (wrong types, missing required field). Tests whether the client validates structuredContent against outputSchema and how it fails.

with_schema__structured_missingA

outputSchema declared, but the result omits structuredContent entirely (only text content is returned) — a non-compliant server. Tests client behavior when a promised schema is never fulfilled.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/cchadha2/mcp-response-types-lab'

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