Skip to main content
Glama

Get one БДУ record by identifier

get_bdu_vulnerability
Read-onlyIdempotent

Retrieve complete vulnerability details from the FSTEC BDU database by BDU ID, including CVSS scores, affected software, and remediation recommendations.

Instructions

Возвращает полную запись БДУ по идентификатору BDU:YYYY-NNNNN (например, BDU:2024-01187). Включает заголовок, описание, CVSS (оба вектора и балл), уровень опасности ФСТЭК, все связанные CVE, CWE, список уязвимого ПО с вендорами и версиями, дату обнаружения / публикации / последнего обновления, рекомендованное решение, статус эксплойта, статус исправления, источники и URL карточки на bdu.fstec.ru. Read-only. Если идентификатор не найден — сообщение об отсутствии; допускает ввод без префикса BDU: (добавляется автоматически).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bdu_idYesИдентификатор БДУ. Принимаются форматы `BDU:2024-01234`, `bdu:2024-01234`, или просто `2024-01234`.
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint. The description adds useful behavioral context: full record content, error handling, auto-prefix addition, and that it's read-only. No contradictions.

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?

The description is front-loaded with the main action and includes all necessary details without redundancy. Every sentence adds value.

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?

Despite no output schema, the description thoroughly explains what the tool returns (headers, CVSS, severity, CVE, CWE, vulnerable software, dates, solution, exploit status, sources, URL). Also covers error case. Fully complete for a fetch-by-ID tool.

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 description. The description adds value beyond schema: explains format variants (with/without BDU:), examples, and automatic prefix addition. This clarifies parameter meaning further.

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 returns a full BDU record by identifier, with specific format BDU:YYYY-NNNNN, and lists many fields. It distinguishes from siblings like search_bdu_vulnerabilities.

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 provides clear context: read-only, accepts identifier with or without prefix, and returns an error if not found. It implicitly tells when to use this tool (fetch by ID) versus others, but lacks explicit 'use this instead of X' guidance.

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/velvetway/bdu-fstec-mcp'

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