Skip to main content
Glama
icen-ai
by icen-ai

Search in Specific Source

cnbs_search_in_source
Read-onlyIdempotent

Search specific CNBS data sources (census, international, department) by keyword to retrieve economic, demographic, and regional statistics like population and GDP.

Instructions

在特定数据源中搜索数据。

Args:

  • source (string): 数据源名称,如 "census"、"international"、"department"

  • keyword (string): 搜索关键词

Returns: 搜索结果

示例: cnbs_search_in_source(source="census", keyword="人口") cnbs_search_in_source(source="international", keyword="GDP")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes数据源名称
keywordYes搜索关键词
Behavior2/5

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

Annotations already indicate read-only, non-destructive, idempotent behavior. The description adds no new behavioral context such as result format, pagination, or error handling.

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 purpose. The docstring format is slightly redundant (Args/Returns) but overall efficient.

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?

No output schema and the return description is vague. Given sibling tools, the description lacks clarity on scope and limitations. Somewhat incomplete.

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 coverage is 100%, so baseline is 3. The description provides example values for 'source' which adds some meaning, but does not detail constraints or format for 'keyword'.

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 states the tool searches within a specific data source, which is clear and uses a verb+resource structure. However, it does not explicitly differentiate from siblings like 'cnbs_search' or 'cnbs_batch_search'.

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 on when to use this tool versus alternatives. Examples are provided but they only show parameter values without explaining selection criteria.

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/icen-ai/mcp-cnbs'

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