Skip to main content
Glama
lyonzin

Cymulate MCP Tools

by lyonzin

List exposures for a task

cymulate_ea_tasks_get_exposures
Read-onlyIdempotent

Get all exposures tied to a remediation task using its task ID, enabling targeted exposure review and remediation tracking.

Instructions

Traverses the exposures associated with the task rule filter — returns all exposures linked to a remediation task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
task_idYesRemediation task ID (ObjectId).
Behavior3/5

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

Annotations already cover read-only and idempotent behavior, lowering the bar. The description adds context about returning 'all' exposures, but it does not explain the 'task rule filter' mechanism or disclose any pagination/performance characteristics, which would be valuable given the annotation coverage.

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, front-loaded sentence that states the action and scope without redundancy. Every word adds meaning, and the dashcleverly separates the traversal mechanism from the outcome.

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 lack of an output schema, the description should clarify the returned exposure structure and any constraints. It mentions 'all exposures' but leaves the 'task rule filter' ambiguous and fails to mention pagination or result formatting, making it adequate but not fully complete for a tool with two parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50%: only task_id is documented. The description does not explain the 'query' parameter, which is undocumented in the schema and described only vaguely as 'task rule filter.' It provides no additional parameter semantics to compensate for the gap, so agents may be unsure how to construct the query object.

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 uses specific language: 'returns all exposures linked to a remediation task,' clearly identifying the resource (exposures) and the context (remediation task). This distinguishes it from sibling tools like cymulate_ea_exposures_get (which likely fetches a single exposure) and cymulate_ea_tasks_get (which fetches task details).

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 provides clear context by stating it lists exposures associated with a task, so an agent can infer when to use it. However, it does not explicitly mention alternatives or define when not to use it, which would move it to a 5.

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/lyonzin/cymulate-mcp-tools'

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