Skip to main content
Glama

HUMMBL MCP Server

by hummbl-dev

get_model

Retrieve detailed information about specific HUMMBL mental models using their unique codes to support problem-solving and decision-making processes.

Instructions

Retrieve detailed information about a specific HUMMBL mental model using its code (e.g., P1, IN3, CO5).

Input Schema

NameRequiredDescriptionDefault
codeYesModel code (e.g., P1, IN3, CO5)

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Model code (e.g., P1, IN3, CO5)", "pattern": "^(P|IN|CO|DE|RE|SY)\\d{1,2}$", "type": "string" } }, "required": [ "code" ], "type": "object" }

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/hummbl-dev/mcp-server'

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