Skip to main content
Glama
konsulto

@konsulto/mcp

Official
by konsulto

konsulto_read_section

Retrieve a specific section from a security finding's body in markdown format. Use to explain POC, summarize impact, or show remediation without loading the entire finding.

Instructions

Read just one section of a finding's body as markdown. Use for "explain the POC", "summarize the impact", "show me the remediation". Cheaper context-wise than konsulto_get_finding when the user only cares about one section. Section name accepts aliases (recommendations, mitigation, summary, etc.) — they map to canonical names server-side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
findingIdYes
sectionYesSection name. Canonical: description, poc, impact, remediation, references. Aliases accepted: summary, recommendations, mitigation, fix, steps to reproduce, etc.
Behavior4/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 mentions returning markdown, accepting aliases, and server-side mapping. It could explicitly state it's read-only, but the verb 'Read' implies no side effects.

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 sentences, front-loaded with the key action and resource. Every sentence adds value: purpose, examples, differentiation, parameter hint. No wasted words.

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

Completeness5/5

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

Given the tool's simplicity (2 params, no nested objects, no output schema), the description is complete. It explains return format (markdown), alias behavior, and when to use. No gaps remain.

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 description adds meaning to the 'section' parameter by listing aliases (summary, recommendations, etc.) beyond the schema's canonical list. For 'findingId', it adds no extra info, but schema coverage is 50% and the description compensates well for section.

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 reads 'just one section of a finding's body as markdown' and gives concrete examples ('explain the POC', 'summarize the impact'). It distinguishes itself from the sibling konsulto_get_finding by highlighting cost savings.

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 tells when to use: 'when the user only cares about one section', and contrasts with the more expensive alternative konsulto_get_finding. Also implies when not to use (when multiple sections needed).

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/konsulto/konsulto-mcp'

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