Skip to main content
Glama
aksharasuresh05-rgb

amrita-companion-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
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

NameDescription
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

NameDescription
calculator_helpGet help with calculator operations

Resources

Contextual data attached and managed by the client

NameDescription
Calculator OperationsList of available calculator operations
Health ChecksCurrent health status of all registered health checks
Calculator ResultUI component for Calculator Result
Widget ExamplesProvides metadata and examples for all registered UI widgets

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: arithmetic, Wikipedia lookups, and syllabus retrieval. No overlap or ambiguity.

Naming Consistency4/5

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.

Tool Count2/5

Only 3 tools for a 'companion' server is too few. A typical companion would need more functionality like reminders, notes, or progress tracking.

Completeness2/5

Covers basic arithmetic, concept explanation, and syllabus, but lacks many essential features for a student companion, such as assignment management or study planning.

Maintenance

ActivitySlowing
ResponsivenessNo issues