Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_js_weibo_nlp_time

Read-onlyIdempotent

Extracts a structured time representation from market data, returning a dictionary with specific timestamp details for analysis and integration.

Instructions

https://datacenter.jin10.com/market :return: 特定时间表示的字典 :rtype: dict

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

Annotations declare readOnlyHint true, destructiveHint false, and idempotentHint true, but the description adds no behavioral context beyond that. It does not mention data source behavior, rate limits, side effects, or any operational traits, despite the URL hinting at a data center endpoint.

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

Conciseness2/5

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

The description is extremely short but under-specified. It contains only a URL and a return-type line, which do not earn their place as a meaningful description. The brevity is not purposeful conciseness but a lack of substantive content.

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

Completeness1/5

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

Given the cryptic name and lack of output schema, the description is completely inadequate. It fails to explain what the tool does, what data it retrieves, or what 'specific time representation' means, leaving the agent unable to use it correctly.

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 is 4 per the rubric. The description does not need to explain parameter semantics since there are none to document; the empty schema already fully covers this.

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

Purpose1/5

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

The description provides only a URL and a return type ('dictionary representing a specific time'), with no verb or resource indicating what the tool actually does. The name 'stock_js_weibo_nlp_time' is cryptic, and the description does not clarify its function or distinguish it from any of the many sibling tools.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives. The description contains no context about scenarios, prerequisites, or exclusions, leaving the agent completely without direction for selection.

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