Skip to main content
Glama

veto_summarize

Read-only

Generate a concise expert briefing of a project, directory, or file to quickly orient yourself on unfamiliar code. Includes bullet-point summary, key components, tech stack, and entry points.

Instructions

Generates a concise expert briefing of a project, directory, or file. Use at the start of a session to orient yourself on unfamiliar code. Returns bullet-point summary, key components, tech stack, and entry points. Faster and higher-level than veto_explain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNoOptional focus area: e.g. "security", "APIs", "data flow", "architecture". Narrows the summary.
formatNobrief: 4–6 bullet points (default). detailed: paragraph-level prose.
file_pathNoAbsolute path to a single file to summarize. If both project_dir and file_path are given, file_path takes precedence.
project_dirNoAbsolute path to a project directory to summarize.
agent_responseNoPhase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop.
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description doesn't need to cover safety. It adds value by describing the output format (bullets, key components, tech stack, entry points) and distinguishing behavior from veto_explain.

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

Conciseness5/5

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

Three sentences, each carrying essential info: purpose, use case, output description and comparison. No wasted words, front-loaded.

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

Completeness4/5

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

With no output schema, the description appropriately details return content. It could mention the agent_response parameter's role in the agentic loop, but the schema covers its definition. Overall sufficient for the tool's complexity.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description does not add per-parameter details beyond the schema, but gives high-level context about output format that relates to the 'format' parameter implicitly.

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

Purpose5/5

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

The description clearly states the verb 'Generates' and the resource 'concise expert briefing of a project, directory, or file'. It distinguishes from the sibling tool veto_explain by noting it is 'Faster and higher-level'.

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

Usage Guidelines5/5

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

Explicitly says 'Use at the start of a session to orient yourself on unfamiliar code', providing clear context for when to use. Also compares to veto_explain as an alternative.

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/jigyasudham/veto'

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