Skip to main content
Glama

Kevros — Agentic Identity Trust

Server Details

Agentic identity trust: precision decisioning, cryptographic release tokens, hash-chained proof

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ndl-systems/kevros-sdk
GitHub Stars
1

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

359 tools
governance_active_schedulesInspect

Get currently active scheduled policies.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_add_group_memberInspect

Add an agent to a group.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to add
group_idYesGroup ID
governance_add_org_memberInspect

Add an agent to an organization.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleNoMember rolemember
org_idYesOrganization ID
agent_idYesAgent ID to add
governance_add_timeline_eventInspect

Add a compliance timeline event.

ParametersJSON Schema
NameRequiredDescriptionDefault
severityNoSeverity (info, warning, critical)info
event_typeYesEvent type (policy_review, access_audit, training_completed, etc.)
descriptionNoEvent description
is_milestoneNoWhether this is a milestone event
governance_advance_playbook_stepInspect

Advance a playbook execution to the next step.

ParametersJSON Schema
NameRequiredDescriptionDefault
resultNoStep resultsuccess
playbook_idYesPlaybook ID
governance_advance_workflow_stepInspect

Advance a workflow to the next step.

ParametersJSON Schema
NameRequiredDescriptionDefault
resultNoStep resultsuccess
agent_idNoAgent advancing the step
workflow_idYesWorkflow ID
governance_agent_communicationsInspect

Get all communications involving an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
directionNoDirection filter: both, outgoing, incomingboth
governance_agent_complianceInspect

Get per-agent compliance scorecard: decision rates, trust score, intent closure, delegation status, anomalies.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to generate compliance report for
governance_agent_heartbeatInspect

Report an agent heartbeat with optional metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID reporting heartbeat
metadataNoJSON metadata (cpu, memory, etc.){}
governance_agent_profileInspect

Get the behavioral profile for a governance agent. Shows action type distribution, payload field patterns, decision rates, temporal activity, and per-action conformance. Use for investigation, ML features, and audit context. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to get profile for
governance_agent_quotaInspect

Get per-agent rate limit and quota analytics. Shows current usage (minute/hour/total), remaining quota, configured limits, and per-operation-type breakdown. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to check quota for
governance_analytics_compareInspect

Compare governance metrics between two time periods.

ParametersJSON Schema
NameRequiredDescriptionDefault
period_a_endYesPeriod A end ISO timestamp
period_b_endYesPeriod B end ISO timestamp
period_a_startYesPeriod A start ISO timestamp
period_b_startYesPeriod B start ISO timestamp
governance_analytics_summaryInspect

Get overall governance analytics summary.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_anomaly_alertsInspect

Get recent anomaly alerts from the drift detector. Filters by agent_id and/or severity (low/medium/high/critical). Returns alerts with z-scores, baseline vs current rates, and messages. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax alerts to return
agent_idNoFilter alerts by agent ID
severityNoFilter by severity: low/medium/high/critical
governance_anomaly_baselineInspect

Get the decision anomaly baseline for an agent. Shows historical decision distribution, current sliding window, and anomaly detection thresholds. Use before investigating drift alerts. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to get baseline for
governance_apply_change_requestInspect

Apply an approved change request.

ParametersJSON Schema
NameRequiredDescriptionDefault
cr_idYesChange request ID
governance_approve_change_requestInspect

Approve a governance change request.

ParametersJSON Schema
NameRequiredDescriptionDefault
cr_idYesChange request ID
commentNoApproval comment
reviewer_idYesReviewer ID
governance_approve_enrollmentInspect

Approve an agent enrollment request.

ParametersJSON Schema
NameRequiredDescriptionDefault
approved_byNoApprover IDsystem
enrollment_idYesEnrollment ID
governance_approve_gateInspect

Approve a deployment gate.

ParametersJSON Schema
NameRequiredDescriptionDefault
gate_idYesGate ID
approverNoApprover IDsystem
governance_artifact_attestationInspect

Link a software artifact to a governance decision for supply chain traceability.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent creating the attestation
descriptionNoDescription of the artifact
artifact_typeNoArtifact type: container, git, firmware, binarycontainer
build_metadataNoJSON object with build info (builder, commit, pipeline_id){}
decision_epochNoGovernance decision epoch to link (0=none)
artifact_hashesNoJSON object of hash_type:hash_value pairs{}
governance_artifact_chainInspect

Get the full provenance chain for a software artifact.

ParametersJSON Schema
NameRequiredDescriptionDefault
artifact_hashYesArtifact hash to look up (e.g. sha256:abc123)
governance_assess_riskInspect

Assess risk for an agent action.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
base_riskNoBase risk 0-1
action_typeYesAction type
governance_attestInspect

Create a hash-chained provenance record for an action you've taken. Each attestation extends the append-only evidence chain. The hash can be independently verified by any third party. Cost: $0.02 per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
contextNoOptional metadata such as environment, trigger, or session info
agent_idYesUnique identifier of the attesting agent
action_payloadYesStructured data describing the action (hashed into provenance)
action_descriptionYesHuman-readable description of the action taken
governance_audit_diffInspect

Compare original decision at epoch vs what current policy would decide.

ParametersJSON Schema
NameRequiredDescriptionDefault
epochYesDecision epoch to compare
governance_audit_summaryInspect

Get comprehensive audit summary for certifier review — decisions, chain, agents, intents, anomalies, PQC, policies.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_batchInspect

Execute up to 100 governance operations (verify, attest, bind) in a single call. Each operation is executed sequentially with full provenance recording. If stop_on_deny is true, processing halts on the first DENY decision. Returns per-operation results and a summary with integrity hash. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idNoDefault agent_id for operations that don't specify onemcp-batch-agent
operationsYesList of operations, each with 'type' ('verify'|'attest'|'bind') and 'params' dict
stop_on_denyNoStop processing on first DENY decision
governance_bindInspect

Declare an intent and cryptographically bind it to a command. Proves that the command was issued in service of the declared intent. Use governance_verify_outcome after execution to close the loop. Cost: $0.02 per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesUnique identifier of the agent declaring intent
goal_stateNoExpected end state for outcome verification
intent_typeYesCategory of intent (e.g. 'navigation', 'transaction', 'deployment')
intent_sourceNoOrigin of intent: AI_PLANNER, HUMAN_OPERATOR, or SYSTEMAI_PLANNER
command_payloadYesThe command that will be executed to fulfill this intent
parent_intent_idNoID of parent intent for hierarchical intent chains
intent_descriptionYesHuman-readable description of what the agent intends to do
governance_bridge_transfersInspect

Get transfer history for a trust bridge.

ParametersJSON Schema
NameRequiredDescriptionDefault
bridge_idYesBridge ID
governance_browse_templatesInspect

Browse available policy templates in the marketplace.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag
frameworkNoFilter by framework
governance_bundleInspect

Generate a certifier-grade compliance evidence bundle. Contains hash-chained provenance, intent bindings, PQC attestations, and verification instructions. Independently verifiable without Kevros access. Cost: $0.25 per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent whose provenance records to include in the bundle
max_recordsNoMaximum number of provenance records to include
time_range_endNoISO 8601 end time filter (inclusive)
time_range_startNoISO 8601 start time filter (inclusive)
include_intent_chainsNoInclude intent-command binding chains in the bundle
include_pqc_signaturesNoInclude post-quantum ML-DSA-87 block signatures
include_verification_instructionsNoInclude step-by-step verification procedure for auditors
governance_cache_lookupInspect

Look up a cached decision.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
action_typeYesAction type
governance_cache_statsInspect

Get decision cache statistics.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_cancel_scheduleInspect

Cancel a scheduled policy.

ParametersJSON Schema
NameRequiredDescriptionDefault
schedule_idYesSchedule ID
governance_capability_registryInspect

List all capability certifications in the registry.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_cascade_revokeInspect

Revoke a delegation and cascade to all sub-delegations.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for revocationcascade revocation
dry_runNoPreview without executing
delegation_idYesRoot delegation ID to revoke
governance_cast_voteInspect

Cast a vote on a pending consensus decision.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoVote reason
vote_idYesVote ID
agent_idYesVoting agent ID
decisionNoapprove, reject, or abstainapprove
governance_certify_capabilityInspect

Certify an agent's capability.

ParametersJSON Schema
NameRequiredDescriptionDefault
levelNoCertification levelbasic
agent_idYesAgent ID
capabilityYesCapability name
test_scoreNoTest score
governance_certify_evidenceInspect

Issue an evidence completeness certificate.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeNoCertification scopefull
certifier_idNoCertifier IDsystem
governance_check_audit_accessInspect

Check if an auditor has access to an agent's governance records.

ParametersJSON Schema
NameRequiredDescriptionDefault
epochNoSpecific epoch to check access for
agent_idYesAgent whose records are accessed
auditor_idYesAuditor requesting access
governance_check_peerInspect

Check another agent's trust score and provenance history. Returns chain_length, attestation_count, trust_score. Free, no API key needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesID of the peer agent to look up
governance_check_reversibilityInspect

Check whether a bound intent can be reversed. Analyzes intent type, execution status, child dependencies, and time elapsed to determine if rollback is possible and what constraints apply. Use for pre-abort safety checks, mission planning, and risk assessment. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
intent_idYesThe intent ID to check for reversibility
include_childrenNoAlso check child intents
governance_classification_statsInspect

Get classification statistics.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_comm_clustersInspect

Identify clusters of frequently communicating agents.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_complete_workflowInspect

Mark a workflow as completed.

ParametersJSON Schema
NameRequiredDescriptionDefault
workflow_idYesWorkflow ID
governance_compliance_coverageInspect

Get control coverage for a compliance framework.

ParametersJSON Schema
NameRequiredDescriptionDefault
frameworkYesFramework ID (nist-800-53, cmmc-l2, soc2)
governance_compliance_dashboardInspect

One-page CISO compliance dashboard with overall score, NIST coverage, and all governance metrics.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_compliance_evidenceInspect

Get live compliance evidence for a specific governance operation with NIST control mapping.

ParametersJSON Schema
NameRequiredDescriptionDefault
operationYesGovernance operation to assess (e.g. verify, attest, quarantine)
governance_compliance_mapInspect

Get NIST 800-53 Rev 5 compliance control mapping for governance operations.

ParametersJSON Schema
NameRequiredDescriptionDefault
operationNoFilter by operation (verify, attest, bind, etc.)
governance_compliance_packageInspect

Generate a certifier-ready compliance evidence package.

ParametersJSON Schema
NameRequiredDescriptionDefault
frameworkNoFramework IDnist-800-53
max_recordsNoMax sample records
include_recordsNoInclude sample provenance records
governance_compose_policiesInspect

Compose multiple policies into a unified policy with conflict resolution.

ParametersJSON Schema
NameRequiredDescriptionDefault
policiesYesJSON array of policy objects to merge
merge_strategyNoMerge strategy: strict, permissive, prioritystrict
governance_conclude_ab_testInspect

End an A/B test and declare a winner.

ParametersJSON Schema
NameRequiredDescriptionDefault
winnerNoWinning variant (a or b)a
test_idYesA/B test ID to conclude
governance_configure_cacheInspect

Configure decision cache settings.

ParametersJSON Schema
NameRequiredDescriptionDefault
enabledNoEnable caching
max_entriesNoMax cache entries
ttl_secondsNoCache TTL in seconds
governance_configure_decayInspect

Configure reputation decay parameters.

ParametersJSON Schema
NameRequiredDescriptionDefault
min_trustNoMinimum trust floor
half_life_daysNoHalf-life in days
governance_convert_exportInspect

Convert audit data to a specified format.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax records
formatYesTarget format (csv, json, sarif)
governance_correlate_agentsInspect

Analyze cross-agent behavioral correlations. Three modes: temporal (synchronized calls), payload (identical payloads), decision (correlated DENY/CLAMP patterns). Use for fraud investigation and botnet detection. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoAnalysis mode: temporal, payload, decision, or allall
agent_idNoFocus on pairs involving this agent
window_secondsNoTemporal sync window in seconds
governance_counterfactualInspect

Simulate an action against multiple policies simultaneously. Multi-policy what-if analysis: 'What would happen under each policy?' Returns a decision matrix with consensus detection. Use for policy selection, impact analysis, and sensitivity testing. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idNoAgent ID for historical decision lookup
policiesYesList of policies, each with 'template_id' or 'policy_context' and optional 'label'
action_typeNoAction category for contextcounterfactual
action_payloadYesAction to evaluate against multiple policies
include_historicalNoInclude what actually happened historically
governance_create_ab_testInspect

Create a policy A/B test experiment.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesA/B test name
policy_aNoJSON policy A{}
policy_bNoJSON policy B{}
traffic_splitNoTraffic split ratio
governance_create_alert_ruleInspect

Create a governance alert rule.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesAlert rule name
metricNoMetric to monitordeny_rate
channelNoNotification channel: log, webhooklog
conditionNoCondition: gt, lt, gte, lte, eqgt
thresholdNoThreshold value
governance_create_anchorInspect

Create an integrity anchor point for the audit chain.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_create_archiveInspect

Create an archive summary of provenance records before a given time.

ParametersJSON Schema
NameRequiredDescriptionDefault
labelNoHuman-readable label for the archivearchive
before_utcYesArchive records before this UTC timestamp
governance_create_attestationInspect

Create a formal compliance attestation.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeNoScopefull
frameworkYesCompliance framework
required_signaturesNoRequired signatures
governance_create_canaryInspect

Create a canary rollout for a candidate policy with shadow evaluation and divergence tracking.

ParametersJSON Schema
NameRequiredDescriptionDefault
labelNoHuman-readable labelmcp-canary
template_idNoTemplate ID to apply canary to (None = all traffic)
traffic_pctNoPercentage of traffic to shadow-evaluate (1-100)
candidate_policyYesJSON string of candidate policy (e.g. '{"max_values":{"x":5}}').
governance_create_change_requestInspect

Create a new governance change request requiring multi-reviewer approval.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesChange request title
change_typeNoType of changepolicy
descriptionNoDescription of the change
required_approvalsNoNumber of approvals needed
governance_create_escalation_ruleInspect

Create an auto-escalation rule that triggers on anomaly alerts (auto-quarantine, notify, or both).

ParametersJSON Schema
NameRequiredDescriptionDefault
labelNoHuman-readable labelmcp-rule
actionNoAction to take: notify, quarantine, or quarantine_and_notifynotify
min_severityNoMinimum alert severity to trigger: low, medium, high, criticalhigh
cooldown_secondsNoCooldown period between firings in seconds
governance_create_exceptionInspect

Create a temporary policy exception.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoException reason
agent_idYesAgent ID
policy_idYesPolicy ID to exempt
expires_hoursNoHours until expiry
governance_create_gateInspect

Create a deployment gate.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesGate name
environmentNoTarget environmentproduction
required_approvalsNoRequired approvals
governance_create_groupInspect

Create an agent group.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesGroup name
membersNoJSON array of agent IDs[]
descriptionNoGroup description
governance_create_mesh_routeInspect

Create a service mesh routing rule.

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYesSource agent/service
weightNoTraffic weight (0-100)
destinationYesDestination agent/service
governance_create_orgInspect

Create an organization for multi-tenant governance.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesOrganization name
descriptionNoOrganization description
admin_agent_idNoAdmin agent ID
governance_create_playbookInspect

Create an incident response playbook.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesPlaybook name
stepsNoJSON array of step objects[]
severityNoSeverity levelmedium
governance_create_policy_overrideInspect

Create a policy override layered on organizational defaults.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeYesScope: org, team, or agent
priorityNoPriority (higher wins)
scope_idYesScope ID (org_id, team_id, or agent_id)
overridesYesJSON policy overrides
governance_create_questionnaireInspect

Create a compliance questionnaire.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesQuestionnaire title
frameworkNoCompliance frameworkgeneral
questionsNoJSON array of question objects[]
governance_create_sandboxInspect

Create an isolation sandbox for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to sandbox
network_policyNoNetwork policy (restricted, denied, open)restricted
filesystem_policyNoFilesystem policy (read-only, read-write)read-only
governance_create_scheduleInspect

Schedule a policy for time-based activation.

ParametersJSON Schema
NameRequiredDescriptionDefault
activate_atNoActivation time ISO
policy_nameYesPolicy name
deactivate_atNoDeactivation time ISO
governance_create_scoped_tokenInspect

Create a scoped access token with fine-grained permissions.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoHuman-friendly token name
scopesYesJSON array of scope strings e.g. ["governance:verify","governance:read"]
governance_create_snapshotInspect

Create a point-in-time snapshot of all governance state (provenance, policies, delegations, agents, PQC).

ParametersJSON Schema
NameRequiredDescriptionDefault
labelNoHuman-readable label for this snapshotmcp-snapshot
governance_create_trust_bridgeInspect

Create a trust bridge between governance domains.

ParametersJSON Schema
NameRequiredDescriptionDefault
trust_levelNoTrust level (standard, elevated, full)standard
bidirectionalNoWhether bridge is bidirectional
source_domainYesSource governance domain
target_domainYesTarget governance domain
governance_create_voteInspect

Create a consensus vote for a high-risk decision.

ParametersJSON Schema
NameRequiredDescriptionDefault
quorumNoRequired votes for consensus
subjectYesVote subject
timeout_minutesNoVoting timeout
governance_create_webhookInspect

Register a webhook endpoint for governance event notifications. Supported events: governance.verify.allow, governance.verify.deny, governance.verify.clamp, governance.attest.recorded, governance.bind.created, governance.delegate.created, governance.delegate.revoked. The returned HMAC secret is shown ONCE — store it to verify payloads. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesWebhook endpoint URL to receive POST notifications
descriptionNoHuman-readable description of this webhook
event_typesYesList of event types to subscribe to
governance_create_workflowInspect

Create a multi-agent workflow.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesWorkflow name
stepsNoJSON array of step objects[]
agentsNoJSON array of agent IDs[]
governance_cross_reference_evidenceInspect

Cross-reference evidence across multiple agents.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idsYesComma-separated agent IDs
governance_decision_detailInspect

Get full decision record with structured violation breakdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
verification_idYesVerification ID to look up
governance_declare_dependencyInspect

Declare a dependency between two agents.

ParametersJSON Schema
NameRequiredDescriptionDefault
to_agentYesAgent depended upon
from_agentYesAgent that depends
criticalityNoCriticality: low, medium, high, criticalmedium
dependency_typeNoType: runtime, data, configruntime
governance_declare_federationInspect

Declare a cross-organization trust federation.

ParametersJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization declaring trust
scopesNoComma-separated scopes (verify,attest)verify,attest
max_depthNoMaximum transitive trust depth (1-5)
trusts_orgYesOrganization being trusted
expires_utcNoExpiration timestamp (ISO 8601, optional)
governance_decommission_agentInspect

Permanently decommission an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for decommission
agent_idYesAgent ID to decommission
governance_define_sloInspect

Define a Service Level Objective for governance operations.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesSLO name
metricNoMetric to track (deny_rate, allow_rate, total_decisions, chain_integrity)deny_rate
thresholdNoThreshold value
comparisonNoComparison operator (lte, gte, lt, gt, eq)lte
governance_delegateInspect

Grant scoped, time-limited capabilities to another agent. The delegatee receives an HMAC-signed delegation token that constrains which endpoints they can call and with what policy limits. Requires API key. Cost: $0.01.

ParametersJSON Schema
NameRequiredDescriptionDefault
max_callsNoMaximum calls under this delegation
descriptionNoReason for this delegation
ttl_secondsNoTime-to-live in seconds (60-86400, default 3600)
policy_overridesNoPolicy constraints applied on top of delegatee's requests
allowed_endpointsNoEndpoints the delegatee can use (default: verify, attest, bind)
delegatee_agent_idYesAgent receiving the capability
delegator_agent_idYesAgent granting the capability
governance_delegate_permissionInspect

Delegate a permission from one agent to another.

ParametersJSON Schema
NameRequiredDescriptionDefault
max_depthNoMax delegation depth
permissionYesPermission to delegate
delegatee_idYesDelegatee agent ID
delegator_idYesDelegator agent ID
governance_delete_sandboxInspect

Delete an agent sandbox.

ParametersJSON Schema
NameRequiredDescriptionDefault
sandbox_idYesSandbox ID to delete
governance_dependency_graphInspect

Get dependency tree for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_detect_policy_conflictsInspect

Detect conflicts between multiple policies.

ParametersJSON Schema
NameRequiredDescriptionDefault
policiesYesJSON array of policy objects
governance_download_exportInspect

Download a generated export.

ParametersJSON Schema
NameRequiredDescriptionDefault
export_idYesExport ID to download
governance_download_reportInspect

Download a compliance report.

ParametersJSON Schema
NameRequiredDescriptionDefault
report_idYesReport ID
governance_emergency_overrideInspect

Activate an emergency policy override.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonYesReason for emergency override
override_policyNoJSON override policy object{}
governance_emergency_override_auditInspect

Get audit trail for an emergency override.

ParametersJSON Schema
NameRequiredDescriptionDefault
override_idYesOverride ID to audit
governance_emergency_rotateInspect

Emergency key rotation — immediately invalidates old key.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for emergency rotationsuspected compromise
governance_enforce_sandboxInspect

Check if an action is permitted within a sandbox.

ParametersJSON Schema
NameRequiredDescriptionDefault
actionNoAction to check (read, write, network)
sandbox_idYesSandbox ID
governance_escalate_violationInspect

Escalate an SLA violation.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoEscalation reason
violation_idYesViolation ID
governance_evaluate_alertInspect

Manually evaluate an alert rule against current metrics.

ParametersJSON Schema
NameRequiredDescriptionDefault
rule_idYesAlert rule ID to evaluate
governance_event_correlationInspect

Analyze event correlations across agents and time windows.

ParametersJSON Schema
NameRequiredDescriptionDefault
min_eventsNoMin events for pattern detection
window_secondsNoTime window in seconds
governance_event_patternsInspect

Get stored event patterns and anomalies.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_evidence_gapsInspect

Identify missing evidence in the provenance chain.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_execute_playbookInspect

Execute an incident response playbook.

ParametersJSON Schema
NameRequiredDescriptionDefault
playbook_idYesPlaybook ID
triggered_byNoWho/what triggered executionmanual
governance_execute_rotationInspect

Execute a scheduled secret rotation.

ParametersJSON Schema
NameRequiredDescriptionDefault
rotation_idYesRotation ID to execute
governance_expired_capabilitiesInspect

List expired capability certifications.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_expired_exceptionsInspect

List expired policy exceptions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_expiring_delegationsInspect

Find delegations expiring within the specified time window.

ParametersJSON Schema
NameRequiredDescriptionDefault
within_secondsNoTime window in seconds (default 3600)
governance_explain_batchInspect

Explain multiple governance decisions in batch.

ParametersJSON Schema
NameRequiredDescriptionDefault
epochsYesComma-separated epoch numbers
governance_explain_decisionInspect

Explain why a governance decision was made.

ParametersJSON Schema
NameRequiredDescriptionDefault
epochYesDecision epoch number
governance_export_audit_trailInspect

Export full audit trail with integrity verification.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax records to return
offsetNoOffset for pagination
governance_export_evidenceInspect

Export governance provenance as structured evidence for certifier audit. Supports CSV, SARIF, and Merkle tree formats. CSV for spreadsheet review, SARIF for SecOps tools (GitHub Advanced Security), Merkle tree for cryptographic subset verification. Filters by agent_id, record_type, epoch range, and time range. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax records
formatYesExport format: csv, sarif, or merkle
agent_idNoFilter by agent ID
end_epochNoEnd epoch (inclusive)
record_typeNoFilter by type: verify/attest/intent_binding/outcome_verification
start_epochNoStart epoch (inclusive)
governance_failure_impactInspect

Analyze blast radius if an agent fails.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_finalize_reportInspect

Finalize a compliance report with cryptographic hash.

ParametersJSON Schema
NameRequiredDescriptionDefault
report_idYesReport ID
governance_fleet_agent_healthInspect

Get per-agent health status across the fleet.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_fleet_healthInspect

Get aggregate fleet health metrics.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_generate_reportInspect

Generate a compliance report.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleNoReport title
frameworkYesCompliance framework (NIST, SOC2, ISO-27001, CMMC)
governance_get_ab_testInspect

Get A/B test details and metrics.

ParametersJSON Schema
NameRequiredDescriptionDefault
test_idYesA/B test ID
governance_get_agent_capabilitiesInspect

Get all capabilities for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_get_agent_healthInspect

Get health status for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to query
governance_get_attestationInspect

Get compliance attestation details.

ParametersJSON Schema
NameRequiredDescriptionDefault
attestation_idYesAttestation ID
governance_get_baselineInspect

Get the learned behavioral baseline for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_get_capability_scoresInspect

Get capability scores for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_get_classificationInspect

Get data classification label details.

ParametersJSON Schema
NameRequiredDescriptionDefault
label_idYesLabel ID
governance_get_composed_policyInspect

Get a previously composed policy.

ParametersJSON Schema
NameRequiredDescriptionDefault
compose_idYesComposed policy ID
governance_get_enrollmentInspect

Get enrollment details.

ParametersJSON Schema
NameRequiredDescriptionDefault
enrollment_idYesEnrollment ID
governance_get_exceptionInspect

Get policy exception details.

ParametersJSON Schema
NameRequiredDescriptionDefault
exception_idYesException ID
governance_get_gateInspect

Get deployment gate details.

ParametersJSON Schema
NameRequiredDescriptionDefault
gate_idYesGate ID
governance_get_groupInspect

Get agent group details.

ParametersJSON Schema
NameRequiredDescriptionDefault
group_idYesGroup ID
governance_get_mesh_routeInspect

Get mesh route details.

ParametersJSON Schema
NameRequiredDescriptionDefault
route_idYesRoute ID
governance_get_notification_prefsInspect

Get notification preferences for a user.

ParametersJSON Schema
NameRequiredDescriptionDefault
user_idYesUser ID
governance_get_orgInspect

Get organization details.

ParametersJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization ID
governance_get_permission_delegationInspect

Get permission delegation details.

ParametersJSON Schema
NameRequiredDescriptionDefault
permission_idYesPermission ID
governance_get_playbookInspect

Get playbook details.

ParametersJSON Schema
NameRequiredDescriptionDefault
playbook_idYesPlaybook ID
governance_get_protocolInspect

Get protocol requirements for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_get_questionnaireInspect

Get questionnaire details.

ParametersJSON Schema
NameRequiredDescriptionDefault
questionnaire_idYesQuestionnaire ID
governance_get_reportInspect

Get compliance report details.

ParametersJSON Schema
NameRequiredDescriptionDefault
report_idYesReport ID
governance_get_rotationInspect

Get rotation schedule details.

ParametersJSON Schema
NameRequiredDescriptionDefault
rotation_idYesRotation ID
governance_get_sandboxInspect

Get sandbox details by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
sandbox_idYesSandbox ID
governance_get_simulationInspect

Get simulation details by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
simulation_idYesSimulation ID
governance_get_timelineInspect

Get compliance timeline events with pagination.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax events to return
offsetNoOffset for pagination
governance_get_trust_bridgeInspect

Get trust bridge details.

ParametersJSON Schema
NameRequiredDescriptionDefault
bridge_idYesBridge ID
governance_get_workflowInspect

Get workflow details by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
workflow_idYesWorkflow ID
governance_healthInspect

Check the governance gateway health status. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault
verboseNoReturn additional details such as chain length and PQC signing status
governance_health_dashboardInspect

Get agent health overview dashboard.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_health_scoreInspect

Get the overall governance health score (0-100). Combines chain integrity, decision quality, anomaly status, activity level, and PQC signing into a single grade (A-F). Includes component breakdown and recommendations. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_import_templateInspect

Import and instantiate a policy template with optional overrides.

ParametersJSON Schema
NameRequiredDescriptionDefault
overridesNoJSON overrides to apply{}
template_idYesTemplate ID to import
governance_integrity_checkInspect

Check audit trail hash chain integrity.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_integrity_reportInspect

Generate an integrity verification report.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_integrity_statusInspect

Get current audit trail integrity status.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_intent_ancestryInspect

Walk up the intent hierarchy from a child to the root intent. Shows the full chain of delegation for auditing. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
intent_idYesIntent ID to trace ancestry from
governance_intent_childrenInspect

List all direct child intents of a parent intent. Enables auditing of multi-agent delegation hierarchies. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
intent_idYesParent intent ID to query children for
governance_intent_lifecycleInspect

Get the lifecycle timeline for a bound intent. Shows current state (BOUND/AUTHORIZED/EXECUTING/COMPLETED/FAILED/TIMED_OUT), all transitions with timestamps and reasons, and terminal status. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
intent_idYesIntent ID to get lifecycle for
governance_intent_transitionInspect

Explicitly transition an intent to a new state. Valid transitions: BOUND→AUTHORIZED, AUTHORIZED→EXECUTING, EXECUTING→COMPLETED/FAILED, BOUND→FAILED. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
actorNoWho triggered this transitionmcp
reasonNoReason for transition
to_stateYesTarget state: AUTHORIZED, EXECUTING, COMPLETED, FAILED
intent_idYesIntent ID to transition
governance_invalidate_cacheInspect

Invalidate decision cache entries.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idNoAgent ID to invalidate (empty for all)
governance_key_statusInspect

Get status of API key: age, rotation history, recommendations.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_label_dataInspect

Apply a classification label to data.

ParametersJSON Schema
NameRequiredDescriptionDefault
resourceYesResource to label
categoriesNoJSON array of categories[]
sensitivityNoSensitivity levelinternal
governance_learn_baselineInspect

Learn a behavioral baseline from an agent's recent decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to learn baseline for
window_recordsNoNumber of recent records to learn from
governance_list_ab_testsInspect

List all A/B test experiments.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_agent_keysInspect

List registered identity keys for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent to list keys for
governance_list_agentsInspect

List all registered agents with optional status filter.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status
governance_list_alert_rulesInspect

List all alert rules.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_anchorsInspect

List all integrity anchor points.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_archivesInspect

List all archived period summaries.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_attestationsInspect

List compliance attestations.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status
governance_list_bridgesInspect

List all trust bridges.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_canariesInspect

List all canary rollouts with live divergence statistics.

ParametersJSON Schema
NameRequiredDescriptionDefault
status_filterNoFilter by status: active, promoted, rolledback
governance_list_capabilitiesInspect

List all registered agent capability declarations.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_change_requestsInspect

List governance change requests with optional status filter.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status
governance_list_classificationsInspect

List all data classification labels.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_credentialsInspect

List credentials, optionally filtered by agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idNoFilter by agent ID
governance_list_delegationsInspect

List active delegation tokens for an agent (as delegator or delegatee). Shows scope, expiry, and usage counts. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to list delegations for
active_onlyNoOnly show active (non-revoked, non-expired) delegations
governance_list_emergency_overridesInspect

List all emergency overrides.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_enrollmentsInspect

List all enrollment requests.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_escalation_rulesInspect

List all auto-escalation rules with fire counts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_exceptionsInspect

List all policy exceptions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_export_schedulesInspect

List all export schedules.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_federationsInspect

List active trust federation declarations for an organization.

ParametersJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization to list federations for
governance_list_frameworksInspect

List supported compliance frameworks (NIST 800-53, CMMC L2, SOC 2).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_gatesInspect

List all deployment gates.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_groupsInspect

List all agent groups.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_mesh_routesInspect

List all mesh routes.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_org_membersInspect

List all members of an organization.

ParametersJSON Schema
NameRequiredDescriptionDefault
org_idYesOrganization ID
governance_list_outcome_linkagesInspect

List all outcome-to-decision linkages.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_permission_delegationsInspect

List all permission delegations.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_playbooksInspect

List all incident response playbooks.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_policy_overridesInspect

List all active policy overrides.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_proposalsInspect

List policy change proposals with optional status filter.

ParametersJSON Schema
NameRequiredDescriptionDefault
status_filterNoFilter by status: pending, approved, rejected
governance_list_quarantinedInspect

List all currently quarantined agents.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_questionnairesInspect

List all compliance questionnaires.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_regionsInspect

List all registered governance regions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_remediationsInspect

List remediation actions taken.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idNoFilter by agent ID (empty=all)
governance_list_reportsInspect

List all compliance reports.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_rotationsInspect

List all secret rotation schedules.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_sandboxesInspect

List all agent sandboxes.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_schedulesInspect

List all policy schedules.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_scopesInspect

List all available governance scopes.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_simulationsInspect

List all policy simulations.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_sla_violationsInspect

List SLA violations with optional filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status
severityNoFilter by severity
governance_list_snapshotsInspect

List governance snapshots, newest first.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of snapshots to return
governance_list_webhook_deliveriesInspect

List webhook delivery history.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_webhooksInspect

List webhook subscriptions registered by this operator. Shows subscription ID, URL, event types, active status, and delivery stats. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_list_workflowsInspect

List all workflows.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_log_streamInspect

Pull-based audit log streaming with checkpoint support. Poll with after_epoch for incremental sync.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax records to return (1-1000)
client_idNoClient ID for automatic cursor tracking
after_epochNoReturn records after this epoch number
governance_log_stream_cursorsInspect

List all client stream cursors (checkpoint positions).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_mesh_topologyInspect

Get service mesh topology overview.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_metricsInspect

Get operational metrics: decision distribution, throughput, chain integrity.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_nonce_statusInspect

Get replay protection nonce tracking status.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_notification_historyInspect

Get notification delivery history.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries
governance_peer_recommendationsInspect

Get recommended peers based on trust network analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_permission_chainInspect

Get the full permission delegation chain for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to trace
governance_policy_chainInspect

Get the full policy chain for an agent: org → team → agent overrides.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_policy_coverage_reportInspect

Generate a policy coverage report from provenance records.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_policy_diffInspect

Compare two policy configurations and show differences.

ParametersJSON Schema
NameRequiredDescriptionDefault
policy_aYesJSON policy A
policy_bYesJSON policy B
governance_policy_historyInspect

Get the history of policy snapshots.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries to return
governance_policy_impactInspect

Replay historical verify decisions against a proposed policy to predict impact before deploying.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax historical records to replay
proposed_policyYesJSON string of the proposed policy to analyze
governance_policy_snapshotInspect

Create a named snapshot of a policy configuration.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesSnapshot name
policy_configNoJSON policy config{}
governance_promote_canaryInspect

Promote canary to production — activates candidate policy as new baseline.

ParametersJSON Schema
NameRequiredDescriptionDefault
canary_idYesCanary ID to promote
template_idNoTarget template ID (required if canary was created for all templates)
governance_propose_policyInspect

Propose a policy change for multi-signature approval. Does NOT activate immediately.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for the change
policy_jsonYesJSON string of the proposed policy
template_idYesPolicy template ID to change
required_approvalsNoNumber of approvals needed
governance_protocol_violationsInspect

List protocol violations.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_publish_templateInspect

Publish a reusable policy template to the marketplace.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesTemplate name
tagsNoComma-separated tags
frameworkNoFramework ID (nist-800-53, cmmc-l2, soc2, custom)custom
descriptionNoTemplate description
policy_configYesJSON policy config
governance_quarantine_agentInspect

Quarantine an agent — all future verify calls will return immediate DENY with provenance.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for quarantineMCP-initiated quarantine
agent_idYesAgent ID to quarantine
governance_query_ledgerInspect

Query the provenance ledger with filtering and pagination.

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor (record offset)
decisionNoDecision filter: ALLOW, CLAMP, DENY
agent_idsNoComma-separated agent IDs to filter
page_sizeNoRecords per page (max 100)
record_typeNoRecord type: verify, attest, intent_binding, outcome_verification
governance_rbac_assignInspect

Assign an RBAC role to an API key, controlling which endpoints it can access.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleYesRole to assign: admin, operator, auditor, viewer
api_key_prefixYesFirst 16+ chars of the API key to assign role to
governance_rbac_rolesInspect

List all available RBAC role definitions (admin, operator, auditor, viewer).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_reactivate_agentInspect

Reactivate a suspended agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to reactivate
governance_reconstruct_incidentInspect

Reconstruct an incident timeline from governance provenance for root cause analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idsNoComma-separated agent IDs to filter (empty=all)
end_epochNoEnd epoch for timeline (0=latest)
start_epochNoStart epoch for timeline
action_typesNoComma-separated action types to filter (empty=all)
governance_record_communicationInspect

Record a communication event between agents.

ParametersJSON Schema
NameRequiredDescriptionDefault
comm_typeNoCommunication typerequest
source_agent_idYesSource agent ID
target_agent_idYesTarget agent ID
governance_region_statusInspect

Get the current status and sync info for a region.

ParametersJSON Schema
NameRequiredDescriptionDefault
region_idYesRegion ID
governance_register_agentInspect

Register a new agent in the lifecycle system.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesUnique agent identifier
agent_typeNoAgent typeautonomous
descriptionNoAgent description
capabilitiesNoComma-separated capabilities
governance_register_agent_keyInspect

Register an agent's cryptographic identity key.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent to register key for
key_typeNoKey type: ed25519, hmac-sha256ed25519
public_keyYesPublic key material
governance_register_capabilitiesInspect

Register or update an agent's declared capabilities (action types and templates).

ParametersJSON Schema
NameRequiredDescriptionDefault
enforceNoWhether to enforce capabilities in verify endpoint
agent_idYesAgent ID to register capabilities for
descriptionNoHuman-readable description
allowed_templatesNoJSON array of allowed template IDs
allowed_action_typesNoJSON array of allowed action types
governance_register_protocolInspect

Register an agent's communication protocol requirements.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to register protocol for
require_signingNoRequire message signing
max_message_sizeNoMax message size in bytes
require_envelopeNoRequire message envelope
governance_register_regionInspect

Register a new governance region for federation.

ParametersJSON Schema
NameRequiredDescriptionDefault
descriptionNoRegion description
region_nameYesRegion name
endpoint_urlNoRegion endpoint URL
governance_register_signing_keyInspect

Register an agent's signing key for request authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent registering the key
key_typeNoKey type: hmac-sha256 or ed25519hmac-sha256
public_keyNoPublic key or shared secret
governance_reject_enrollmentInspect

Reject an agent enrollment request.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoRejection reason
enrollment_idYesEnrollment ID
governance_reject_gateInspect

Reject a deployment gate.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoRejection reason
gate_idYesGate ID
governance_relay_acknowledgeInspect

Acknowledge receipt of a relayed message.

ParametersJSON Schema
NameRequiredDescriptionDefault
message_idYesMessage ID to acknowledge
governance_relay_inboxInspect

Get messages for a specific agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to check inbox
governance_relay_sendInspect

Send a message between agents via the relay.

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadNoJSON payload{}
priorityNoPriority (low, normal, high)normal
sender_idYesSender agent ID
recipient_idYesRecipient agent ID
governance_relay_statsInspect

Get message relay statistics.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_release_agentInspect

Release an agent from quarantine — resume normal verify processing.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for releaseMCP-initiated release
agent_idYesAgent ID to release
governance_remove_group_memberInspect

Remove an agent from a group.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to remove
group_idYesGroup ID
governance_replayInspect

Replay historical verify decisions through an alternative policy. Deterministic what-if analysis: 'What would have happened with policy X?' Returns per-record comparison with change classification (more_restrictive, less_restrictive, unchanged). Use for policy regression testing, certifier analysis, or forensic review. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum records to replay (1-500)
agent_idNoFilter replay to a specific agent's decisions
template_idNoNamed policy template to use instead of policy_context
policy_contextNoAlternative policy to apply (e.g. {max_values: {amount: 100}})
governance_replay_auditInspect

Replay governance decisions against current policy to detect drift.

ParametersJSON Schema
NameRequiredDescriptionDefault
end_epochNoEnd epoch (0=latest)
max_recordsNoMax records to replay
start_epochNoStart epoch
governance_replay_batchInspect

Replay a range of decisions with modified policy.

ParametersJSON Schema
NameRequiredDescriptionDefault
epoch_endYesEnd epoch
epoch_startYesStart epoch
modified_policyNoJSON modified policy{}
governance_replay_decisionInspect

Replay a historical decision with modified policy parameters.

ParametersJSON Schema
NameRequiredDescriptionDefault
epochYesEpoch of decision to replay
modified_policyNoJSON modified policy{}
governance_replay_resultsInspect

Get results from a previous decision replay.

ParametersJSON Schema
NameRequiredDescriptionDefault
replay_idYesReplay ID
governance_report_sla_violationInspect

Report an SLA violation.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idNoAgent ID
severityNoSeverity: low, medium, high, criticalmedium
sla_nameYesSLA name
descriptionNoDescription
governance_reputation_decayInspect

Get time-weighted reputation with decay for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_request_enrollmentInspect

Request agent enrollment into the governance system.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID requesting enrollment
agent_typeNoAgent typegeneral
capabilitiesNoJSON array of capabilities[]
governance_retention_policyInspect

Get the current audit log retention policy (max records, max age, immutability window).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_retry_webhookInspect

Retry a failed webhook delivery.

ParametersJSON Schema
NameRequiredDescriptionDefault
delivery_idYesDelivery ID to retry
governance_reversibility_scoreInspect

Get the reversibility score for a governance decision. Returns 0.0 (irreversible) to 1.0 (fully reversible).

ParametersJSON Schema
NameRequiredDescriptionDefault
epochYesEpoch of the decision to score
governance_revocation_impactInspect

Preview what would be affected by revoking a delegation.

ParametersJSON Schema
NameRequiredDescriptionDefault
delegation_idYesDelegation ID to preview
governance_revoke_agent_keyInspect

Revoke an agent's identity key immediately.

ParametersJSON Schema
NameRequiredDescriptionDefault
key_idYesKey ID to revoke
reasonNoReason for revocationmanual
governance_revoke_delegationInspect

Revoke a delegation token. Once revoked, the delegatee can no longer use this token. Revocation is recorded in the provenance chain. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
delegation_idYesDelegation ID to revoke
governance_revoke_emergency_overrideInspect

Revoke an active emergency override.

ParametersJSON Schema
NameRequiredDescriptionDefault
override_idYesOverride ID to revoke
governance_revoke_exceptionInspect

Revoke a policy exception.

ParametersJSON Schema
NameRequiredDescriptionDefault
exception_idYesException ID
governance_revoke_federationInspect

Revoke a trust federation declaration.

ParametersJSON Schema
NameRequiredDescriptionDefault
federation_idYesFederation ID to revoke
governance_revoke_permissionInspect

Revoke a delegated permission.

ParametersJSON Schema
NameRequiredDescriptionDefault
permission_idYesPermission ID
governance_revoke_scoped_tokenInspect

Revoke a scoped access token.

ParametersJSON Schema
NameRequiredDescriptionDefault
token_idYesToken ID to revoke
governance_risk_dashboardInspect

Get risk overview dashboard.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_risk_thresholdsInspect

Get current risk thresholds.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_rollback_canaryInspect

Roll back canary — deactivates shadow evaluation.

ParametersJSON Schema
NameRequiredDescriptionDefault
canary_idYesCanary ID to rollback
governance_root_causeInspect

Get root cause analysis for a linked outcome. Shows causal chain and primary contributing agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
linkage_idYesLinkage ID from link_outcome
governance_rotate_agent_keyInspect

Rotate an agent's identity key with overlap period.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent to rotate key for
overlap_hoursNoHours old key stays valid
new_public_keyYesNew public key material
governance_rotate_credentialInspect

Rotate a credential to a new version.

ParametersJSON Schema
NameRequiredDescriptionDefault
credential_idYesCredential ID to rotate
governance_rotate_keyInspect

Rotate the current API key with a grace period for the old key.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for rotationscheduled
grace_period_hoursNoHours old key remains valid
governance_route_to_bestInspect

Route a task to the best agent based on capability and trust.

ParametersJSON Schema
NameRequiredDescriptionDefault
min_trustNoMinimum trust/capability score
required_capabilityYesRequired capability name
governance_run_simulationInspect

Run a counterfactual policy simulation against provenance history.

ParametersJSON Schema
NameRequiredDescriptionDefault
policyYesJSON policy to simulate
governance_sandbox_resultsInspect

Retrieve results from a previous sandbox policy test.

ParametersJSON Schema
NameRequiredDescriptionDefault
test_idYesSandbox test ID
governance_scan_classificationInspect

Scan all classification labels for distribution analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_schedule_exportInspect

Schedule a periodic audit export.

ParametersJSON Schema
NameRequiredDescriptionDefault
formatYesExport format (csv, json, sarif)
frequencyNoFrequency (daily, weekly, monthly)daily
governance_schedule_rotationInspect

Schedule a secret rotation.

ParametersJSON Schema
NameRequiredDescriptionDefault
secret_nameYesSecret name to rotate
interval_daysNoRotation interval in days
governance_score_baselineInspect

Score a proposed action against an agent's behavioral baseline.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
action_typeNoAction type to scoreunknown
governance_score_questionnaireInspect

Score a submitted questionnaire.

ParametersJSON Schema
NameRequiredDescriptionDefault
questionnaire_idYesQuestionnaire ID
governance_seal_audit_trailInspect

Create a cryptographic seal of the current audit trail state.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesName for the seal
max_recordsNoMax records to include
include_recordsNoInclude records in seal
governance_send_webhookInspect

Send a webhook and track delivery status.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesWebhook URL to send to
payloadNoJSON payload{}
governance_set_agent_limitInspect

Set custom rate limits for a specific agent. Overrides default per-minute and per-hour limits. Use for delegated agents or agents that need throttling. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to set limits for
per_hourNoMax calls per hour
per_minuteNoMax calls per minute
governance_set_capability_scoreInspect

Set capability scores for an agent across dimensions.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
capabilitiesYesJSON capabilities map: {"nav": 0.9, "sense": 0.7}
governance_set_notification_prefsInspect

Set notification preferences for a user.

ParametersJSON Schema
NameRequiredDescriptionDefault
user_idYesUser ID
channelsNoComma-separated channelsemail
severity_filterNoMin severitymedium
governance_set_retention_policyInspect

Configure audit log retention policy.

ParametersJSON Schema
NameRequiredDescriptionDefault
max_recordsNoMaximum records to retain (0=unlimited)
max_age_daysNoMaximum age of records in days (0=unlimited)
immutable_after_daysNoRecords older than this are immutable
governance_set_risk_thresholdsInspect

Set risk thresholds.

ParametersJSON Schema
NameRequiredDescriptionDefault
lowNoLow threshold
highNoHigh threshold
mediumNoMedium threshold
governance_sign_attestationInspect

Add a signoff to a compliance attestation.

ParametersJSON Schema
NameRequiredDescriptionDefault
commentNoComment
signer_idYesSigner ID
attestation_idYesAttestation ID
governance_silence_alertInspect

Silence an alert rule for a specified duration.

ParametersJSON Schema
NameRequiredDescriptionDefault
rule_idYesAlert rule ID
duration_hoursNoSilence duration in hours
governance_similar_agentsInspect

Find agents with similar behavioral profiles. Uses weighted cosine similarity on decision rates (50%), action type Jaccard (25%), and payload field Jaccard (25%). Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax similar agents to return
agent_idYesAgent ID to find similar agents for
governance_simulate_policyInspect

Simulate a policy change against historical decisions. Replays past verify decisions through a new policy and reports what would change: decision flips, clamp differences, impact %. Use to evaluate policy changes before deploying them. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax historical decisions to replay
agent_idNoFilter to specific agent
template_idNoNamed policy template to simulate
policy_contextNoPolicy configuration to simulate
governance_simulate_rollbackInspect

Simulate rolling back governance state to a target epoch. Shows affected decisions, agents, and safety assessment.

ParametersJSON Schema
NameRequiredDescriptionDefault
target_epochYesRoll back to this epoch (all decisions after this are affected)
governance_simulation_resultsInspect

Get detailed results for a simulation.

ParametersJSON Schema
NameRequiredDescriptionDefault
simulation_idYesSimulation ID
governance_sla_dashboardInspect

Get SLA health dashboard summary.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_sla_metricsInspect

Get per-operation latency percentiles (p50/p95/p99), throughput, and SLA compliance.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_slo_statusInspect

Check compliance status of all defined SLOs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_spatial_anomaly_define_ruleInspect

Define a spatial anomaly detection rule (clustering, gap, drift, exclusion_breach).

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoRule name
rule_typeYesRule type: clustering|gap|drift|exclusion_breach
thresholdNoThreshold configuration
governance_spatial_anomaly_detectInspect

Run anomaly detection on current fleet positions. Detects clustering, exclusion breaches, and other spatial anomalies.

ParametersJSON Schema
NameRequiredDescriptionDefault
max_cluster_sizeNoMaximum entities before clustering anomaly
clustering_threshold_metersNoDistance threshold for clustering detection
governance_spatial_anomaly_historyInspect

Get anomaly detection history with provenance hashes.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_spatial_domain_feedInspect

Get latest observations for a spatial domain.

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_idYesDomain ID
governance_spatial_domain_ingestInspect

Ingest a spatial observation into a domain. Governed and provenance-logged.

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_idYesDomain ID to ingest into
observationYesObservation data to ingest
governance_spatial_domain_registerInspect

Register a spatial data domain (air, space, surface, maritime) with schema and classification.

ParametersJSON Schema
NameRequiredDescriptionDefault
domain_nameYesDomain name
domain_typeYesDomain type (air, space, surface, maritime, custom)
classificationNoData classification levelunclassified
authorized_agentsNoAgent IDs authorized to access this domain
governance_spatial_domains_listInspect

List all registered spatial data domains with observation counts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_spatial_entities_listInspect

List all spatial entities with optional filtering by type or active status.

ParametersJSON Schema
NameRequiredDescriptionDefault
activeNoFilter by active status
entity_typeNoFilter by type
governance_spatial_entity_deactivateInspect

Deactivate a spatial entity, removing it from active tracking.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_idYesSpatial entity ID to deactivate
governance_spatial_entity_getInspect

Get a spatial entity by ID with current position and governance status.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_idYesSpatial entity ID (spe-...)
governance_spatial_entity_registerInspect

Register a spatial entity (agent, asset, waypoint, sensor) with location and capabilities. Creates provenance record.

ParametersJSON Schema
NameRequiredDescriptionDefault
altNoAltitude in meters
latNoLatitude (WGS84)
lonNoLongitude (WGS84)
nameYesEntity name
entity_typeYesType: agent|asset|waypoint|sensor
capabilitiesNoList of capability strings
governance_spatial_entity_update_positionInspect

Update entity position. Creates provenance record tracking the position change.

ParametersJSON Schema
NameRequiredDescriptionDefault
altNoNew altitude
latYesNew latitude
lonYesNew longitude
entity_idYesSpatial entity ID
governance_spatial_fleet_coverageInspect

Compute spatial coverage percentage for a geofence zone based on active entity positions.

ParametersJSON Schema
NameRequiredDescriptionDefault
fence_idYesGeofence ID to compute coverage for
coverage_radius_metersNoCoverage radius per entity
governance_spatial_fleet_statusInspect

Fleet-wide spatial health dashboard: entity counts, geofences, trajectories, domains.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_spatial_fusion_correlateInspect

Cross-domain entity correlation with governance gates. Checks if agent is authorized to fuse data across domains.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent requesting fusion
domain_idsYesDomain IDs to correlate across
governance_spatial_geofence_checkInspect

Check if a position is within authorized geofences. Returns ALLOW/CLAMP/DENY with provenance.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesLatitude to check
lonYesLongitude to check
governance_spatial_geofence_createInspect

Create a geofence (polygon, circle, or bbox) with governance policy. Permission-before-power applied to physical space.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesGeofence name
policyNoPolicy: DENY_OUTSIDE or DENY_INSIDEDENY_OUTSIDE
geometryYesGeometry definition (vertices, center+radius, or min/max lat/lon)
fence_typeYesType: polygon|circle|bbox
buffer_metersNoWarning buffer zone in meters
governance_spatial_geofence_deactivateInspect

Deactivate a geofence.

ParametersJSON Schema
NameRequiredDescriptionDefault
fence_idYesGeofence ID to deactivate
governance_spatial_geofence_getInspect

Get geofence definition and current status.

ParametersJSON Schema
NameRequiredDescriptionDefault
fence_idYesGeofence ID (gf-...)
governance_spatial_geofences_listInspect

List all geofences with optional active/inactive filtering.

ParametersJSON Schema
NameRequiredDescriptionDefault
activeNoFilter by active status
governance_spatial_query_containmentInspect

Check which geofences contain a given spatial entity.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_idYesEntity ID to check containment for
governance_spatial_query_corridorInspect

Check if a planned path stays within authorized geofence corridors. Returns ALLOW or DENY with violations.

ParametersJSON Schema
NameRequiredDescriptionDefault
waypointsYesList of {lat, lon} waypoints defining the path
corridor_width_metersNoCorridor width in meters
governance_spatial_query_historyInspect

Audit log of all spatial queries with governance decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_spatial_query_proximityInspect

Find spatial entities within a given radius of a point. Governed and provenance-logged.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesCenter latitude
lonYesCenter longitude
radius_metersYesSearch radius in meters
governance_spatial_query_separationInspect

Verify minimum separation distance between spatial entities. Returns ALLOW or DENY with violations.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_idsYesList of entity IDs to check separation between
min_separation_metersYesRequired minimum separation in meters
governance_spatial_trajectories_listInspect

List all active trajectory authorizations with optional status and entity filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status (authorized, revoked)
entity_idNoFilter by entity ID
governance_spatial_trajectory_authorizeInspect

Pre-authorize a planned trajectory with waypoints and deviation tolerance.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_idYesEntity ID for the trajectory
waypointsYesList of {lat, lon} waypoints
max_deviation_metersNoMaximum allowed deviation in meters
governance_spatial_trajectory_check_deviationInspect

Check if current position deviates from authorized trajectory. Returns ALLOW or DENY.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesCurrent latitude
lonYesCurrent longitude
trajectory_idYesTrajectory ID
governance_spatial_trajectory_getInspect

Get trajectory authorization details and compliance status.

ParametersJSON Schema
NameRequiredDescriptionDefault
trajectory_idYesTrajectory ID
governance_spatial_trajectory_revokeInspect

Revoke a trajectory authorization. Entity will receive DENY on subsequent deviation checks.

ParametersJSON Schema
NameRequiredDescriptionDefault
trajectory_idYesTrajectory ID to revoke
governance_stale_agentsInspect

List agents that haven't sent a heartbeat recently.

ParametersJSON Schema
NameRequiredDescriptionDefault
thresholdNoSeconds since last heartbeat to consider stale
governance_state_at_timeInspect

Reconstruct governance posture at any past point in time for forensic analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
timestamp_utcYesISO-8601 UTC timestamp to reconstruct state at
governance_store_credentialInspect

Store an agent credential in the vault.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoCredential name
agent_idYesAgent ID
credential_typeYesCredential type (api_key, cert, token)
governance_submit_questionnaireInspect

Submit answers to a questionnaire.

ParametersJSON Schema
NameRequiredDescriptionDefault
answersNoJSON array of answer objects[]
agent_idNoSubmitting agent ID
questionnaire_idYesQuestionnaire ID
governance_suspend_agentInspect

Suspend an agent, preventing further actions.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for suspension
agent_idYesAgent ID to suspend
governance_sync_regionInspect

Trigger governance state sync for a region.

ParametersJSON Schema
NameRequiredDescriptionDefault
region_idYesRegion ID to sync
governance_test_notificationInspect

Send a test notification.

ParametersJSON Schema
NameRequiredDescriptionDefault
channelNoChannelemail
messageNoMessageTest notification
user_idNoUser IDtest-user
governance_test_policyInspect

Dry-run a policy config against test actions in sandbox.

ParametersJSON Schema
NameRequiredDescriptionDefault
test_actionsNoJSON array of test actions[]
policy_configYesJSON policy config
governance_timeline_gapsInspect

Detect gaps in compliance coverage.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_timeline_milestonesInspect

Get only milestone events from the timeline.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_toggle_mesh_routeInspect

Toggle a mesh route on/off.

ParametersJSON Schema
NameRequiredDescriptionDefault
route_idYesRoute ID to toggle
governance_trigger_remediationInspect

Trigger automated remediation action against an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
actionYesAction: quarantine, clamp, pause, escalate
reasonNoReason for remediation
dry_runNoSimulate without executing
agent_idYesAgent to remediate
severityNoSeverity: low, medium, high, criticalmedium
duration_secondsNoDuration for pause action
governance_trust_graphInspect

Get the trust graph for an agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
governance_upcoming_rotationsInspect

List upcoming secret rotations.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_update_policyInspect

Create or update a named policy template. Changes are versioned with operator identity, reason, and timestamp in the audit trail. The new version takes effect immediately for subsequent verify calls. Requires API key.

ParametersJSON Schema
NameRequiredDescriptionDefault
policyYesPolicy definition (max_values, forbidden_keys, etc.)
reasonNoAudit trail reason for this change
template_idYesPolicy template identifier (e.g. 'custom-trading-limits')
governance_validate_compositionInspect

Check policies for conflicts without merging.

ParametersJSON Schema
NameRequiredDescriptionDefault
policiesYesJSON array of policy objects to validate
governance_validate_policy_constraintsInspect

Validate policy constraints for type correctness.

ParametersJSON Schema
NameRequiredDescriptionDefault
policyYesJSON policy object to validate
governance_validate_protocol_messageInspect

Validate a message against agent protocol requirements.

ParametersJSON Schema
NameRequiredDescriptionDefault
sender_idYesSender agent ID
has_envelopeNoMessage has envelope
recipient_idYesRecipient agent ID
has_signatureNoMessage has signature
governance_validate_tokenInspect

Validate a scoped token and check scope membership.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesToken value to validate
required_scopeNoScope to check
governance_vault_access_logInspect

Get the credential vault access log.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

governance_verifyInspect

Verify an action against policy bounds before executing it. Returns ALLOW (proceed), CLAMP (proceed with modified values), or DENY (stop). Every verification is recorded in a hash-chained provenance ledger. Cost: $0.01 per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesUnique identifier of the agent requesting verification
action_typeYesCategory of action to verify (e.g. 'deploy', 'trade', 'send_email')
template_idNoNamed policy template (e.g. 'robotics-arm', 'financial-transaction'). Merged with policy_context.
action_payloadYesAction parameters to verify against policy bounds
policy_contextNoOptional policy overrides such as max_values or forbidden_keys
idempotency_keyNoOptional key for idempotent retries — same key returns cached result
governance_verify_bridge_transferInspect

Verify and record a cross-domain trust transfer.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idNoAgent requesting transfer
bridge_idYesBridge ID
governance_verify_capabilityInspect

Verify if an agent has a valid capability certification.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID
capabilityYesCapability to verify
governance_verify_federationInspect

Check if an agent's organization is trusted through federation chains.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeNoScope to verify (verify, attest)verify
agent_orgYesOrganization the agent belongs to
requesting_orgYesOrganization requesting verification
governance_verify_outcomeInspect

Verify that an executed action achieved its declared intent. Closes the loop: intent -> command -> action -> outcome -> verification. Free (included with bind).

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesUnique identifier of the agent whose outcome is being verified
intent_idYesID of the original intent from governance_bind
toleranceNoNumeric tolerance for goal matching (0.1 = 10% deviation allowed)
binding_idYesID of the intent-command binding from governance_bind
actual_stateYesObserved end state after action execution, compared against goal_state
governance_verify_sealInspect

Verify a previously created audit trail seal.

ParametersJSON Schema
NameRequiredDescriptionDefault
seal_idYesSeal ID to verify
governance_verify_signatureInspect

Verify a signed request and check for replay attacks.

ParametersJSON Schema
NameRequiredDescriptionDefault
nonceYesUnique nonce for replay protection
agent_idYesAgent whose signature to verify
signatureYesThe signature to verify
payload_hashYesHash of the signed payload
governance_verify_tokenInspect

Verify a release token from another agent. Confirms the token is authentic and was issued by the Kevros gateway. Free, no API key needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
release_tokenYesRelease token string received from governance_verify
token_preimageYesToken preimage string received alongside the release token
governance_vote_resultInspect

Get the current result of a consensus vote.

ParametersJSON Schema
NameRequiredDescriptionDefault
vote_idYesVote ID
governance_vouch_for_peerInspect

Agent vouches for a peer in the trust network.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNoReason for vouch
peer_idYesPeer agent ID
strengthNoVouch strength 0-1
voucher_idYesVouching agent ID
governance_webhook_dead_letterInspect

List webhook deliveries in the dead letter queue.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

kevros_statusInspect

Check your Kevros identity trust status: calls used, calls remaining, tier, rate limits. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault
include_chain_detailsNoInclude hash-chain integrity check and latest provenance epoch

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.