Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_asset_unqouted_services

Fetch asset unquoted services by supplying route IDs, query filters, and pagination. Use this to list services that remain unquoted for assets.

Instructions

Retrieve asset unqouted services Calls GET /r/asset/asset_unqouted_services. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
queryNo
headersNo
path_paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full behavioral burden, yet it only discloses the GET method via the URL and broad parameter buckets. It does not explain pagination behavior, whether route IDs are truly required (the schema lists 0 required parameters while the description says to provide them), or what the returned data represents. This inconsistency between the description and schema further weakens transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, purpose front-loaded, and no filler—each sentence earns its place. Minor deductions for the 'unqouted' typo and for the abrupt run-on joining of the purpose and parameter instructions without a structural separator.

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

Completeness2/5

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

This tool sits among roughly 200 siblings including many get_r_asset_asset_* list tools, yet the description does not distinguish when to use it, what 'unquoted services' refers to (a Windows service-path concept), or how it relates to its _id sibling. The output schema is empty ({}), so it provides no return-shape relief, and with 0% schema coverage and no annotations the description should carry substantially more weight than two sentences.

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 description coverage is 0%, so the description must compensate. It does assign a role to each parameter bucket (path_params=route IDs, query=filters/pagination, headers=request headers), which is genuine added meaning. But it stops at the bucket level: it never names which route IDs, which filter keys, or how pagination is expressed, so the compensation is only partial.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear verb+resource pair ('Retrieve asset unqouted services') and names the exact HTTP endpoint, so an agent knows the operation. It earns a 4 rather than 5 because it never explicitly differentiates this list tool from the sibling get_r_asset_asset_unqouted_services_id, and the domain term 'unqouted services' is left unexplained and contains a typo.

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 second sentence gives partial usage structure by directing route IDs to path_params, filters and pagination to query, and headers to headers. However, there is no when-to-use guidance versus the many sibling asset retrieval tools (e.g., the _id variant, installed drivers, ports), so an agent must infer selection from the name pattern alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools