Skip to main content
Glama

Server Details

Score sales candidates against a proprietary evaluation framework from 10,000+ real interviews. Two tools: generate custom interview scripts and score transcripts with ADVANCE/HOLD/PASS verdicts across 8 signal dimensions.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one generates an interview script, the other scores a candidate from a transcript. No overlap or ambiguity exists between them.

Naming Consistency5/5

Both tools follow a consistent pattern with the 'archetype_' prefix followed by a short verb ('prep', 'score'). This is coherent and predictable.

Tool Count3/5

With only two tools, the server is on the thin side, but this is appropriate for a specialized interview workflow. It does not feel excessively sparse given the focused scope.

Completeness5/5

The server covers the complete lifecycle of the interview process: preparing a script and scoring the result. There are no obvious missing operations within its stated purpose.

Available Tools

2 tools
archetype_prepAInspect

Generate a custom interview script tailored to a specific candidate and role across six functions: Sales, CS, Marketing, BD, Ops, and Engineering. Built on 10,000+ real interviews with function-specific frameworks, anti-pattern detection, and scoring calibration.

ParametersJSON Schema
NameRequiredDescriptionDefault
functionYesFunction: sales, cs, marketing, bd, ops, or eng.
role_typeYesRole type. Sales: ae/enterprise. CS: csm/enterprise_csm. Marketing: marketing_mgr/marketing_leader. BD: bd_mgr/bd_leader. Ops: ops_mgr/ops_leader. Engineering: eng_early/eng_senior.
resume_textYesFull resume or LinkedIn text. Not URLs.
candidate_nameYesName of the candidate
additional_contextNoOptional context about the company and role
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It mentions methodology and features like anti-pattern detection and scoring calibration, but fails to disclose output format, side effects, authentication needs, or whether data is stored. This is a significant gap for a generation tool.

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, front-loaded sentence that clearly names the action, target, and scope. It packs relevant details (six functions, data scale, frameworks) without unnecessary repetition or filler.

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?

With 5 parameters and no output schema, the description should explain what the tool produces. It mentions an 'interview script' and features but does not detail the return format or structure. The description is adequate for understanding the tool's purpose but not fully complete for a tool with no output schema.

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 description coverage is 100%, with detailed descriptions for all parameters including enums and role mappings. The description does not add meaning beyond the schema, but the baseline of 3 applies because the schema already fully documents the parameters.

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 generates a custom interview script tailored to a candidate and role, and enumerates six functions. This specific verb+resource combination makes the purpose unambiguous and implicitly distinct from the sibling archetype_score.

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 creating interview scripts but does not explicitly state when to use this tool versus archetype_score or any other alternative. No exclusions or alternative scenarios are given.

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

archetype_scoreAInspect

Score a candidate from an interview transcript. Returns a full evaluation with 8 trait scores, qualitative analysis, and ADVANCE/HOLD/PASS verdict across six functions: Sales, CS, Marketing, BD, Ops, and Engineering. Each function uses its own scoring framework with unique traits, weights, and anti-pattern detection.

ParametersJSON Schema
NameRequiredDescriptionDefault
functionYesFunction: sales, cs, marketing, bd, ops, or eng.
role_typeYesRole type within the function.
resume_textNoOptional resume text
candidate_nameYesName of the candidate
hiring_criteriaNoOptional specific requirements to evaluate
transcript_textYesFull interview transcript
additional_contextNoOptional context
Behavior4/5

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

With no annotations provided, the description carries the full burden. It transparently discloses the output structure (8 trait scores, qualitative analysis, verdicts), the function-specific scoring frameworks, and anti-pattern detection. It does not mention side effects or prerequisites, but for a scoring tool this is reasonable. It adds significant context beyond the schema.

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 at two sentences, front-loaded with the core purpose, and every sentence adds value. The first sentence states what it does and the output; the second explains function-specific behavior. No fluff 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?

Without an output schema, the description adequately explains return values (full evaluation, trait scores, analysis, verdicts) and the function-specific frameworks. It could be more explicit about what constitutes a 'full evaluation' or how the transcript is used, but given the tool's complexity, this is a solid description that covers key aspects.

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 description coverage is 100%, so the baseline is 3. The description adds some context by explaining that each function uses its own scoring framework, which helps clarify the 'function' and 'role_type' parameters. However, it does not directly elaborate on individual parameter semantics beyond what the schema already provides.

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 primary action ('Score a candidate from an interview transcript'), specifies the resource (candidate transcript), and details the output (8 trait scores, qualitative analysis, verdict across six functions). It distinguishes itself from the sibling archetype_prep by focusing on evaluation rather than preparation.

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 context is implied: use when you have an interview transcript and need a function-based candidate evaluation. However, it does not explicitly state when to prefer this over archetype_prep or any exclusions/alternatives. The sibling tool is not referenced, leaving some ambiguity in tool selection.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    GTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.
    11
    111
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources