Skip to main content
Glama
wefi-ai

eKYC Suite MCP Server

Official
by wefi-ai

vehicle_license_ocr

Extract structured fields from Chinese vehicle license images for identity verification in auto loans, fleet onboarding, insurance, and collateral checks.

Instructions

Extract structured fields from a Chinese vehicle license. Main page returns plate number, VIN, owner, engine number and vehicle model. Supplementary page returns inspection and capacity-related fields. Best for auto loans, fleet onboarding, vehicle insurance, and collateral checks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideNo1=main page, 2=supplementary page. Default: 1.1
imageYesVehicle license image: local file path, HTTPS URL, data URL, or base64.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses what each page returns (main page fields, supplementary page fields), adding transparency beyond the schema. 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.

Conciseness5/5

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

Two concise sentences. Front-loaded with core purpose, immediately followed by output details and use cases. No unnecessary words.

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?

For a simple two-param OCR tool without output schema, the description adequately covers inputs (via schema) and outputs (per page). Missing aspects like error handling or image requirements, but overall sufficient given tool simplicity.

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 coverage is 100%, baseline 3. Description adds value by explaining the effect of the 'side' parameter (main vs. supplementary page outputs), which is not fully captured in the schema's brief enum description.

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?

The description clearly states it extracts structured fields from a Chinese vehicle license, specifies fields per page, and lists use cases. It distinguishes from sibling OCR tools (id_card_ocr, driver_license_ocr) by targeting vehicle licenses.

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?

Provides explicit use cases (auto loans, fleet onboarding, etc.), giving context for when to use. However, no direct comparison with sibling tools or exclusions for alternative tools.

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/wefi-ai/eKYC-Suite'

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