Skip to main content
Glama
JSungMin

vs-token-safer

by JSungMin

vts_admin

Configure indexing, track token savings, run read-only VCS commands, and generate compile databases for token-safe AI code search.

Instructions

vs-token-safer admin/meta ops (rarely needed reflexively) — set op, put that op's args in params: setup·config·savings{graph|daily|history}·savings_reset — configure / settings / tokens saved discover{since,learn} — code searches that BYPASSED vts · warmup·preindex — pre-build the index scope — indexing scope + TU stats · index{status} — build the committable .vts-index (cold-start tier) gen_compile_db{apply,…} — generate the UE clangd compile DB git·p4{argv} — run a READ-ONLY VCS command, output compacted (mutating REFUSED)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYesWhich admin op (see description).
paramsNoArgs for the op, e.g. {"argv":["status"]} for git, {"since":30} for discover.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.1.5
  2. Removedv1.1.2
  3. Changed2 schema fields changedv0.37.3
    • changedInput schema / properties / op / description
      Previous value: -"Which admin operation (see the description)."New value: +"Which admin op (see description)."
    • changedInput schema / properties / params / description
      Previous value: -"Arguments for the op, e.g. {\"argv\":[\"status\"]} for git, {\"since\":30} for discover, {\"projectPath\":\"…\"} for setup."New value: +"Args for the op, e.g. {\"argv\":[\"status\"]} for git, {\"since\":30} for discover."
  4. Changed1 schema field changedv0.33.5
    • changedInput schema / properties / op / enum
      Previous value: -[
      -  "setup",
      -  "config",
      -  "savings",
      -  "savings_reset",
      -  "discover",
      -  "warmup",
      -  "gen_compile_db",
      -  "git",
      -  "p4"
      -]New value: +[
      +  "setup",
      +  "config",
      +  "savings",
      +  "savings_reset",
      +  "discover",
      +  "warmup",
      +  "preindex",
      +  "scope",
      +  "index",
      +  "gen_compile_db",
      +  "git",
      +  "p4"
      +]
  5. Addedv1.0.3

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of behavioral disclosure. It does reveal important traits: VCS commands are READ-ONLY, output is compacted, mutations are refused, and discover targets code searches that BYPASSED vts. However, it does not disclose side effects or persistence behavior for setup, config, savings_reset, or gen_compile_db{apply,...}, which are potentially mutating operations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but efficient, front-loading the core 'rarely needed reflexively' warning before enumerating operations. The grouping and examples pack substantial information into a compact space, though the telegraphic separators and brace syntax like savings{graph|daily|history} require careful parsing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the high complexity of a 12-op dispatcher with nested params and no output schema, the description provides a solid overview and several examples but leaves gaps. Sub-op syntax for savings/discover/gen_compile_db is not fully specified, return values are not described, and side effects for several mutating-looking operations are omitted. It is adequate for orientation but not fully self-sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides only an op enum and a generic params object, so the description adds real meaning by explaining the calling convention: 'set op, put that op's args in params'. Concrete examples such as {"argv":["status"]} and {"since":30} clarify the expected param shape beyond what the schema alone provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the resource ('vs-token-safer') and the function ('admin/meta ops'), then enumerates concrete operations such as setup, index, discover, git, and p4. It is clearly distinguishable from the sibling code-manipulation tools, especially by the 'rarely needed reflexively' framing. It is a multi-op dispatcher rather than a single-verb tool, so it misses a 5 slightly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete when-to-use context: admin/meta setup, index building, discovery of bypassed searches, and executing READ-ONLY VCS commands. It also explicitly warns that mutations are REFUSED for git/p4, and 'rarely needed reflexively' discourages using this tool as a default. It does not name sibling tools explicitly, but the usage boundaries are clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/JSungMin/vs-token-safer'

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