Skip to main content
Glama
LerianStudio

Lerian MCP Server

by LerianStudio

tracer-execute

Destructive

Execute Tracer API actions on rules, limits, validations, and audit-events. Supports create, list, activate, and verify operations with required confirmation and audit reason for mutations.

Instructions

Execute Tracer API actions. Use tracer-discover first to inspect rule/limit transitions, validation request bodies, audit filters, and operational endpoints before calling this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body for create/update/validate actions.
actionYesTracer action to perform (e.g. "create", "list", "activate", "getUsage", "verifyHashChain").
headersNoOptional allowlisted headers from the action contract. Configured TRACER_API_KEY remains authoritative.
resourceYesTracer resource name (e.g. "rules", "limits", "validations", "audit-events", "system").
pathParamsNoPath parameters as key-value pairs.
queryParamsNoQuery parameters for list/filter actions.
mutationReasonNoHuman-readable audit reason required for mutating live API actions.
confirmMutationNoRequired as true for POST, PUT, PATCH, or DELETE live API actions.
Behavior3/5

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

Annotations already convey the destructive nature (destructiveHint: true, readOnlyHint: false), so the description carries a lighter burden. It adds the behavioral nuance that discovery must precede execution, echoing the openWorldHint. However, it does not disclose what happens on mutation, whether confirmMutation/mutationReason gating behaviors exist, or consequences of actions beyond the annotation flags — no contradiction, but no added depth either.

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

Conciseness3/5

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

The description is just two sentences but wastes the first on the near-tautological 'Execute Tracer API actions.' The second sentence is more useful, conveying the discover-first workflow. This is under-specification dressed as brevity — short but not optimally structured.

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?

With 8 parameters, 100% schema coverage, no output schema, and a meaningful destructive annotation, the description sits at the minimum viable level. It points to tracer-discover for operational details, which is a sensible pattern for an execute-all endpoint, but does not mention mutation safety requirements or the confirmMutation/critical-params gating that an agent might need to know about before invoking. Adequate for the discover/execute pattern, nothing more.

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?

Parameter descriptions are already informative (each param has a description with examples for action), giving 100% schema description coverage and thus no heavy lifting is demanded from the tool's prose. The description adds no parameter syntax, format, or workflow detail beyond the schema. Baseline 3 is appropriate given the easy-to-parse property descriptions and the generic discover-then-call nature of this tool.

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

Purpose2/5

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

The phrase "Execute Tracer API actions" merely restates the tool name 'tracer-execute' as a sentence, which is a tautology. The second sentence shifts to telling the agent to use tracer-discover, offering no concrete statement of what this tool actually executes or produces. It fails the verb+resource test with specificity.

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 gives explicit sequencing guidance by naming the sibling tool tracer-discover and instructing to use it 'first... before calling this tool.' It also lists what the discover step inspects (rule/limit transitions, validation bodies, audit filters, operational endpoints), giving actionable context on how to engage with the tool. It could be clearer about when to prefer other execute siblings, but the alternative is explicitly named.

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/LerianStudio/lerian-mcp-server'

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