Skip to main content
Glama

analyze_closed_company_cohort

按死亡/关闭公司筛选条件聚合分析完整融资历史,返回样本数量、融资事件数、披露融资总额、关闭前最后融资至关闭间隔、最后融资轮次分布、关闭原因分布和代表案例。适合赛道失败复盘、融资失效分析和项目反证尽调;输出历史样本参照,不预测存续公司是否关闭。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
citiesNo
api_keyNo
keywordNo
tag_idsNo
locationNo
provincesNo
scope_idsNo
funded_onlyNo
born_year_endNo
sub_scope_idsNo
close_date_endNo
last_round_idsNo
tag_match_modeNounion
born_year_startNo
fund_status_idsNo
close_date_startNo
closure_type_idsNo
representative_limitNo
closure_parent_type_idsNo
last_funding_gap_days_maxNo
last_funding_gap_days_minNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.9/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden of behavioral transparency. It explains that the output is a historical cohort reference, explicitly states that it does not predict whether currently active companies will close, and enumerates the exact metrics returned. It stops short of disclosing potential limitations such as data coverage, filtering semantics, or representative sample selection criteria.

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?

Two dense sentences: the first sets the verb, resource, and output metrics, the second gives use cases and the interpretational caveat. Every phrase earns its place, with the primary subject front-loaded and no filler.

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

Completeness2/5

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

Although the description covers use cases and outputs well, the tool has 21 parameters, 0% schema description coverage, and no annotation-provided context. The output schema partially compensates for the 'return value' side, but the overall guidance is not complete enough for an agent to know how to set filters like tags, scopes, closure types, or funding gap intervals.

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

Parameters2/5

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

Schema description coverage is 0% and there are 21 parameters with no descriptions and no enums. The description only vaguely states '按死亡/关闭公司筛选条件' and does not explain the semantics of key parameters such as close_date_start/end, closure_type_ids, last_round_ids, last_funding_gap_days_min/max, or representative_limit. Since the schema provides no help, the description fails to compensate for the extremely low coverage.

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 action ('聚合分析') on a clearly defined resource ('死亡/关闭公司' with complete financing history) and lists the outputs: sample count, financing event count, total disclosed financing, last-financing-to-closure interval, last-round distribution, closure reason distribution, and representative cases. This clearly distinguishes it from siblings like count_closed_companies or search_closed_companies, which are unidimensional count/list operations.

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 gives explicit use contexts: failure retrospectives, funding-ineffectiveness analysis, and negative-case due diligence, and adds the exclusion '不预测存续公司是否关闭'. It does not name specific alternative sibling tools, so it stops short of the highest 5 rating, but the context is clear enough for an agent.

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

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: counting vs searching vs retrieving profiles vs ranking vs resolving. There is no ambiguity as tools like count_companies and search_companies have clearly separated purposes (count vs list). Even similar tools like search_companies and search_closed_companies are distinguished by company status.

Naming Consistency5/5

All tool names follow the verb_noun pattern (e.g., search_companies, get_company_profile, resolve_companies) using snake_case consistently. The naming is predictable and clear, with only minor variations like aggregate_funding_by_tags which still starts with a verb.

Tool Count5/5

With 17 tools, the server covers a comprehensive set of operations for a company/funding database without being overwhelming. Each tool serves a specific need, and the count aligns well with the domain's complexity.

Completeness5/5

The tool set covers all major operations for querying companies, funding, investors, events, FA cases, tags, and lookups. It includes both aggregated counts and detailed listings, ranking, and name resolution. No obvious gaps for a read-only data retrieval server.