Skip to main content
Glama
SweetKenneth

shpbl-counterfactual-exposure-planner

by SweetKenneth

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
exposure_baselineB

Measure a sealed exposure graph without mutating it

exposure_simulateC

Simulate one intervention scenario against current exposure state

exposure_rankB

Rank multiple counterfactual scenarios deterministically and identify Pareto-efficient options

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

Disambiguation5/5

Each tool has a clearly distinct role: baseline measurement, single-scenario simulation, and multi-scenario ranking. There is no real overlap or ambiguity between these three operations.

Naming Consistency4/5

All tools share the exposure_ prefix and snake_case, which makes them predictable. The minor deviation is that exposure_baseline uses a noun while exposure_simulate and exposure_rank use verbs, slightly breaking a pure verb_noun pattern.

Tool Count5/5

Three tools is on the lower end but appropriate for a tightly scoped counterfactual exposure planner. Each tool covers a distinct stage in the workflow and none feels redundant.

Completeness4/5

The core planning workflow of baseline, simulate, and rank is well covered. The main gap is the lack of tools for defining/persisting scenarios or applying a chosen intervention, but this is not a fatal omission for a planner.

Maintenance

ActivityMaintained
ResponsivenessNo issues