Skip to main content
Glama
ironfrancis

fast-h3yun

by ironfrancis

h3yun_search_forms

Search H3 Yun forms by keyword across the current engine to locate matching business forms.

Instructions

Search forms by keyword across the current engine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYesForm display name keyword.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals the operation and scope but does not explain matching semantics, case sensitivity, result limits, or how it relates to the current engine state. Minimal beyond the literal action.

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?

A single sentence that is front-loaded with the action and scope, with no filler or redundancy. The description earns its length by being immediately interpretable.

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?

The tool is simple: one required string parameter with a complete schema description and an output schema available. The description is largely sufficient for correct invocation; the main gap is missing guidance on choosing between this and sibling list/query tools.

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?

Schema coverage is 100%: the only parameter, keyword, is fully documented in the schema as a form display name keyword. The description adds no new parameter-level detail, so the baseline of 3 is appropriate.

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 a specific verb ("Search"), resource ("forms"), and scope ("across the current engine"). It clearly distinguishes itself from list/get siblings by emphasizing keyword-based search, though it does not explicitly name an alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase "by keyword" implies when to use this tool, and "across the current engine" bounds its context. However, it gives no explicit comparison to h3yun_list_forms or h3yun_query_records, nor any when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.