Skip to main content
Glama
524,660 tools. Updated 2026-09-06 17:51

"Passport" matching MCP tools:

  • Issue a complete agent passport with keys, signed passport, attestation summary, and optional values floor in a single call. Onboard any agent without npm install.
    Apache 2.0
  • Save a permanent passport of your synthesized codebase summary for future reference. Does not overwrite an existing passport; enable overwrite to replace it.
    MIT
  • Use at session start to get a compact structural overview of an unfamiliar codebase. Returns a plain-English summary if previously saved, otherwise raw metadata and guidance for saving.
    MIT
  • Patch a Task Passport by appending constraints, write scope, next actions, and tags without changing lifecycle status. Omitted fields persist; pass clearNextActions to replace stale next actions.
    MIT
    Destructive
  • Retrieve a concise summary of the current task passport: status, objective, next actions, and verification, plus gate warnings. Use for a fast lifecycle check without scanning the source cache.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Pause an active task without finalizing it, preserving verification state so unrelated work can proceed and the task can be resumed later. Use for intentionally deferred work.
    MIT
    Destructive
  • Create and activate a Task Passport to start a new phase of work, setting the title, objective, write scope, and constraints so the task gate can protect boundaries.
    MIT
  • Close the active Task Passport after verification or explicit status. Use force to accept remaining next actions. Returns non-blocking advisories, not semantic judgements.
    MIT
    Destructive
  • Load a token-budgeted task-state summary that surfaces next actions, decisions, and dead ends, with gate warnings when attention is needed. Use at session start to resume work without re-reading code.
    MIT
  • Audit the Task Passport for continuity risks and advisory verification evidence, read-only and non-blocking. Use before finalizing, after long gaps, or when drift is suspected.
    MIT
  • Export a Task Passport with decisions, dead ends, source conclusions, and optional evidence to a redacted task-bundle JSON for sharing tasks across repos, machines, or agents.
    MIT
  • Generate a compact handoff of the current task's objective, constraints, next actions, and verification so another agent or session can resume the work without losing context. Call before switching contexts.
    MIT
  • Generate a token-budgeted markdown snapshot of task state, git changes, and query-matched records. Adjust the budget or query to re-read context mid-session.
    MIT
  • Find visa and entry options for a traveler based on passport nationality, destination, purpose, and length of stay. Each option includes visa type, required or not, maximum stay, remote work allowance, costs, and processing time.
    MIT
  • Make another open Task Passport current by ID; pending tasks resume active, final-verdict tasks re-enter verification. Park or finalize the current task first.
    MIT
    Destructive
  • Check visa, entry, and transit requirements for a traveler's passport and destination. Returns official government sources and a plain-language verdict.
    MIT
  • Verify that a session's Context Passport chain is intact and unaltered by checking the hash chain integrity. Returns true if no records have been tampered with.
    Apache 2.0