openapi-mcp-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct function: CRUD for events, listing hours, and ticket operations. No overlap between tools.
All tool names follow a consistent verb_noun pattern with underscores, e.g., update-event, list-museum-hours, buy-tickets.
8 tools is well-scoped for a museum domain covering events, hours, and ticket purchase/QR retrieval.
Events have full CRUD, museum hours listed, tickets covered for purchase and QR. Missing cancellation or history of tickets, but core is complete.