Skip to main content
Glama
konsulto

@konsulto/mcp

Official
by konsulto

konsulto_link_asset

Attach an asset to a finding by matching an existing asset or creating a new one. Use when specifying which asset a finding affects.

Instructions

Attach an asset to a finding. Tries to match an existing asset by name (case-insensitive substring); creates one if none matches. Then patches the finding's assets[] to include the reference. Use this when the user says "this finding affects acme.com:443" — the tool figures out whether to reuse an existing asset or make a new one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
findingIdYes
assetHintYesAsset name or identifier (hostname, URL, IP, etc.). Used for match-or-create.
assetTypeNoType to use when creating a new asset (host/url/ip/etc.).host
Behavior4/5

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

With no annotations, the description carries full burden. It discloses match-or-create via case-insensitive substring, and that it patches the finding's assets array. It lacks details on permissions, side effects, or error handling, but covers the core behavior well.

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 three sentences, front-loaded with the core action, then details, then usage example. No redundant or unnecessary words.

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

Completeness3/5

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

Given no output schema or annotations, the description explains the main behavior and usage scenario. It lacks details on return values, error cases, and any prerequisites, but is adequate for a moderate-complexity 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?

Schema coverage is 67% (2 of 3 parameters have descriptions). The description reinforces the schema but adds limited new information: it clarifies that assetHint is used for match-or-create and assetType only for creation. findingId is not described in either place.

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 'Attach an asset to a finding' and explains the match-or-create logic. It distinguishes itself from sibling tools like konsulto_create_asset by combining matching and creation, and provides a concrete example of when to use it.

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 includes explicit guidance: 'Use this when the user says...' This tells the agent the specific scenario for using the tool. However, it does not explicitly list alternative tools or state when not to use it.

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