Skip to main content
Glama
lan-club-live

startup-gtm-skill

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    Each tool serves a distinct purpose: dataset_summary orients, list_filters enumerates valid inputs, find_channels is the primary search, channel_lens provides the inverse view, get_company gives deep company profiles, and search_evidence does keyword-level narrative lookup. There is no functional overlap.

    Naming Consistency4/5

    All names are lowercase snake_case, but the pattern is mixed: most tools start with a verb (list, find, get, search), while two are noun phrases (channel_lens, dataset_summary). This is a minor deviation that doesn't harm usability.

    Tool Count5/5

    Six tools is well-scoped for a specialized GTM research skill. Each tool earns its place and together they cover orientation, discovery, deep dive, and evidence search without redundancy.

    Completeness5/5

    The domain is read-only GTM channel analysis. The set covers the full workflow: understand the dataset, know valid filters, find channels, inspect a channel in reverse, get company detail, and search evidence. No critical operations are missing.

  • Average 4/5 across 6 of 6 tools scored. Lowest: 3.4/5.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 2 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under CC BY-4.0.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    With no annotations, the description carries the burden of disclosure. It describes the output content and notes that partial matches are accepted, revealing relevant behavior. However, it does not state whether the operation is read-only, what happens on no match, or any side effects, leaving meaningful gaps for a tool with no annotation support.

    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 compact two-sentence statement with no redundancy. It front-loads the core purpose ('Inverse view for one channel') and efficiently lists the analytical dimensions, making every word informative.

    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?

    For a simple one-parameter tool, the description covers its primary function and input characteristics. However, it lacks explicit usage context relative to sibling tools, does not describe the output format or edge cases, and does not clarify what 'inverse' means operationally. Given the absence of an output schema and annotations, these omissions leave noticeable gaps.

    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?

    The schema provides only a required string 'channel' with no description. The description adds significant semantic value by specifying that a partial channel name is acceptable, which informs how the parameter should be used. This compensates for the 0% schema description coverage.

    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?

    The description clearly states the tool's purpose as an 'inverse view' for a channel, specifying the output dimensions (commonness, stage split, sector usage, companies). It conveys a specific verb and resource, and the 'inverse' framing hints at a different perspective from sibling tools, though it does not explicitly name alternatives.

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

    Usage Guidelines2/5

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

    There is no explicit guidance on when to use this tool versus alternatives like find_channels or search_evidence. The phrase 'inverse view' implies a distinct use case, but it does not state any exclusions or comparative advantages, leaving the agent without clear decision criteria.

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

  • Behavior3/5

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

    With no annotations, the description carries the burden. It discloses fuzzy matching and the return contents, but does not mention read-only/no side effects, failure behavior, or data freshness. Adequate but not rich.

    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?

    One tightly packed sentence, front-loaded with the core purpose, followed by a clear colon-separated list of returned data. No filler or redundancy.

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

    Completeness4/5

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

    For a one-parameter lookup without an output schema, the description covers the matching behavior, scope, and return categories. It lacks guidance on alternatives but otherwise is complete enough to invoke correctly.

    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?

    The single parameter 'name' gains meaning from the description: it identifies a company and uses fuzzy matching. This exceeds the bare schema, which only provides the type and title.

    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?

    The description clearly states it returns a full channel profile for one company, enumerating contents. It distinguishes from siblings by focusing on a single company with fuzzy name match, though it lacks an explicit verb like 'retrieve'.

    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?

    Usage is implied: use this when you need a comprehensive profile for one company. There is no explicit comparison with siblings like find_channels or dataset_summary, nor a statement of when not to use it.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the full burden. It discloses the output behavior (returns short snippets with company names) and the scope of evidence searched. However, it does not explicitly state that the operation is read-only, nor does it mention rate limits, pagination, or side effects. For a search tool, the transparency is adequate but incomplete.

    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 exactly two sentences, front-loaded with the primary action, and contains no extraneous information. It includes usage examples and output format without editorializing, making it concise and well-structured.

    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?

    The description explains the return value (short snippets with company names) despite lacking an output schema. It also gives a sense of the evidence scope. However, missing parameter details and lack of annotations leave gaps for a tool with no output schema and sparse input schema, so it is only partially complete.

    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 the description does not compensate. It implies query_text is the search term but does not explain the limit parameter or its default behavior. There is no parameter-specific guidance beyond the broad notion of 'keyword search'.

    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 states the tool performs a keyword search across narrative evidence, listing specific content areas (what worked/failed, signature moves, ignition). It also clarifies the return format (short snippets with company names, not full rows), which distinguishes it from tools like get_company that return full rows.

    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 provides specific example use cases ('when did X fail', 'who used Y for Z'), giving clear context for when to use the tool. However, it does not mention when not to use it or explicitly compare to sibling tools, so it lacks exclusions or alternatives.

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

  • Behavior3/5

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

    No annotations are provided, so the description carries the burden. It implies a read-only, low-cost operation with the words 'Orientation' and 'Cheap', but doesn't explicitly state side effects, return format, or other behavioral details.

    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 two sentences, front-loaded with the purpose ('Orientation call') followed by specifics and usage guidance. Every word earns its place with no redundancy.

    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 zero-parameter tool, this description fully covers what the tool does and when to use it. It gives enough detail on the output (counts by categories) and the practical context (cheap, first step), making it complete for its simplicity.

    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?

    The tool accepts zero parameters, and the empty schema is fully described. There is no parameter semantics burden, and the baseline for no params is 4.

    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 states the tool's function: it provides counts of companies split by status, era, confidence, and sector. This distinguishes it from sibling tools like get_company or search_evidence.

    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?

    Explicitly instructs to 'Use this first' for orientation before querying, providing clear context for when to invoke it. However, it doesn't mention specific alternatives or when not to use it, so it falls short of a full 5.

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

  • Behavior4/5

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

    Since no annotations are provided, the description carries the full burden of behavioral disclosure. It reveals important behavioral traits: results are ranked by prevalence and split by growth stage, and a cohort_size field is returned with possible warnings that should be honored. It does not disclose return format in full (e.g., exact JSON structure) or any side effects, but for a read-only-style tool this is sufficient. The explicit warning handling instruction adds meaningful transparency beyond just 'returns channels.'

    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 concise yet comprehensive, using three short paragraphs with clear structure. It front-loads the tool's primary purpose and then details parameters and output handling in an organized manner. Every sentence adds value, with no filler or repetition of schema information. It is long enough to be useful but not verbose.

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

    Completeness4/5

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

    Given the tool's complexity (10 parameters, no output schema), the description covers the essential aspects: purpose, input parameters with allowed values, and output expectations (cohort_size, warnings). It does not specify the full response format or how to interpret all fields, but the named example companies and stage split are mentioned. A minor gap is the lack of an example invocation, but the description is largely complete for an agent to invoke it correctly.

    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?

    The schema has zero description coverage for all 10 parameters, so the description must compensate. It provides semantic meaning for most parameters: sector (group/raw), business_model (list of values), era (specific ranges), trust_burden, virality, cac_ceiling, category_play (with enums), and explains the 'stage' parameter's role in ranking. However, it leaves 'status' and 'top' without explanation, but 'top' is intuitive (default 12) and 'status' may be self-evident. Overall, strong compensation for the missing schema descriptions.

    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 identifies the tool as 'PRIMARY TOOL' and states its specific function: return channels used by comparable Indian startups, ranked by prevalence and split by growth stage. It distinguishes itself from sibling tools by emphasis on 'used by comparable Indian startups' and the ranking/splitting behavior, which is unique and not mentioned in sibling names. The verb 'return' is precise.

    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 provides clear usage context: 'Given a marketing situation' and explicitly lists the subset of parameters that can be passed, which guides when to use the tool. It also instructs to 'Always report the returned cohort_size and honor any warning,' which is a usage requirement. However, it does not explicitly mention alternatives or when not to use this tool, unlike a tool that says 'use X instead.'

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

  • Behavior4/5

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

    With no annotations, the description carries the full burden. It discloses that the tool returns valid values for all filters accepted by find_channels and lists the categories, which gives a clear behavioral profile. It does not describe the return format, but for a simple parameterless list tool this is a minor gap.

    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 two sentences, front-loads the core purpose, and includes only necessary detail. Every word earns its place, and the parenthetical enumeration adds valuable specificity without bloat.

    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 parameterless, output-schema-less tool with sibling context, the description is complete: it identifies the data returned, the associated tool (find_channels), and provides usage guidance. No critical information is missing.

    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?

    The tool has zero parameters and schema coverage is 100%, so the baseline is 4. The description adds meaningful context by explaining what the output represents (valid filter values for find_channels), even though there are no parameters to document.

    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 uses a specific verb ('Return') and resource ('valid values for every filter accepted by find_channels'), clearly distinguishing it from sibling tools. It also enumerates the filter categories (sector groups, business models, eras, statuses, etc.), making the tool's scope unambiguous.

    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 phrase 'Call this if unsure what to pass' provides explicit when-to-use guidance, especially relative to find_channels. However, it does not mention when not to use or describe alternatives, so it falls just short of full marks.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

startup-gtm-skill MCP server

Copy to your README.md:

Score Badge

startup-gtm-skill MCP server

Copy to your README.md:

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/lan-club-live/startup-gtm-skill'

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