Skip to main content
Glama
ephrin

openapi-mcp-bridge

by ephrin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
list-museum-hoursC

Get museum hours

list-eventsC

List special events

create-eventC

Create special events

get-event-detailsC

Get special event

delete-eventC

Delete special event

update-eventC

Update special event

buy-ticketsC

Buy museum tickets

get-ticket-qrB

Get ticket QR code

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct function: CRUD for events, listing hours, and ticket operations. No overlap between tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores, e.g., update-event, list-museum-hours, buy-tickets.

Tool Count5/5

8 tools is well-scoped for a museum domain covering events, hours, and ticket purchase/QR retrieval.

Completeness4/5

Events have full CRUD, museum hours listed, tickets covered for purchase and QR. Missing cancellation or history of tickets, but core is complete.

Maintenance

ActivityInactive
ResponsivenessNo issues