Skip to main content
Glama
hzy9981

io.github.hzy9981/aviation-accident-analysis

by hzy9981

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
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
upload_and_generate_promptA

Upload an aviation accident report (PDF, DOCX, TXT), parse it, and wrap it in a specified prompt template.

list_available_templatesA

List all available prompt templates in the prompts/ directory.

list_available_reportsB

List all available reports in a specified directory.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: uploading and generating a prompt, listing templates, and listing reports. There is no overlap or ambiguity between them.

Naming Consistency4/5

All tool names use snake_case and follow a verb-first pattern. The first tool uses a compound verb 'upload_and_generate' while the others use 'list_available', which is a minor deviation but still predictable and readable.

Tool Count4/5

Three tools is a slightly thin but reasonable set for the narrow scope of uploading reports and managing available templates/reports. It is within the acceptable range and does not feel excessive.

Completeness2/5

The tool surface is incomplete for a server named 'aviation-accident-analysis'. It only supports uploading a report and listing templates/reports, with no tools to actually perform analysis, manage templates (create/update/delete), or retrieve detailed content. This leaves significant gaps that would require external actions.

Maintenance

ActivitySlowing
ResponsivenessNo issues