Skip to main content
Glama
Humotica
by Humotica

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIBET_POL_TEMPLATESNoTemplates directory/srv/jtel-stack/tibet-pol-processes

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pol_checkA

Run a process integrity check against a template.

Executes all steps defined in the template, respecting dependency chains and critical flags. Returns structured results with:

  • Overall health percentage and checksum

  • Per-step status (valid/broken/blocked/drift)

  • Duration per step

  • TIBET token chain for full audit trail

Args: template: Template name or path (e.g., "humotica_full_stack", "p520_machine.json", or full path) output_json: Return raw JSON (default: true)

Returns: Check results with summary, step details, and TIBET provenance

pol_templatesA

List available process check templates.

Shows all .json templates in the templates directory with their process ID, name, step count, and critical step count.

pol_template_infoC

Get detailed info about a template — all steps, dependencies, and intents.

Args: template: Template name or path

Returns: Full template structure with steps, dependency graph, and success criteria

pol_diffA

Compare two check runs to see what changed.

Shows checksum changes, status changes, and step-level differences. Useful for tracking infrastructure drift over time.

Args: result_a: Path to first result JSON result_b: Path to second result JSON

Returns: Diff showing what changed between runs

pol_reportA

Generate an HTML report from check results.

Creates a formatted HTML file with summary, step table, and collapsible TIBET token chain.

Args: result_path: Path to check result JSON output: Output HTML file path (default: auto-generated)

Returns: Path to generated HTML report

pol_quick_healthA

Quick health summary — just the checksum and status.

Runs a full check but returns only the summary: percentage, checksum (passed/total), status, and any failed steps.

Args: template: Template name (default: humotica_full_stack)

Returns: Quick summary with health percentage and failed step names

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Humotica/tibet-pol-mcp'

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