intermediario
Create a structured intermediate-level mind map to visually organize and understand key concepts on a specific topic using Python-based MCP-Server integration.
Instructions
Gera um mapa mental de conhecimentos intermediários sobre o tema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tema | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tema": {
"title": "Tema",
"type": "string"
}
},
"required": [
"tema"
],
"title": "intermediarioArguments",
"type": "object"
}