Skip to main content
Glama
marioluciofjr

MCP-Server de Mapas Mentais

problemas

Generate a mind map for problem analysis related to your topic to visualize and organize challenges systematically.

Instructions

Gera um mapa mental de análise de problemas relacionados ao tema.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
temaYes

Implementation Reference

  • server.py:32-42 (handler)
    The handler function for the 'problemas' tool. It takes a 'tema' parameter and returns a formatted string representing a mind map for analyzing problems related to the theme, including definition, causes, solutions, resources, and implementation steps.
    @mcp.tool(name="problemas") def problemas(tema: str) -> str: """Gera um mapa mental de análise de problemas relacionados ao tema.""" return ( f"Análise de problemas sobre {tema}, focando somente nos tópicos abaixo:\n" f"- Definição do problema\n" f"- Possíveis causas\n" f"- Soluções propostas\n" f"- Recursos necessários\n" f"- Etapas de implementação de possíveis soluções" )

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/marioluciofjr/mapas_mentais_mcp'

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