Skip to main content
Glama
marioluciofjr

MCP-Server de Mapas Mentais

problemas

Create a visual problem analysis mind map by entering a topic. Helps organize and understand issues related to the theme effectively.

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, decorated with @mcp.tool(name="problemas"). It takes a 'tema' parameter and returns a formatted string outlining problem analysis topics.
    @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" )
  • server.py:32-32 (registration)
    Registration of the 'problemas' tool via the FastMCP decorator.
    @mcp.tool(name="problemas")
  • Input schema (tema: str) and output (str), with docstring describing the tool's purpose.
    def problemas(tema: str) -> str: """Gera um mapa mental de análise de problemas relacionados ao tema."""

Other Tools

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

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