srquiz-mcp
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 |
|---|---|
| get_sri_questionnaireA | Get information and sample questions for the Sexual Repression Index (SRI) quick assessment. |
| calculate_sri_scoreA | Calculate and interpret the SRI score based on user answers (mocked). |
| search_sexual_psychology_kbA | Retrieve scientific background knowledge regarding sexual psychology (e.g., dual-control-model, sexual-guilt, sexual-shame). |
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 3 tools
Each tool has a clearly distinct purpose: fetching the questionnaire, scoring answers, and retrieving background knowledge. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern in snake_case (get_, calculate_, search_). The naming is predictable and uniform.
Three tools is a well-scoped set for a focused quiz/assessment server. Each tool is necessary and serves a distinct function without redundancy.
The set covers the core workflow: retrieving questionnaire info, calculating scores, and accessing background knowledge. Minor gap: the get tool only provides 'sample' questions, which may limit full assessments, but the overall lifecycle is covered.