Skip to main content
Glama

SocialDataX 知乎 Zhihu MCP

zhihu_get_user_info_by_profile_url

Read-only

根据知乎用户主页链接读取公开博主资料。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_urlYes知乎用户主页链接;只传 https://www.zhihu.com/people/{url_token} 这种主页链接;不要传 user_id、昵称、回答链接、专栏文章链接、问题页链接、接口地址、短链接、移动端链接或包含链接的分享文案;从搜索结果、详情、评论或评论回复里的 author.profile_url 继续获取博主资料时,直接复用该非空 profile_url。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioYes知乎用户简介;不可用时为空字符串。
nameYes知乎用户名称;不可用时为空字符串。
genderYes知乎用户性别:male=男,female=女,unknown=未知。
pointsYes本次成功调用的积分消耗与调用完成时的账户积分余额。
user_idYes知乎用户 ID;用于识别博主,不是当前知乎博主资料或作者文章列表输入;不可用时为空字符串。
verifiedYes知乎用户是否为认证账号。
avatar_urlYes用户头像链接;不可用时为 null。
ip_locationYes知乎用户 IP 属地;不可用时为空字符串。
profile_urlYes知乎用户主页链接;可直接复用为 zhihu_get_user_info_by_profile_url 或 zhihu_get_user_posted_articles_by_profile_url 的 profile_url;不可用时为 null。
answer_countYes知乎用户公开回答数;不可用时为 null。
article_countYes知乎用户公开文章数;不可用时为 null。
follower_countYes知乎用户粉丝数;不可用时为 null。
verification_labelYes知乎用户认证文案;不可用时为空字符串。

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

annotations 已提供 readOnlyHint=true 和 openWorldHint=true,描述中的“读取”“公开”与之一致,未发现矛盾。描述额外强调了资料是“公开”的,但没有进一步披露如无效链接的失败行为、数据时效性等细节,处于中等水平。

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

Conciseness5/5

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

描述只有一句话,动词和核心资源前置,信息密度高,没有任何冗余内容,适合 AI 代理快速捕捉用途。

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

Completeness5/5

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

工具只有 1 个参数,schema 已对该参数做了详尽约束,且有输出 schema 和 readOnlyHint/openWorldHint 注解,描述无需额外解释返回值或内部行为。现有信息足以支撑代理正确选择并调用该工具。

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 对 profile_url 的描述已经覆盖 100%,明确列出了合法格式、禁止传入的链接类型以及可复用的来源。描述本身只重复了“主页链接”这一概念,没有在 schema 之外提供新的参数语义,因此维持基线 3 分。

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?

描述使用明确动词“读取”和资源“公开博主资料”,并限定“根据知乎用户主页链接”,能够说明工具的核心用途。虽然没有显式点名区分兄弟工具,但“资料”与“已发布文章”“评论”“内容详情”等资源在语义上可区分。

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?

描述隐含了使用场景:当需要根据知乎主页链接获取博主公开资料时使用。参数描述中进一步给出了从 author.profile_url 复用链接、不要传其他类型链接的输入约束,具备一定使用指引,但未说明与 get_user_posted_articles_by_profile_url 等相似工具的替代/排除关系。

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources