Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

patch_w_company_application_baseline_rules

Update application baseline rules for a company by providing route IDs, query filters, headers, and a request body. Modify existing baseline settings through the ConnectSecure API.

Instructions

Update application baseline rule Calls PATCH /w/company/application_baseline_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

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.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Update' and specifies the HTTP verb, implying mutation, but does not reveal whether the update is idempotent, what happens to omitted fields, required permissions, or error behavior. 'Any required request headers' hints at auth but provides no specifics.

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?

Two sentences with no filler. The first states the purpose, the second gives a compact routing of arguments. Every sentence earns its place and the most essential information is front-loaded.

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?

For an update operation with four opaque parameters and no schema descriptions, the description is too thin. It does not explain the semantics of updating a baseline rule (e.g., partial vs full replacement, required fields). The output schema exists but is not visible here, and the request construction still leaves many unknowns.

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?

The schema has 0% description coverage, so the description must compensate. It maps path_params to route IDs, query to filters/pagination, and body to the request payload, adding meaning beyond bare parameter names. However, it does not specify the body structure or query parameter names, offering only partial compensation.

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 action ('Update application baseline rule') and provides the exact HTTP method and path, making the resource unambiguous. It distinguishes itself from sibling tools like the POST and DELETE variants for the same resource.

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 gives no guidance on when to use this tool vs alternatives. It does not mention that this is for existing rules only, nor does it reference sibling tools like post_w_company_application_baseline_rules for creation. The only usage information is how to structure the request, not when to choose it.

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