Skip to main content
Glama
santismm

santismm-knowledge

Official

Calculate human supervision capacity for an AI agent

calculate_human_supervision_capacity
Read-onlyIdempotent

Calculate review and escalation workload, required FTE, headroom, backlog, monthly labor cost, and sustainable case volume to validate human-oversight capacity before rollout.

Instructions

Calculate review and escalation workload, required FTE, available headroom or backlog, monthly labour cost and sustainable case volume. Use this before production rollout to test whether the stated human-oversight model is operationally credible; the result uses averages and is not a queueing simulation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoLanguage for interpretations, assumptions, formulas and warnings (default en).
sampleYesShare of all cases selected for routine review, in percent.
volumeYesAgent cases per month.
hoursDayYesPaid hours per working day.
workdaysYesWorking days per month.
reviewersYesAvailable reviewer FTE.
hourlyCostYesFully loaded reviewer hourly cost, in the chosen currency.
utilizationYesShare of paid time available for review and escalation, in percent.
reviewMinutesYesMinutes per routine review.
escalationRateYesShare of cases escalated, in percent.
escalationMinutesYesMinutes per escalation.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
unitsYes
inputsYes
sourceYes
api_urlYes
licenseYes
resultsYes
updatedYes
versionYes
formulasYes
languageYes
warningsYes
assumptionsYes
canonical_urlYesCite this URL.
interpretationYes
schema_versionYes
methodology_urlYes
Install Server

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds genuinely useful behavioral context beyond that: the result is an average-based estimate rather than a queueing simulation, which materially affects how an agent should interpret the output. No contradiction with annotations exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with zero waste: the first front-loads the complete set of computed outputs, and the second delivers the usage context and the critical limitation. Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 11-parameter calculation tool with 100% schema coverage, an output schema, and annotations covering the safety profile, the description is nearly complete. It covers purpose, timing, and the key interpretive caveat. The only minor gap is not pointing to a sibling tool for the queueing-simulation case it explicitly disclaims.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all 11 parameters including units, ranges, and meaning. The description adds no parameter-level details beyond naming the computed outputs, so the baseline of 3 applies — the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb (Calculate) with a clear resource (human supervision capacity) and enumerates five concrete outputs: workload, required FTE, headroom/backlog, monthly labour cost, and sustainable case volume. This output list makes it easy to distinguish from sibling calculation tools like calculate_agent_economics and calculate_evaluation_sample_size, which cover different domains.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool ('before production rollout') and what question it answers ('whether the stated human-oversight model is operationally credible'). It also provides a meaningful exclusion caveat ('not a queueing simulation'), though it does not name specific alternative tools for cases where a queueing simulation is needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/santismm/santismm-knowledge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server