mcp-records-demo
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_recordsC | List all records. |
| get_recordB | Get a single record by id. |
| review_recordC | Run deterministic checks on a record and return structured findings. |
| create_recordC | Create a record. Requires MCP_ALLOW_WRITES=true. |
| update_recordB | Patch a record by id. Requires MCP_ALLOW_WRITES=true. |
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 5 tools
Each tool has a distinct action (get, list, review, create, update) with no overlap, making it easy for an agent to select the correct tool.
All tools follow a consistent verb_noun pattern (e.g., get_record, create_record), with only minor plural variation in list_records.
5 tools provide a focused set for record management without being too sparse or overwhelming.
Covers create, read (single and list), update, and adds a review operation. Missing delete, but that may be intentional for safety.