Skip to main content
Glama
sshekar87

Mikensey MCP Server

by sshekar87

Get Strategy Frameworks

mikensey_get_frameworks
Read-onlyIdempotent

Browse and filter McKinsey-style consulting frameworks and industry mental models from podcast conversations to analyze business situations. Use filters for specific audiences or framework types.

Instructions

Browse two categories of frameworks available in Mikensey:

  1. Industry Frameworks — Mental models extracted from podcast conversations (e.g., 3-Lever Consumer Value Model, Brokerage Pretzel, Agent Value Equation, W-H-Y mortgage sales)

  2. Consulting Frameworks — McKinsey-style analytical tools you can apply to any problem (2×2 Matrix, SCR, Issue Trees, Porter's Five Forces, Value Chain, MECE)

Args:

  • audience (string, optional): Filter industry frameworks by target audience — "agents", "mortgage", or "founders"

  • type (string, optional): Filter by framework type — "industry" (from podcasts) or "consulting" (McKinsey toolkit) or "all" (default)

Returns: Framework name, description, when to use, and examples.

To actually APPLY a consulting framework to your specific situation, use mikensey_analyze.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audienceNoFilter industry frameworks by target audience
typeNoShow industry frameworks, consulting frameworks, or allall
Behavior4/5

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

Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=false, indicating it's a safe, read-only, idempotent operation with a closed world. The description adds valuable context beyond this: it explains what types of frameworks are available (Industry vs. Consulting with examples), clarifies the return format (name, description, when to use, examples), and mentions filtering capabilities. No contradiction with annotations exists.

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 well-structured with bullet points for framework categories, a clear Args section, and a Returns statement. Every sentence adds value: it explains the two framework types with examples, documents parameters, specifies return format, and provides usage guidance. No wasted words.

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?

Given the tool's complexity (browsing frameworks with filtering), rich annotations (covering safety and behavior), and 100% schema coverage, the description is complete. It explains what the tool does, when to use it, what it returns, and how it differs from siblings. No output schema exists, but the description adequately describes return values.

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 both parameters having clear enum values and descriptions. The description adds some semantic context by explaining that 'audience' filters industry frameworks by target audience and 'type' filters by framework category, but this largely repeats what's in the schema. Baseline 3 is appropriate as the schema does most of the work.

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 purpose: to browse two specific categories of frameworks (Industry Frameworks and Consulting Frameworks) available in Mikensey. It distinguishes this from sibling tools by specifying it's for browsing frameworks, not applying them (mikensey_analyze) or getting other content like advice, benchmarks, or episodes.

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 when to use this tool vs. alternatives: 'To actually APPLY a consulting framework to your specific situation, use mikensey_analyze.' This provides clear guidance on when to use this tool (for browsing frameworks) versus when to use a sibling tool (for applying frameworks).

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

Install Server

Other Tools

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/sshekar87/mikensey-mcp-server'

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