Skip to main content
Glama
AranSeshita

yamory MCP Server

by AranSeshita

search_asset_vulns

Search IT asset vulnerabilities by filtering status, keyword, CVSS score, or triage level. Retrieves triage, CVE-ID, and detail URL for each result.

Instructions

Search IT asset vulnerabilities detected by yamory. Returns triage level, status, affected asset/version, CVE-ID, and detail URL. Note: solution/fixedVersion are not available — refer to the yamoryVuln URL for remediation details. Results are scoped to the configured team.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (0-indexed)
sizeNoResults per page (default: 100, max: 10000)
statusNoComma-separated statuses: open, in_progress, wont_fix_closed, not_vuln_closed, closed
keywordNoSearch keyword — matches against project name, package name, CVE-ID, etc.
vulnTypeNoVulnerability type filter
cvssScoreNoMinimum CVSS score (0-10.0)
includeKevNoIf true, only CISA KEV vulnerabilities
includePocNoIf true, only vulnerabilities with PoC
triageLevelNoComma-separated triage levels: immediate, delayed, minor, none
openTimestampNoDetected after this date. Format: YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ (UTC)
Behavior4/5

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

With no annotations, the description carries the full burden. It explicitly notes that solution/fixedVersion are not available and directs to the detail URL for remediation, which is useful. It also mentions scoping to the team. However, it omits authentication needs, rate limits, or any destructive/read-only nature beyond what's implied.

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 four sentences long, front-loaded with the core purpose, and every sentence adds necessary information: what it returns, a critical limitation, and scope. No wasted words.

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?

Given 10 parameters with full schema descriptions and no output schema, the description covers the key behavioral aspects (return fields, missing fields, scoping). It omits details like pagination behavior or default ordering, but these are partially covered by schema. Overall, it is sufficiently complete for a search tool.

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?

All 10 parameters have descriptions in the schema (100% coverage), so the baseline is 3. The description adds value by explaining the return fields and a specific limitation (missing solution/fixedVersion), but it does not enrich parameter-level semantics beyond what the schema already provides.

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 'Search IT asset vulnerabilities detected by yamory', specifying the resource (IT asset vulnerabilities), source (yamory), and scope (team). It also lists returned fields, distinguishing it from sibling tools like search_app_vulns or search_host_vulns.

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 usage for IT asset vulnerabilities within a configured team, but it does not explicitly state when to use this tool over siblings or provide exclusion criteria. No alternatives or when-not-to-use guidance is given.

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/AranSeshita/yamory-mcp-server'

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