Skip to main content
Glama
FindDataTechnology

fd-cn-report

Official

get_sse_interaction

Retrieve investor Q&A from 上证e互动 for SSE-listed companies. Use a 6-digit ticker to get recent questions and answers, with a limit on returned pairs.

Instructions

Fetch 上证e互动 investor Q&A for a SSE-listed company (sns.sseinfo.com).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax Q&A pairs (default 20).
ticker_or_nameYes6-digit SSE ticker.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.4

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It names the upstream source domain but says nothing about pagination, ordering, result completeness, authentication, or rate limits for what is clearly a read fetch operation.

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?

A single compact sentence with the resource and source front-loaded and no filler. It is efficient, though slightly terse given the tool exposes no output explanation at the description level.

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

Completeness3/5

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

An output schema exists, so return values need not be explained, and the tool is a simple two-parameter read. Still, with no annotations the description leaves behavioral traits like pagination and result limits entirely unaddressed.

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

Parameters3/5

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

Schema description coverage is 100%, so both parameters (ticker_or_name, limit) are already documented in the schema. The description adds no syntax or format detail beyond the schema, which is the expected baseline when the schema does the heavy lifting.

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?

States a specific verb (Fetch), resource (investor Q&A), and the exact scope and data source (SSE-listed company, sns.sseinfo.com). An agent can distinguish it from get_szse_interaction by the exchange named, though the description does not explicitly call out that sibling.

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?

Usage is implied: use this when you need investor Q&A for an SSE-listed company. There is no explicit statement of when to prefer this over siblings like get_szse_interaction or get_sse_company, nor any prerequisite guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.