Skip to main content
Glama
marioluciofjr

MCP-Server de Mapas Mentais

revisa

Generate structured mind maps to review and organize content on any topic, enhancing comprehension and retention through visual organization.

Instructions

Gera um mapa mental para revisão de conteúdo sobre um tema.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
temaYes

Implementation Reference

  • server.py:21-21 (registration)
    Registers the 'revisa' tool with the MCP server using the @mcp.tool decorator specifying the name.
    @mcp.tool(name="revisa")
  • server.py:22-29 (handler)
    The handler function that executes the 'revisa' tool logic, generating a formatted string for a mind map reviewing the given 'tema' with structured topics.
    def revisa(tema: str) -> str: """Gera um mapa mental para revisão de conteúdo sobre um tema.""" return ( f"Revisão de {tema}, focando somente nos tópicos abaixo:\n" f"- Tópico principal: {tema}\n" f"- Subtópicos como ramos principais\n" f"- Detalhes e exemplos como ramos secundários" )

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