titmas-agent-action-gate
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TITMAS_ACTION_GATE_DEMO_MODE | Yes | If 'true', enables demo mode. Example: 'true'. | |
| TITMAS_ACTION_GATE_STATE_DIR | Yes | Directory for storing action gate state (append-only store). Example: 'artifacts/runtime/mcp'. | |
| TITMAS_ACTION_GATE_CALLER_TOKEN | Yes | Token used by the caller agent to authenticate with the action gate. | |
| TITMAS_ACTION_GATE_MCP_TRANSPORT | Yes | Transport for MCP server. Example: 'stdio'. | |
| TITMAS_ACTION_GATE_APPROVER_TOKEN | Yes | Token used by the approver role to authenticate for approvals. |
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 |
|---|---|
| submit_action_requestC | Validate and append one normalized action request; grants no authority. |
| attach_evidenceA | Attach an immutable in-scope evidence profile reference; does not verify or authorize it. |
| verify_evidenceC | Invoke pinned agent-evidence 0.6.0 and retain its structured receipt. |
| evaluate_action_gateC | Compute deterministic ALLOW, BLOCK, or REQUIRE_APPROVAL from retained versioned inputs. |
| record_human_approvalB | Create and append a scoped signed human approval, denial, or revocation input. |
| get_action_stateA | Read append-only action state and integrity results; performs no mutation. |
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/joy7758/titmas-agent-action-gate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server