Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

decompose_thinking

Break down complex problems into manageable components using hierarchical, functional, or temporal methods for structured analysis and clarity.

Instructions

Break down complex problems into manageable components

Input Schema

NameRequiredDescriptionDefault
methodNoDecomposition methodhierarchical
problemYesComplex problem or topic to decompose

Input Schema (JSON Schema)

{ "properties": { "method": { "default": "hierarchical", "description": "Decomposition method", "enum": [ "hierarchical", "functional", "temporal" ], "type": "string" }, "problem": { "description": "Complex problem or topic to decompose", "type": "string" } }, "required": [ "problem" ], "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/flyanima/open-search-mcp'

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