Skip to main content
Glama
joy7758

titmas-agent-action-gate

by joy7758

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TITMAS_ACTION_GATE_DEMO_MODEYesIf 'true', enables demo mode. Example: 'true'.
TITMAS_ACTION_GATE_STATE_DIRYesDirectory for storing action gate state (append-only store). Example: 'artifacts/runtime/mcp'.
TITMAS_ACTION_GATE_CALLER_TOKENYesToken used by the caller agent to authenticate with the action gate.
TITMAS_ACTION_GATE_MCP_TRANSPORTYesTransport for MCP server. Example: 'stdio'.
TITMAS_ACTION_GATE_APPROVER_TOKENYesToken used by the approver role to authenticate for approvals.

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
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

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/joy7758/titmas-agent-action-gate'

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