tibet-pol-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIBET_POL_TEMPLATES | No | Templates directory | /srv/jtel-stack/tibet-pol-processes |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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:
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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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