Skip to main content
Glama

独行录 / opcmenu

我的引荐物料

get_my_invite
Read-onlyIdempotent

【需要登录】【何时用】用户说「帮我拉几个朋友进来」「发个邀请给他」,或者开聊额度不够、需要长期加额度时。返回形状几乎就是为 agent 设计的:5 条短信话术 + 2 条微信话术 + 专属短链 + 三段统计(点开 / 注册 / 已入驻)。

【组合链】拿到 smsTemplates / wechatTemplates → 按收件人挑一条(label 就是场景:通用 / 发给同行 / 发给老朋友 / 发给还没创业的 / 发给投资人媒体)→ 交给用户本人去发(短信从他手机发出去才有人信)。发完隔天再调本工具看 stats.onboarded 有没有涨;额度实况看 get_my_brief 或 chatQuota 字段。

【口径/坑】 · 话术是产品写好的,改写后给用户发,别自己另编一套——这几条是按「不像群发」调过的(比如「刚想起你」那条交代了发送动机,「不合适就当我没说」那条降低了转化率反而更像真人)。你要改就只改称呼。 · 引荐一位完成入驻的同行 = 你每天永久 +1 次开场额度(只注册不入驻不算数,stats 里分开列)。 · 短信正文用 shortLink(省 8 个字符;一条中文短信上限 70 字,超了就分条发、也开始像群发);微信 / 其它 IM 用 link。 · 引荐码是懒生成的,第一次调用会顺手铸一个,属正常。 · joined 里只给昵称和入驻状态,不给被引荐人的联系方式。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing the lazy generation of the referral code on first call, the login requirement, and that joined only exposes nickname/status without contact info. It also warns against rewriting the canned copy and explains shortLink vs link constraints, giving the agent critical operational context.

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?

The description is dense but well-structured with headed sections and front-loaded trigger conditions. Every block carries actionable guidance—copy constraints, message-length limits, stats semantics, and follow-up workflow—so no sentence feels like filler.

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?

With no output schema present, the description compensates thoroughly by enumerating the returned fields and their business meaning. It covers the full end-to-end usage flow, including how to choose, personalize, deliver, and later verify referral outcomes, leaving no obvious gap for correct invocation and interpretation.

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?

This tool has zero parameters, so the baseline is 4; there is no input ambiguity to resolve. The description instead adds valuable output semantics—template labels, stats fields, and link selection—which is more than sufficient for a no-parameter tool.

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 specifies what the tool returns: 5 SMS templates, 2 WeChat templates, an exclusive short link, and three-part stats (opens/registrations/onboarded). It anchors the purpose to concrete user intents like inviting friends or needing more opening quota, which separates it from siblings such as get_my_brief.

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

Usage Guidelines5/5

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

The '何时用' section gives explicit trigger phrases and conditions. The '组合链' section prescribes the actual workflow: choose a template by label, send it from the user's phone, then check stats.onboarded later. It also explicitly redirects quota checks to get_my_brief or chatQuota, naming the alternative tool.

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.

TDQS

A4.1/5.0
Disambiguation4/5

Each tool has a clearly documented purpose, often with explicit 'when to use' guidance and cross-references, making the vast majority easy to tell apart. A few clusters (get_my_brief, get_my_positioning, get_my_work, get_my_dispatch) and data-overlapping get_my_card vs get_my_profile require careful reading, but descriptions are detailed enough to prevent serious misselection.

Naming Consistency4/5

The overwhelming majority follow snake_case verb_noun conventions (create_product, update_need, list_my_signups). Minor deviations include noun-only feed names (personalized_feed, random_feed), inconsistency between 'prefs' and 'preferences' in notification tools, and a mix of update_* and set_* for mutations, but the pattern remains predictable overall.

Tool Count1/5

137 tools is an extreme mismatch for any MCP server, far exceeding the 50+ threshold for a score of 1. Even with a broad multi-domain platform, this volume makes tool selection and navigation impractical and heavily burdens the agent's context window.

Completeness5/5

The surface covers full lifecycles for needs, products, activities/signups, conversations, collaboration goals/tasks, dispatch, profile/onboarding, and supporting resources like companies, parks, policies, and ratings. Deliberate omissions (no user-post creation, no organizer profile editing via agent) are explicitly documented, so core workflows have no obvious dead ends.

Resources