Skip to main content
Glama
marioluciofjr

MCP-Server de Mapas Mentais

intermediario

Generate intermediate-level mind maps to organize and visualize knowledge on any topic for better understanding and retention.

Instructions

Gera um mapa mental de conhecimentos intermediários sobre o tema.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
temaYes

Implementation Reference

  • server.py:69-69 (registration)
    Registers the 'intermediario' tool using the MCP decorator.
    @mcp.tool(name="intermediario")
  • server.py:70-77 (handler)
    The main handler function for the 'intermediario' tool. It takes a 'tema' string parameter and returns a formatted string prompt for generating intermediate-level mental maps on the topic.
    def intermediario(tema: str) -> str: """Gera um mapa mental de conhecimentos intermediários sobre o tema.""" return ( f"Conhecimentos intermediários sobre {tema}, focando somente nos tópicos abaixo:\n" f"- Analisar: identifica padrões, relacione ideias e compare conceitos.\n" f"- Avaliar: julga a eficácia, valide argumentos e critique resultados.\n" f"- Criar: propõe novas soluções, crie projetos ou sugira melhorias." )

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