Skip to main content
Glama
zhouweico

mcp-yearning

by zhouweico

yearning_table_fields

Read-onlyIdempotent

Retrieve table structure including field types, nullability, keys, defaults, comments, and index information from a specified database and table.

Instructions

查看表结构:字段列表(类型/可空/键/默认值/注释)与索引信息。

对应 API:GET /api/v2/fetch/fields

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the agent knows it's a safe read operation. The description adds that it returns field and index information and maps to a GET API, which is helpful but not extensive.

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 short and front-loaded with the core purpose. However, it is in Chinese, which might affect clarity for non-Chinese agents. It is efficient but could briefly mention parameters.

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?

While the output schema exists and covers return values, the description omits details about the response_format parameter and its implications. The tool has multiple parameters (including a required nested object), and the description does not provide enough context beyond its basic purpose.

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%, yet the description does not explain any parameters. The schema itself provides basic Chinese descriptions for source_id, database, table, and response_format, but the tool description adds no additional semantics. This is a significant gap given the parameter complexity.

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 clearly states the tool's purpose: viewing table structure including fields and index info. It specifies the API endpoint, which adds clarity. However, it does not explicitly differentiate from sibling tools like yearning_list_tables, but the purpose is distinct enough.

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?

No guidance is provided on when to use this tool versus alternatives such as yearning_list_tables or yearning_run_query. The description only explains what the tool does, not when it should be preferred.

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/zhouweico/mcp-yearning'

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