Skip to main content
Glama
askdkc

pgroonga-mcp

by askdkc

pgroonga_normalize_text

Normalize text using a PGroonga index profile to align search terms and support variant lookup.

Instructions

Normalize text with a discovered PGroonga index profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
changedYes
profileYes
normalizedYes
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits on its own. It does not mention whether the operation is read-only, what the output looks like, or how errors are handled if the index or profile is not found. This lack of behavioral detail leaves the agent uncertain about side effects and return values.

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 description is a single, focused sentence without redundancy, making it concise and easy to parse. It front-loads the action and resource but omits necessary details; however, from a pure conciseness standpoint, it is well-structured. It loses one point because the brevity borders on under-specification.

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

Completeness2/5

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

Given the tool's two parameters, zero schema descriptions, no annotations, and a hidden output schema, the description is far from complete. It fails to explain the meaning of 'discovered,' the expected output shape, or how this tool fits into the broader PGroonga suite. An agent cannot confidently invoke this tool based solely on the provided information.

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

Parameters1/5

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

The schema has 0% description coverage, and the description does not explain the 'index' or 'text' parameters beyond their names. An agent cannot infer what values are valid, how they relate to the normalization process, or what 'discovered' means for the index parameter. The description fails to compensate for the schema's lack of parameter documentation.

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 states the primary action clearly: 'Normalize text with a discovered PGroonga index profile.' It names a specific verb and resource, and it is distinguishable from sibling tools like search or list operations. However, 'discovered' is vague and could confuse an agent about how the profile is obtained, so it doesn't fully earn the top score.

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 provides no guidance on when to use this tool versus alternatives such as 'pgroonga_search' or 'pgroonga_list_normalization_profiles.' There is no mention of typical workflows, prerequisites, or exclusions, so an agent receives no help with tool selection. This is a clear gap.

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/askdkc/pgroonga-mcp'

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