tool-catalog

tool-catalog is an agent for coding agents from TAJD/projektor. It costs 11 tokens per session (6,010 once invoked), scanned A, original, MIT.

A generated catalogue of the MCP tools exposed by Projektor, grouped into 22 areas. MCP is a standard way for an AI agent to call external tools using structured data.

In plain words
What is it for?
Use it to discover available Projektor tools for agent sessions, file claims, issue leases, and other workspace operations.
Why use it?
It gives agents and developers a current reference instead of relying on outdated tool lists. The catalogue is checked against the server source and CI tests.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/tajd/projektor/tool-catalog
Clone the repo
git clone --depth 1 https://github.com/TAJD/projektor

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tool-catalog

README.md
[![agentmods](https://agentmods.dev/badge/agents/tajd/projektor/tool-catalog.svg)](https://agentmods.dev/agents/tajd/projektor/tool-catalog)
Your own site
<a href="https://agentmods.dev/agents/tajd/projektor/tool-catalog"><img src="https://agentmods.dev/badge/agents/tajd/projektor/tool-catalog.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,010 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00011 $0.06010
Opus 5 $0.00005 $0.03005
Sonnet 5 $0.00002 $0.01202
Haiku 4.5 $0.00001 $0.00601

Measured 3d ago against content hash ba51f64da82c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tool-catalog scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/docs/src/content/docs/agents/tool-catalog.md · 247 lines

How it starts

The opening of the file, as written. The whole thing — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Every MCP tool Projektor exposes, grouped by domain, with one-line descriptions. All inputs and outputs are JSON. The table below is generated from apps/api/src/mcp/*.ts and freshness-checked by CI, so it always matches the running server.

116 tools across 22 domains.

Coordination

Agent sessions

Tool Description
register_agent Register an agent session, optionally linked to an issue
heartbeat_agent Send a heartbeat to keep an agent session active
end_agent End an agent session
list_active_agents List active agent sessions in the workspace, optionally filtered by issue

File claims

Tool Description
claim_files Claim one or more repo file paths for an issue so the parallel fleet can see what is taken
release_files Release active file claims in the workspace, optionally scoped to an issue
list_file_claims List active file claims in the workspace, optionally filtered by issue or path

Issue leases

Tool Description
claim_issue Atomically lease an issue to an agent session so the parallel fleet doesn't double-work it. Fails if another live session already holds it; reclaims a lease whose session stopped heartbeating.
release_issue Release the active lease on an issue, optionally only if held by a given agent session
list_issue_leases List active issue leases in the workspace, optionally filtered by issue or agent. Each entry's live flag is false when the holder stopped heartbeating (lease is reclaimable).

Agent messages

Tool Description
post_message Post a coordination message to a workspace or issue channel so the agent fleet can communicate
list_messages List coordination messages for a workspace or issue channel, in chronological order

Read the full file on GitHub · 247 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 247 lines · 11 tokens per session scan A ba51f64da82c

Subscribe to this mod's changes

tool-catalog is an agent published in the GitHub repository TAJD/projektor (39 stars, last pushed 9d ago), licensed MIT. It adds 11 tokens to every session and 6,010 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.