Skip to main content
Glama
havvari

trigger_refund

by havvari

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
trigger_refundB

Issue a refund against a customer's account. The reason is written to the audit log verbatim, so it should say why the refund is warranted.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion or overlap. The tool's purpose is clearly stated.

Naming Consistency5/5

The single tool name follows a clear verb_noun snake_case convention. No inconsistency exists because there is only one tool.

Tool Count3/5

A single tool is borderline thin for a refund-related server. While the narrow focus may be intentional, it limits the server to one action.

Completeness2/5

The surface only covers issuing a refund. There is no way to query refund status, list past refunds, or cancel a refund, which are significant gaps for a refund domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues