Skip to main content
Glama

独行录 / opcmenu

搜主理人(按能提供什么)

search_people
Read-onlyIdempotent

【何时用】用户想找「人」时——「找能提供小程序代开发的主理人」「谁懂跨境电商供应链」「找人合作做 AI 出海产品」。搜的是主理人的供给侧(canOffer 能提供什么 + 昵称/介绍/身份标签),这是 OPC 之间撮合合作的刚需入口。

【机制】关键词 + 向量混合检索(RRF 融合),真人(已认领)梯队前置。结果含 canOffer / similarity / claimed。

【组合链】命中后 get_creator 看作品尽调 → start_conversation 开聊;对方若发过需求也可 contact_need 顺着需求接洽。搜「产品」用 search_products,搜「需求」用 search_needs。

【常见 pitfall】不支持按手机号搜人(隐私保护,服务端对手机号查询恒返回空)——用户给的是手机号时直接说明不支持,改问对方的昵称或能提供什么。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYes搜索查询:想要对方能提供的能力/资源/领域,自然语言即可
limitNo返回条数,默认 20

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 annotations already indicate a read-only, non-destructive operation, and the description adds substantial context beyond that: keyword+vector hybrid retrieval with RRF fusion, claimed creators ranked first, result fields (canOffer/similarity/claimed), and the server-side privacy behavior that phone-number queries always return empty. This gives the agent a realistic model of how the tool behaves.

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 structured with clear section headers (何时用, 机制, 组合链, 常见 pitfall) and every sentence adds information an agent needs. It is information-dense but not bloated, and the most important usage guidance is front-loaded.

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?

For a search tool with no output schema, the description compensates well by listing the returned signals, ranking behavior, and post-search follow-up tools. It also covers the main failure mode (phone-number search) and directs to sibling search tools, making the decision context complete.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful nuance beyond the schema: q should express the kind of capability/resource the user wants the other person to provide, and phone numbers are explicitly not supported. The limit parameter is sufficiently documented in the schema, so no further elaboration is needed.

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?

Description clearly states the tool searches for people by what they can offer, using examples like '找能提供小程序代开发的主理人' and explicitly scoping to supply-side fields (canOffer, name/intro/identity tags). It also distinguishes itself from search_products and search_needs, making it easy for an agent to pick the right search tool.

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 description opens with '何时用' and gives concrete use cases, then names the sibling alternatives for products and needs. It also provides a follow-up chain (get_creator, start_conversation, contact_need) and explicitly warns against phone-number queries, so an agent knows what to do and what not to do.

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