Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

spot_hog_crossbred_soozhu

Read-onlyIdempotent

Fetch national reserve crossbred gilt data from Soozhu pig big data. Returns a pandas DataFrame for market analysis.

Instructions

搜猪-生猪大数据-全国后备二元母猪 https://www.soozhu.com/price/data/center/ :return: 全国后备二元母猪 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the safety profile is covered. The description adds the data source URL and return type (pandas.DataFrame), which is some useful context, but it does not disclose additional behavioral traits such as data freshness, volume, or any quirks. It neither contradicts annotations nor adds rich behavioral detail, so a 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is very short and front-loaded with the title-like phrase, but it includes extraneous elements like a URL and a return type that could be considered necessary but are not well integrated. It is concise but under-specified, lacking any meaningful explanation. It does not waste words, but it also does not earn its place beyond basic identification.

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 absence of parameters and output schema, the description still fails to provide a complete picture. The mismatch between the tool name and the described data (crossbred vs. backup binary sow) leaves the agent uncertain about the data's exact nature. It does not explain the data's scope, source, or limitations, making it inadequate for confident selection and invocation.

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?

The tool has zero parameters, so the baseline score is 4. The description does not need to explain parameter syntax or meaning since there are none. The schema coverage is trivially 100%, and no additional param-related information is required.

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

Purpose2/5

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

The description is vague and somewhat tautological, echoing the title '搜猪-生猪大数据-全国后备二元母猪' without a clear verb or action. The tool name ('spot_hog_crossbred_soozhu') does not align well with the described data ('national backup binary sow'), creating confusion about what exactly is returned. It lacks a clear statement of what the tool does, such as 'retrieve' or 'get', and does not distinguish itself from sibling tools like spot_hog_soozhu or spot_hog_lean_price_soozhu.

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. There is no mention of use cases, prerequisites, or exclusions. It merely provides a URL and a return type, leaving the agent without context about when this tool is appropriate.

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/kevynf/akbridge'

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