Skip to main content
Glama
Cherridsaid
by Cherridsaid

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
phases_agents_detectC

Detecte localement le profil borne d'une cible. N'execute aucun fichier.

phases_agents_get_skillC

Retourne le contenu borne d'un skill valide par identifiant. Aucun chemin libre n'est accepte.

phases_agents_list_skillsC

Decouvre et liste uniquement les packages de skills valides.

phases_agents_planB

Detecte une cible, charge le registre valide et rend un plan deterministe. N'execute aucun skill.

phases_agents_refresh_skillsC

Reconstruit explicitement un registre depuis les racines autorisees.

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 5 tools

Disambiguation4/5

Each tool targets a distinct operation: detect (profile), get_skill (read one), list_skills (enumerate), refresh_skills (rebuild registry), plan (produce a plan). The one soft overlap is that plan already performs detection, so an agent might wonder when to call detect versus plan directly.

Naming Consistency5/5

All tools share the consistent phases_agents_ prefix followed by clear snake_case verbs/verb_noun forms (detect, get_skill, list_skills, plan, refresh_skills). No mixing of conventions.

Tool Count5/5

Five tools is well-scoped for a skill-registry/planning domain, covering discovery, retrieval, detection, planning, and registry refresh without redundancy.

Completeness4/5

The surface covers the full read-side lifecycle: enumerate skills, read a skill, refresh the registry, detect a target, and produce a plan. It is read-only by design (no skill authoring/editing), which is a minor gap but consistent with the stated bounded-execution purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues