Skip to main content
Glama
wtigero

Thai Toolkit MCP

by wtigero

thai_lookup_province

Read-onlyIdempotent

Retrieve Thai province details by searching in Thai or English. Returns names and region with partial match support.

Instructions

Look up a Thai province (Thai/English name) and its region.

Returns: JSON string: a single match {"thai", "english", "region_th", "region_en"}, a list of partial matches, or an error message if nothing matches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations declare readOnlyHint, idempotentHint, etc. Description adds return format details (JSON with thai, english, region fields, partial matches, error messages). No contradictions.

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?

Two sentences, clear and front-loaded. No wasted words. Could list return types more concisely, but overall efficient.

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

Completeness5/5

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

Simple tool with 1 param; output schema exists (not shown). Description covers return shapes and error cases, fully sufficient for context.

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

Parameters2/5

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

Schema description coverage is 0% per context. Description mentions 'Thai/English name' but does not elaborate on parameter structure beyond schema's own description of 'query'. Minimal added value for single param.

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

Purpose5/5

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

Description clearly states verb 'Look up', resource 'Thai province', and scope 'Thai/English name and its region'. Sibling tools are different (baht, VAT, date, phone, ID), so distinction is clear.

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?

No explicit instructions on when to use or avoid. Implied by purpose but no comparisons or exclusions. Siblings are distinct, reducing ambiguity, but guidance is missing.

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/wtigero/thai-toolkit-mcp'

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