amrita-companion-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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"subscribe": true,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculateC | Perform basic arithmetic calculations |
| convert_temperature | Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F). |
| lookup_wikipedia_topicA | Looks up a short Wikipedia summary for an academic topic (e.g. "Newtons Laws", "Kirchhoffs Laws"). Use this when the student asks to explain or summarize a concept. |
| get_syllabusA | Returns the full first-year syllabus (subjects and topics per semester). Use this when the student asks what topics are covered, or to plan study sessions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| calculator_help | Get help with calculator operations |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Calculator Operations | List of available calculator operations |
| Health Checks | Current health status of all registered health checks |
| Calculator Result | UI component for Calculator Result |
| Widget Examples | Provides metadata and examples for all registered UI widgets |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: arithmetic, Wikipedia lookups, and syllabus retrieval. No overlap or ambiguity.
Two tools use verb_noun pattern (lookup_wikipedia_topic, get_syllabus), while 'calculate' is a bare verb but still clear. Minor inconsistency but overall predictable.
Only 3 tools for a 'companion' server is too few. A typical companion would need more functionality like reminders, notes, or progress tracking.
Covers basic arithmetic, concept explanation, and syllabus, but lacks many essential features for a student companion, such as assignment management or study planning.