Skip to main content
Glama

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
available_scanners_toolA

Show which scanner backends are installed and ready to use.

picklescan_scanC

Run picklescan against a local path or downloadable URL.

modelscan_scanC

Run modelscan against a local path or downloadable URL.

deep_model_inspectC

Run heuristic inspection for risky file types and embedded pickle members.

artifact_safety_reportC

Run the broadest available model artifact safety report.

scan_directory_toolC

Run artifact_safety_report across every file in a directory and aggregate the findings.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: broad report, scanner listing, heuristic inspection, two specific scanner backends, and directory aggregation. No overlap.

Naming Consistency3/5

Names mix patterns: some end with 'tool', others with 'scan' or 'inspect', and one is a phrase ('artifact_safety_report'). Inconsistent verb_noun structure.

Tool Count5/5

6 tools is well-scoped for a model safety MCP server. Each tool serves a distinct function without being excessive.

Completeness4/5

Covers major coverage areas: broad safety report, specific scanners, and directory scanning. Minor gap: no tool for updating scanner configurations.

Maintenance

ActivityInactive
ResponsivenessNo issues