Skip to main content
Glama
JSungMin

vs-token-safer

vts_admin

Perform admin operations for vs-token-safer: setup, configuration, index management, VCS queries, and code discovery to maintain token-safe 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.
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses that git and p4 are read-only, but fails to describe side effects for other operations (e.g., setup, config, index). It also lacks details on permissions, rate limits, or return values.

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

Conciseness2/5

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

The description is overly dense, packed into a single sentence with semicolons and em-dashes. It lacks clear paragraph breaks or structured formatting. Although it front-loads the purpose, the density harms readability.

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

Completeness2/5

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

Given the tool has many sub-operations and no output schema, the description should explain each op's behavior and return value. It provides only brief one-liners for ops like 'savings_reset' and 'discover', leaving ambiguity. The agent would need to infer behavior from operation names.

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?

Schema coverage is 100% with descriptions for both op and params. The description adds value by explaining the parameter structure (put op's args in params) and providing examples (e.g., {"argv":["status"]} for git, {"since":30} for discover), which enhances understanding beyond the schema.

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 states the tool is for admin/meta ops of vs-token-safer, listing specific operations like setup, config, savings, etc. It distinguishes from sibling tools which are typical IDE features. However, the description is dense and uses abbreviations without explanation, slightly reducing clarity.

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

Usage Guidelines3/5

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

The description implies the tool is rarely needed reflexively and notes that git/p4 are read-only and refuse mutations. It does not explicitly state when to use this tool vs alternatives or provide exclusions for other operations.

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

Install Server

Other Tools

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