yanifend-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 |
|---|---|
| list_personagesB | List the feedback personages on the connected YaniFend site. |
| list_questionsC | Read the current questionary. |
| create_questionC | Add a new question to the questionary. |
| update_questionC | Edit an existing question's text, type, or order. |
| delete_questionC | Remove a question from the questionary. |
| list_question_optionsB | List options for a multiple-choice question. |
| create_question_optionC | Add an option to a question. |
| update_question_optionC | Edit an existing option. |
| delete_question_optionC | Remove an option. |
| list_answersB | Pull the latest collected answers. |
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 10 tools
Every tool targets a distinct resource and action: questions, options, answers, and personages are all clearly separated without overlap.
All tool names follow a consistent verb_noun pattern using snake_case, such as create_question, list_answers, update_question_option.
With 10 tools, the server covers the full lifecycle of questionnaire management without superfluous or missing tools.
CRUD for questions and options is complete, and listing answers and personages is provided. Minor gap: no tool to create or submit answers, but the set focuses on admin management.