Skip to main content
Glama
if530770

redfox-mcp-server

by if530770

kuaishou-accounts

Search Kuaishou accounts by name to find influencers and obtain their kwaiId, nickname, avatar, and bio. Use the returned kwaiId to directly query the account's video list.

Instructions

快手账号搜索工具(广域库)。通过账号名称模糊搜索快手账号,返回 kwaiId、昵称、头像、简介等,kwaiId 可直接用于查询该账号作品列表。当用户需要按名称搜索快手账号、查找快手博主、定位达人账号、获取账号kwaiId时使用。触发词:快手账号搜索、查快手账号、找快手博主、账号名称搜索、搜快手达人。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo页码
pageSizeNo每页数量(最大50)
accountNameYes快手账号名称

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.4

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose the fuzzy-search behavior, return fields, and a downstream use for kwaiId, which is helpful. However, it does not mention pagination behavior, result limits, data freshness, authentication needs, or potential empty results. These are gaps for a tool that might be called programmatically.

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 front-loaded with the core purpose and return values, followed by explicit use cases and trigger words. The use-case list has some redundancy (e.g., '查快手账号' and '搜快手达人' overlap with the main purpose), but the overall structure is efficient and leaves little waste.

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 search tool with one required parameter and no output schema, the description covers the essential return items and even points to the sibling tool for works lookup. It is complete enough for an agent to call correctly, though it could be more explicit about pagination defaults. The schema already handles page/pageSize, so the absence of that detail in the description is acceptable.

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 the baseline is 3. The description adds the '模糊搜索' (fuzzy search) nuance for accountName, which is useful beyond the schema's plain '快手账号名称'. Page and pageSize are already fully documented in the schema, so no additional meaning is needed there. Overall, the description adds only marginal semantic value beyond the schema.

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 states a specific verb ('搜索'), resource ('快手账号'), and mechanism ('通过账号名称模糊搜索'), and lists concrete return fields (kwaiId、昵称、头像、简介). It also distinguishes itself from the sibling kuaishou-account-works tool by explicitly noting that kwaiId can be used to query the account's works list. The trigger words further reinforce the intended use.

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

Usage Guidelines4/5

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

The description clearly states when to use this tool: '当用户需要按名称搜索快手账号、查找快手博主、定位达人账号、获取账号kwaiId时使用'. This provides explicit context for invocation. However, it does not explicitly mention when not to use it or name alternative sibling tools (e.g., kuaishou-search), though the kwaiId-to-works pointer indirectly helps route to kuaishou-account-works.

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