elc-toolkit
Server Details
Leadership-ratio benchmark, partnership ROI builder, community-launch readiness test. ELC data.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- marian-kamenistak/elc-toolkit
- GitHub Stars
- 0
- Server Listing
- elc-toolkit
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 3 of 3 tools scored.
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.
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.
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.
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.
Available Tools
3 toolsassess_community_launch_readinessCommunity launch readiness test — should you start a local meetup?ARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| answers | No | Answers 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. |
Output Schema
| Name | Required | Description |
|---|---|---|
| report | Yes | The full human-readable report. |
| source | Yes | Canonical engineeringleaders.io page this answer is derived from. |
| verdict | No | Headline verdict, when the tool returns one. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/idempotent annotations, the description discloses the tool is checklist-based, specifies the five checklist items (speaker network, promo channels, local operator, realistic targets, promo budget), and describes the conditional output flow (questions vs verdict + gaps). This adds meaningful behavioral context about how the tool behaves across invocations. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the core purpose, and every clause carries relevant information. The structure clearly separates the answer to the question, the checklist source, and the two-call behavior.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the optional nested answers parameter and the presence of an output schema, the description covers both call patterns, the checklist dimensions, and the nature of the output (verdict + gaps). It is complete enough for an agent to invoke correctly without additional documentation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description maps the five valid answer keys to human-readable checklist items (e.g., 'speaker network' → speaker_network) and clarifies that omitting answers returns questions while providing all five returns a verdict. This adds functional meaning beyond the schema's key enumeration, especially the two-mode semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a clear question-answer framing ('should I start an engineering-leadership meetup?') and names the specific resource (ELC's new-city launch playbook) and the checklist domains. It clearly distinguishes from sibling tools (benchmark_leadership_ratio, build_partnership_business_case) by focusing on launch readiness assessment.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly describes two invocation modes: calling without answers to receive the 5 questions, and calling with all 5 to get a verdict plus open gaps. This tells the agent exactly when to use the tool and what to expect. It doesn't explicitly contrast with siblings, but the purpose is distinct enough that no confusion is likely.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
benchmark_leadership_ratioEngineering org leadership-ratio benchmarkARead-onlyIdempotentInspect
Compares a company's manager-vs-senior-IC split against the ELC community's own composition (69% Manager+/Leadership, 21% Senior/Staff IC, computed from 3,100+ CEE engineering leaders). Both counts are for the SAME population — senior people who could plausibly hold a management role (managers, tech leads, senior/staff ICs); leave out junior/mid ICs on both sides so the comparison is apples to apples. Returns each side's percentage, the delta from the peer baseline, and a verdict.
| Name | Required | Description | Default |
|---|---|---|---|
| managers | Yes | Count of people in Manager+/Leadership roles | |
| senior_ics | Yes | Count of Senior/Staff-level individual contributors (not junior/mid) |
Output Schema
| Name | Required | Description |
|---|---|---|
| report | Yes | The full human-readable report. |
| source | Yes | Canonical engineeringleaders.io page this answer is derived from. |
| verdict | No | Headline verdict, when the tool returns one. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (read-only, idempotent, non-destructive), the description adds the computation logic, the exact baseline values, and the requirement that inputs be from the same population. It also specifies the returned metrics (percentages, delta, verdict). This gives the agent a clear model of behavior without needing runtime introspection.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences cover the main action, the input caveat, and the output format. It's dense but every clause adds useful information, and the most important verb ('Compares') is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With a full schema, read-only annotations, and an output schema, the description completes the picture by specifying the input population definition and the output elements. There is no missing context for an agent to use this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents both parameters with descriptions, but the description enriches semantics by explaining the crucial relationship between them (same population, no junior/mid ICs) and the baseline context. This goes beyond the schema's individual field descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb 'Compares' and identifies the resource (leadership-ratio benchmark). It gives the baseline composition and expected outputs, making its function unmistakable and distinct from the sibling tools (launch readiness, partnership business case).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It clearly defines the intended use case (benchmarking a company's leadership mix against ELC community data) and gives explicit input guidelines (same population, exclude junior/mid ICs). It doesn't name alternative tools, but the context is sufficient for an agent to recognize when to invoke it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
build_partnership_business_caseELC membership business-case builderARead-onlyIdempotentInspect
Builds the internal business case for partnering with Engineering Leaders Community: real reach numbers (3,100+ members, 120+ per meetup, 500+ at the annual conference, newsletter open rate), goal-specific framing (hiring, brand awareness, product feedback, thought leadership), and a forwardable approval email. States the published price RANGE (free layer to EUR 20,000/year, EUR 32,000 with category exclusivity); for composing and pricing an exact package item by item, use the dedicated Membership Builder MCP server at https://www.engineeringleaders.io/mcp/partnership — inquiries sent through it carry a 16% AI-channel discount.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The primary reason to partner with ELC | |
| company_name | No | Optional: the company considering the membership | |
| proposed_budget_eur | No | Optional: a proposed budget figure, if one exists yet, to frame the per-outcome bar against |
Output Schema
| Name | Required | Description |
|---|---|---|
| report | Yes | The full human-readable report. |
| source | Yes | Canonical engineeringleaders.io page this answer is derived from. |
| verdict | No | Headline verdict, when the tool returns one. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, and the description does not contradict them. It adds useful behavioral context beyond annotations, including the specific reach statistics, the goal-specific framing options, the forwardable approval email, the price range, and the 16% AI-channel discount note.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two dense but purposeful sentences. It front-loads the primary action and deliverables, then adds pricing boundaries and the alternative tool link. Every clause provides decision-relevant information with no filler or redundant restatement of the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of an output schema, detailed annotations, and full parameter coverage, the description is complete enough for an agent to select and invoke the tool correctly. It explains the tool's purpose, what content it produces, pricing scope, and when to defer to another server.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the input schema already documents the goal enum and optional company_name/proposed_budget_eur. The description adds only marginal parameter context, such as naming the goal values and mentioning the price range, which does not significantly go beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Builds the internal business case for partnering with Engineering Leaders Community' and then lists concrete deliverables (reach numbers, goal-specific framing, approval email). It clearly distinguishes itself from the sibling tools and even names the separate Membership Builder MCP server for exact package composition.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent when to use this tool versus an alternative: for an internal business case and price RANGE, while directing exact package composition and pricing to a dedicated Membership Builder MCP server. This provides a clear exclusion and a named alternative.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceScores MCP servers for launch-readiness across trust, tool UX, docs, observability, marketplace fit, and partner narrative, and generates partner briefs and launch path comparisons.MIT
- AlicenseNot gradedqualityBmaintenanceScans repositories to produce a readiness score and actionable fixes across positioning, tryability, community, MCP, and monetization, plus generates launch assets and sponsor-tier ideas.0MIT
- AlicenseNot gradedqualityCmaintenanceComputes multi-jurisdictional AI compliance readiness scores with sourced penalty math, enabling gap analysis and audit tier recommendations.MIT
- AlicenseAqualityAmaintenanceExpert business diagnosis engine that analyzes companies across 11 dimensions and returns a Revenue Leak Score with prioritized, triple-option recommendations.91MIT
Your Connectors
Sign in to create a connector for this server.