Skip to main content
Glama

Community launch readiness test — should you start a local meetup?

assess_community_launch_readiness
Read-onlyIdempotent

Answers 'should I start an engineering-leadership meetup in my city?' using ELC's own new-city launch playbook (the real doc used to launch Brno, Bratislava and Kraków) as the checklist: speaker network, promo channels, a named local operator, realistic first-event targets, and a promo budget. Call without answers to get the 5 questions; call with all 5 to get a verdict plus the specific open gaps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
answersNoAnswers keyed by dimension id, true/false. Valid keys: speaker_network, promo_channels, local_operator, realistic_targets, promo_budget. Omit to receive the 5 questions first.
contextYesExplain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportYesThe full human-readable report.
sourceYesCanonical engineeringleaders.io page this answer is derived from.
verdictNoHeadline verdict, when the tool returns one.

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description does not need to restate that it's a safe read operation. The description adds the interaction-mode behavior (two call patterns) and reveals that it uses a real internal playbook, which is useful context. It doesn't describe any side effects because there are none, and it doesn't contradict the annotations. A 4 is appropriate because the description adds meaningful behavioral detail beyond the annotations.

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 concise sentences. The first sentence front-loads the purpose and lists the checklist dimensions; the second gives the exact call variations. No filler words, and every phrase earns its place. The structure is clean and easy to parse.

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?

The tool has an output schema, so return-value details are covered there. The description fully explains what the tool does, how to invoke it in both modes, and the specific criteria it evaluates. No critical information is missing for an agent to call it correctly. The mention of the playbook's real-world use (Brno, Bratislava, Kraków) adds credibility without overloading.

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

Parameters3/5

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

Schema coverage is 100% — both parameters (answers and context) are fully described in the schema, including valid keys, types, and the optional nature of 'answers'. The description restates the omission behavior but doesn't add new parameter-level semantics beyond what the schema already provides. The baseline of 3 applies because the schema does the heavy lifting.

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 opens with a direct answer to the question it addresses ('should I start an engineering-leadership meetup in my city?'), names the specific resource (ELC's launch playbook), and lists the exact checklist dimensions. This clearly distinguishes it from the sibling tools like benchmark_leadership_ratio or build_partnership_business_case, which address different decisions. The verb 'assess' and resource 'community launch readiness' are specific and unambiguous.

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 explicitly states the two call patterns: omit answers to get the 5 questions, or provide all 5 answers to get a verdict and open gaps. This tells the agent exactly when and how to invoke the tool. It doesn't need to mention alternatives because the purpose is so specific that the decision to use this tool is self-evident from the user's goal.

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.6/5.0
Disambiguation5/5

Each tool targets a completely different task: launching a local meetup, benchmarking leadership ratios, and building a partnership business case. There is no conceptual overlap, so an agent can easily select the correct tool.

Naming Consistency5/5

All tool names follow the verb_noun pattern with lowercase and underscores: assess_community_launch_readiness, benchmark_leadership_ratio, build_partnership_business_case. This is perfectly consistent and predictable.

Tool Count5/5

With 3 tools, the server is tightly scoped to the core high-value actions a user would want from an ELC toolkit. Each tool is meaningful and earns its place; the count never feels padded or insufficient.

Completeness4/5

The three tools cover the main engagement areas: start a chapter, benchmark your organization, and fund/partner with ELC. The only minor gaps are things like event lookup or direct membership application, but those seem intentionally excluded and the referenced partnership server fills one gap.