Skip to main content
Glama

search_semarchy_docs

Search Semarchy xDM, xDI, and xDG documentation using natural language queries. Filter by product to find answers for data management, integration, or governance tasks.

Instructions

Search Semarchy documentation (xDM, xDI, xDG) using semantic search.

Args:
    query: Natural language search query about Semarchy products.
    product: Filter by product: "xdm", "xdi", or "xdg". Omit to search all.
    max_results: Maximum number of results to return (default 5).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
productNo
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

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 behavioral burden. It discloses that matching is semantic and gives the default result count, which is useful, but it says nothing about rate limits, permissions, behavior on empty results, or how many documents are indexed. For an unannotated tool this is a thin disclosure.

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

Conciseness4/5

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

The purpose leads, followed by a compact Args list with no filler. Every line earns its place; the only mild redundancy is restating the product values that also appear in the sibling scope line.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists, so return values need not be described. Parameters are well covered and the purpose is clear; the remaining gap is usage routing against list_semarchy_topics, which keeps it just short of complete.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate, and it largely does: it explains query as natural language, enumerates the exact product filter values ("xdm", "xdi", "xdg") with the omit-to-search-all behavior, and states max_results' default. This meaningfully exceeds what the bare schema provides.

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 names a specific verb (Search), resource (Semarchy documentation), and even the matching mechanism (semantic search), covering the xDM/xDI/xDG scope. It is clear and unambiguous, but it never differentiates itself from the sibling list_semarchy_topics, so it falls short of a 5.

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?

There is no statement of when to use this tool versus list_semarchy_topics, nor any prerequisites or exclusions. The only conditional instruction ('Omit to search all') concerns a single parameter's behavior rather than task-level routing, leaving the agent to infer when semantic search is appropriate.

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