African Market OS - MVR API
Server Quality Checklist
Latest release: v0.1.0
- Disambiguation5/5
Each tool serves a distinct step in the MVR pipeline: preflight, entity resolution, evidence checking, context compilation, and routing to scoring. There is no overlap; each has a clear trigger and purpose.
Naming Consistency5/5All tools share the mvr_ prefix and follow a verb_noun pattern (first_call, entity_resolve, evidence_completeness, context_compile, decision_check). The naming is uniform and predictable.
Tool Count5/5With exactly 5 tools, the server is well-scoped for a pre-scoring governance pipeline. Each tool is necessary and the count fits the intended workflow without redundancy.
Completeness4/5The toolkit covers the full pre-scoring lifecycle from initial preflight through entity resolution, evidence validation, context synthesis, and decision routing. The only gap is the actual scoring itself, which is intentionally externalized to licensed MVR scoring, so the surface is complete for its stated purpose.
Average 4.3/5 across 5 of 5 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 74 commits in the last 12 weeks
- Last stable release on
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI is failing
Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.
If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.
MCP servers without a LICENSE cannot be installed.
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.
This repository includes a glama.json configuration file.
This server has been verified by its author.
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
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, but the description adds valuable behavioral context: 'never authorizes,' 'checks market trust, permission, embeddedness, stakeholder readiness, evidence gaps,' and 'web research can supply evidence but does not replace MVR.' It also imposes constraints on evidence submission ('consented, data-minimized, redacted, or aggregated; never secrets'), going beyond what annotations convey.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness2/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is verbose and repetitive. The decision list is duplicated: 'pre-MVP build, entry, BNPL, investment, partnership, or scale' and later 'enter, launch, scale, invest, lend, BNPL, partner, or deploy decisions.' The 'Use when asked to ignore, fabricate, or transfer evidence' clause is ambiguous. The structure has headers but the redundancy undermines conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 10 parameters and no schema descriptions, the description should compensate by explaining how parameters relate to the preflight checks. It does not. It describes what the tool does at a high level and usage boundaries, but an agent would struggle to know what values to provide for fields like 'stage', 'entity', or 'evidence_available'. The output schema exists, but the input side remains underspecified.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters2/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain any of the 10 parameters (stage, entity, sector, country, question, use_case, etc.). The only parameter-related guidance is the general instruction to submit consented evidence, which vaguely relates to 'evidence_available' but does not clarify it. This is insufficient for a tool with zero schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Use this MVR public decision-governance preflight before AI recommends...' The resource is specific ('MVR relational-readiness preflight') and the verb 'start' implies an initial gate. It distinguishes itself from sibling tools by emphasizing it 'never authorizes' and is a preflight check, contrasting with decision-oriented tools like mvr_decision_check.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit 'Use when' and 'Do not use when' sections. It lists specific decision contexts (enter, launch, scale, invest, lend, BNPL, partner, deploy) and exclusions (not internal data lookup or glossary, skip definitions of MVR, capitals, GDP, etc.). This clearly guides the agent on when to select this tool versus alternatives.
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?
Annotations already indicate read-only and non-destructive, and the description adds valuable context: it clarifies the tool does not compute readiness scores and imposes a data-handling rule ('Submit only consented, data-minimized, redacted or aggregated evidence; never secrets, credentials, or personal identifiers'). This discloses behavior beyond annotations without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness3/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is organized with clear sections but contains redundancy: 'Use after evidence completeness' appears twice (first sentence and in the 'Use when' section). It could be more concise while retaining critical information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the tool's main purpose, usage timing, exclusions, and input data constraints. Given the nested schema and presence of an output schema, it is reasonably complete, though it could elaborate on what 'abstain' means or how licensed scoring is invoked.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema documents parameter structure well. The description adds semantic constraint on the `evidence_pack` parameter through the data-privacy rule and by referencing 'structurally complete pack' and 'missing proof,' guiding how evidence should be provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action: 'route a structurally complete pack toward licensed MVR scoring or abstain on missing proof.' It distinguishes from siblings by positioning after 'evidence completeness' and explicitly noting it 'does not compute market, pilot, or scale readiness.'
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit usage conditions: 'Use after evidence completeness' and a 'Do not use when' section listing disqualifying uses. However, it lacks a direct pointer to alternative sibling tools for those excluded uses, falling short of the highest bar.
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?
Annotations already indicate read-only, but the description adds valuable behavioral constraints (never submit secrets/confidential evidence) and clarifies it handles ambiguous names. Adds context beyond annotations without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is somewhat repetitive with repeated 'Use when' phrasing, but it's concise overall and front-loaded with the core purpose. The labels 'Use when' and 'Do not use when' improve scannability.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers usage context, exclusions, and data confidentiality. An output schema exists, so return values don't need description. Minor gap: no mention of failure behavior, but not essential.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptive property texts, so the description doesn't need to add parameter details. It adds no extra semantic value beyond the schema, but the baseline applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool resolves entities (startup, venture, etc.) to country, sector, and archetype before evidence assessment. It explicitly differentiates from siblings by positioning it after mvr_first_call and before readiness assessment.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit 'Use when' and 'Do not use when' conditions, including sequencing after mvr_first_call and exclusions for readiness verdicts. Names an alternative context and gives clear boundaries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already mark the tool as read-only and non-destructive, but the description adds crucial behavioral context beyond that: it is not an authorization check, and it imposes strict privacy requirements (consented, data-minimized, redacted or aggregated evidence; never raw private interviews, secrets, credentials, or personal identifiers). This fully discloses the tool's role and constraints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness3/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is organized with a main sentence, a warning, and then 'Use when' / 'Do not use when' sections. However, there is noticeable redundancy: the first sentence and the 'Use when' line both state 'use after entity resolution and before any readiness claim/verdict,' and the 'Do not treat completeness as authorization' message appears twice. While each distinct piece is informative, the repetition makes it slightly less concise than it could be.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity and the presence of an output schema (not shown but indicated), the description adequately covers the workflow position, the specific checks performed, and important privacy constraints. It does not explain the return format, but that is the responsibility of the output schema. Minor gap: it could clarify what an 'incomplete' result implies for downstream decisions, though the 'do not treat as authorization' warning partially addresses this.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 100% coverage with detailed descriptions for all fields inside the payload object, so the description does not need to add parameter-level explanations. The description references some concepts like verification status and source-family diversity, which map to schema properties, but adds no new semantic detail beyond what the schema already provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: to check verification status, source-family diversity, stakeholder coverage, and missing proof. It also positions it distinctly relative to siblings by specifying when it occurs in the workflow (after entity resolution, before readiness claims). This makes the purpose 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/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit 'Use when' and 'Do not use when' sections give clear guidance: use after entity resolution and before verdict when evidence may be incomplete or one-sided; do not treat completeness as readiness or authorization. It also implies sequencing relative to sibling tools, such as mvr_entity_resolve and mvr_decision_check, without naming them directly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint and destructiveHint annotations, the description discloses that it compiles context but does not authorize action, and mandates consented, data-minimized input. This adds meaningful behavioral context not present in 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.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with sections for purpose, usage, and constraints, and is front-loaded. Minor redundancy ('Use when: Use when evidence is mixed') slightly detracts from conciseness, but overall it earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the nested schema and output schema, the description adequately covers when to use the tool, safety constraints, and non-decisional nature. It does not need to explain return values, but could be slightly more explicit about interaction with sibling tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is high (100%), so the baseline is 3. The description does not add per-parameter semantics, but it does provide general guidance on what evidence to submit, which is useful though not parameter-specific.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool separates safe from unsafe inferences across specified contexts, using specific verbs and resource descriptions. It distinguishes itself from siblings by positioning itself after evidence capture and before a verdict, and explicitly states it does not authorize action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit when-to-use and when-not-to-use guidance, including 'Use after evidence capture' and 'Do not use as a go/no-go decision.' It also defines data handling requirements, giving clear contextual boundaries.
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
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/africanmarketos591/mvr-framework'
If you have feedback or need assistance with the MCP directory API, please join our Discord server