Skip to main content
Glama
zrzqbr

SummitFlow MCP

by zrzqbr

查询论坛行业分布

summit_get_forum_industry_distribution
Read-onlyIdempotent

Retrieve aggregated industry distribution of registrants for one or all parallel forums, without exposing personal identity data. Use this to analyze attendee industry mix per forum.

Instructions

返回各平行论坛报名人的行业聚合分布,不返回报名人身份信息。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forumIdNoOptional forum id; omit to return all forums.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate read-only, non-destructive, and idempotent behavior. The description adds a meaningful behavioral guarantee that identity information is not returned, which goes beyond the annotations and confirms the tool's privacy-preserving nature.

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 a single, concise sentence with no redundant information. It efficiently conveys the core functionality and a key limitation.

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

Completeness3/5

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

While the description clarifies the data aggregation (industry distribution per forum) and privacy aspect, it lacks details about the output format (e.g., list of industries with counts, percentages) and edge cases (e.g., empty result). Since there is no output schema, this missing information could leave an agent uncertain about the exact structure of the response.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter forumId is fully described: it is optional and omitting it returns all forums. The schema coverage is 100%, and the description aligns with the parameter's purpose without ambiguity.

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 explicitly states the tool returns the industry aggregate distribution of registrants for each parallel forum, and adds a privacy guarantee that it does not return identity information. This clearly distinguishes it from other sibling tools like summit_get_forum_distribution which likely returns overall forum metrics.

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 obtaining industry breakdowns per forum and explicitly notes the privacy aspect, but it does not explicitly contrast with alternatives like summit_get_registration_summary or summit_get_forum_distribution, nor does it state when to prefer this tool over them.

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

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/zrzqbr/summitflow-mcp-demo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server