Skip to main content
Glama
Lint111

HacknPlan MCP Server

by Lint111

set_output_verbosity

Control the default output verbosity for list operations, choosing between full or slim results to optimize token usage.

Instructions

Set global output verbosity for all list operations. Controls whether list_projects, list_boards, and list_work_items return full or slim output by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verbosityYesOutput verbosity level: "full" (complete objects) or "slim" (minimal fields for token efficiency)
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It states the tool sets global output verbosity for all list operations, but does not disclose whether the setting persists across sessions, is user-specific, or has any side effects. Adequate but could be more transparent.

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?

Two concise sentences with no wasted words. The key information is front-loaded, and every sentence adds value.

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?

For a simple tool with one parameter and no output schema, the description is nearly complete. It explains what the tool does and which tools are affected. Could mention scope or persistence, but adequate.

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%, giving a baseline of 3. The description adds value by explaining that 'full' means complete objects and 'slim' means minimal fields for token efficiency, which clarifies the enum choices beyond the schema description.

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 tool sets global output verbosity for list operations, specifying exactly which list operations are affected (list_projects, list_boards, list_work_items). It distinguishes itself from all sibling tools by being the only one that controls verbosity.

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 explains when to use the tool: to change default verbosity for list operations. It implicitly tells the context but does not explicitly state when not to use or provide alternatives.

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/Lint111/hacknplan-mcp'

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