Skip to main content
Glama
tickory

Tickory MCP Server

Official

tickory_update_scan

Update an existing user-owned scan by providing the full desired state including CEL expression and required timeframe.

Instructions

Replace an existing user-owned scan. Pass the full desired scan state, including timeframe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
builder_configNoOptional visual builder state.
cel_expressionYesTickory CEL expression.
descriptionNoOptional scan description.
hard_gatesNo
nameYesHuman-readable scan name.
scan_idYesScan identifier.
timeframeYesRequired timeframe for the updated scan.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
schema_versionYesTickory MCP tool schema version.
statusYesUpdate result status.
validation_warningsNo
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It discloses that the operation is a full replacement ('Pass the full desired scan state'), which is a key behavioral trait. However, it lacks details about destructive effects on omitted fields, authentication needs, or rate limits.

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 unnecessary words, front-loaded with the action verb 'Replace', making it immediately clear what the tool does.

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 the tool complexity (7 params, nested objects, 1 enum, output schema), the description is minimal. It mentions existing user-owned scan and timeframe, but does not cover error conditions, validation rules, or relationship to other tools like tickory_list_scans.

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 high (86%), so baseline is 3. The description adds that 'full desired scan state' implies intent to replace, but does not elaborate on parameter usage 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 the verb 'Replace' and the resource 'existing user-owned scan', and distinguishes it from sibling tools like tickory_create_scan (create vs update) and tickory_get_scan (read).

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 alternatives, no when-not-to-use scenarios, and no mention of prerequisites for the scan_id or ownership context.

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/tickory/tickory-mcp'

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