Skip to main content
Glama
zuperRuslana

automation-audit

by zuperRuslana

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
calculate_time_costB

Calculate the monthly time and labor cost of a manual process.

calculate_automation_scoreC

Calculate how suitable a business process is for automation.

create_businessC

Create and store a business for an automation audit.

create_processC

Create a business process to evaluate for automation.

save_discovery_answerC

Save or update a discovery answer for a business process.

save_auditB

Save the completed automation audit for a process.

list_auditsA

List all saved automation audits.

get_auditB

Retrieve one complete automation audit.

Prompts

Interactive templates invoked by user choice

NameDescription
start_automation_auditGuide the user through a structured automation opportunity audit.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct resource or action: calculations, creation, saving answers/audits, and listing/retrieving audits. Even similar verbs like create_business and create_process are clearly separated by the object they operate on.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern, such as calculate_, create_, save_, list_, and get_. This makes the set predictable and easy to navigate.

Tool Count5/5

Eight tools is a well-scoped set for an automation audit workflow. Each tool serves a clear purpose in the process from creating businesses and processes to calculating metrics and managing completed audits.

Completeness4/5

The core audit lifecycle is covered: create businesses/processes, capture discovery answers, calculate cost and automation score, and save/retrieve audits. Minor gaps exist around updating or deleting businesses/processes, but these are not essential to the main workflow.

Maintenance

ActivityMaintained
ResponsivenessNo issues