Skip to main content
Glama
LerianStudio

Lerian MCP Server

by LerianStudio

matcher-execute

Destructive

Executes Matcher API actions for contexts, sources, field maps, matching runs, exceptions, disputes, governance, reporting, and system. Use matcher-discover to inspect payloads.

Instructions

Execute Matcher API actions. The current live slice covers contexts, sources, field maps, discovery-over-Fetcher endpoints, matching runs, exceptions, disputes, governance, reporting, and system operations. Use matcher-discover first to inspect payloads, required headers, and reporting export behavior.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body for create/update actions.
actionYesMatcher action to perform (e.g. "create", "clone", "startExtraction", "getBridgeSummary").
headersNoOptional allowlisted headers from the action contract, such as X-Request-Id or X-Idempotency-Key.
resourceYesMatcher resource name (e.g. "contexts", "sources", "field-maps", "discovery", "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 indicate destructiveHint=trueborn, readOnlyHint=false, so the description doesn't need to restate that. It adds scope information but does not elaborate on the effects of actions, auth requirements, or error behavior. It provides some context about the 'live slice' but not deep behavioral details.

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 two sentences: the first states the purpose and scope; the second directs to matcher-discover for prerequisites. It is front-loaded with the action verb and resource list, with no redundant phrasing or filler.

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's breadth (8 resource types) and that it's an executor with an input schema that documents parameters, the description provides adequate scope but doesn't explain action-specific requirements, return formats, or caveats. It points to discover for details, which partially compensates, but for such a flexible tool, more context on usage patterns could be added.

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 input schema provides 100% description coverage for all 8 parameters, including examples like 'create', 'startExtraction' for action Apaçı and pathParams/queryParams explanations. The description adds no additional parameter-level detail beyond pointing to matcher-discover for payload inspection, so it meets the baseline for high schema coverage.

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 clearly states the tool's function: 'Execute Matcher API actions' and enumerates specific resource areas (contexts, sources, field maps, etc.), distinguishing it from the sibling 'matcher-discover' tool which is for inspection. It uses a specific verb and identifies the resource scope, though it is somewhat generic as an execute-all tool.

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 explicitly instructs to 'Use matcher-discover first to inspect payloads, required headers, and reporting export behavior,' providing clear guidance on when to use the sibling tool before this one. It implies this tool is for execution after discovery, giving context for appropriate usage.

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