Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

movie_boxoffice_weekly

Read-onlyIdempotent

Retrieve weekly movie box office figures for any date. Returns the total revenue for the complete week containing the specified date.

Instructions

电影票房-单周票房 https://www.endata.com.cn/BoxOffice/BO/Week/oneWeek.html :param date: 只能获取指定日期所在完整周的票房数据 :type date: str :return: 单周票房 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20240218
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds specific behavioral context beyond annotations: it can only retrieve data for the full week containing the given date, and the return type is a pandas DataFrame. This is valuable for setting expectations.

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 compact and uses a structured docstring format (:param, :type, :return, :rtype), making it easy to parse. The URL is slightly redundant but adds provenance; the title/return duplication is minor. Overall, it is appropriately sized and front-loaded with the core purpose.

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

Completeness4/5

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

For a simple read-only tool with one optional parameter and no output schema, the description is fairly complete: it covers the source, the parameter's meaning, and the return type. It lacks example usage or DataFrame column details, but the default value and URL provide enough context for basic invocation. Annotations enrich the picture further.

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 input schema has zero description coverage for the 'date' parameter, so the description carries the full burden. The description explains that the date determines the complete week being queried ('只能获取指定日期所在完整周的票房数据') and specifies the type as str, which gives the parameter clear semantic meaning.

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

Purpose5/5

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

The description clearly states that this tool retrieves weekly movie box office data ('单周票房'), names the source URL, and specifies the key parameter constraint. It distinguishes itself from sibling movie_boxoffice tools (daily, monthly, yearly) by its weekly scope.

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?

The description implies usage for weekly box office data through its title and param description, but it does not explicitly state when to use this tool versus sibling tools like movie_boxoffice_daily or movie_boxoffice_monthly. The constraint that the date must fall within the target week is a useful usage guideline, but no alternatives or exclusions are mentioned.

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