Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_company_backup_software_id

Retrieve backup software details using its unique ID from the ConnectSecure API, enabling targeted vulnerability management and asset tracking.

Instructions

Retrieve backup software Calls GET /r/company/backup_software/{id}. 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

C2.9/5.0
Behavior2/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 of behavioral disclosure. It mentions the HTTP method (GET) and endpoint, which indicates a read-only operation, but it does not disclose potential requirements such as authentication, error behavior, response format, or whether the result is a single object or list. It adds minimal value beyond the schema and does not fully inform the agent of side effects or constraints.

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 a single concise sentence that front-loads the verb and resource, then clearly states where to place parameters. No wasted words and it is easy to parse. It is appropriately minimal for a tool of this simplicity.

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?

Given the lack of annotations and zero schema description coverage, the description is under-specified. It does not explain what 'backup software' entails, the format or semantics of the ID, required authentication headers, or how to distinguish success from error. It also fails to contrast with the list sibling. With an output schema present but not described, the agent may not know what to expect in the response. More context is needed for safe and correct invocation.

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?

With schema description coverage at 0%, the description must compensate. It does provide some guidance by mapping path_params to route IDs, query to filters and pagination, and headers to required request headers. However, it does not specify the exact key names, types, or formats expected within these generic objects, and it omits the body parameter entirely (which is likely unused for a GET). This is partial compensation, not sufficient for a zero-coverage schema.

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 states the verb 'Retrieve' and the resource 'backup software', and the tool name and path clearly indicate retrieval of a specific backup software by ID. It distinguishes from the list endpoint get_r_company_backup_software by the {id} in the path, and instructs to provide route IDs. However, it does not explicitly say 'single record' or 'by ID' in words, so it's slightly less explicit than ideal.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide guidance on when to use this tool versus the sibling get_r_company_backup_software (which lists backup software). It implies that an ID is needed but does not explicitly state that this is for retrieving a specific item by ID, nor does it indicate any prerequisites or alternatives. Users are left to infer from sibling names.

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