Solematica
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOLEMATICA_API_KEY | No | Your API key for authenticated endpoints (required only for stima_solare tool) | |
| SOLEMATICA_API_URL | No | API base URL (for self-hosted or testing) | https://api.solematica.it/api/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| stima_solareA | Genera una stima del potenziale fotovoltaico per un indirizzo in Italia. Analizza il tetto via satellite, calcola produzione, risparmio, ROI e dimensionamento ottimale. Richiede API key con crediti. |
| info_tettoA | Analizza un tetto tramite dati satellitari Google Solar API. Restituisce superficie, orientamento, segmenti del tetto e potenziale per pannelli solari. Non richiede API key. |
| confronta_providerA | Restituisce il confronto aggiornato delle offerte fotovoltaico dei principali operatori italiani (Enel, Iren, Plenitude, Otovo, E.ON, Hera, ecc.). Include prezzi, brand componenti, garanzie, finanziamento e indice di trasparenza. Non richiede API key. |
| dettaglio_providerA | Restituisce la scheda completa di un operatore fotovoltaico italiano: prezzi, componenti, garanzia, finanziamento, servizi accessori (pompa di calore, wallbox, caldaia), contatti e descrizione. Non richiede API key. |
| prezzi_energiaA | Restituisce i prezzi correnti dell'energia elettrica in Italia (PUN, ARERA) con data di aggiornamento. Utile per calcoli di risparmio e confronti. Non richiede API key. |
| cerca_articoliB | Cerca articoli nel blog di Solematica per categoria o keyword. Restituisce titolo, slug, categoria, data e meta description. Non richiede API key. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Most tools serve distinct purposes (blog search, provider comparison, energy prices), but info_tetto and stima_solare both analyze roof/satellite data with overlapping outputs (surface, potential), which could cause confusion about which to use for solar analysis.
All tools use Italian snake_case, but mix verb-noun (cerca_articoli, confronta_provider) with noun-noun patterns (dettaglio_provider, prezzi_energia, stima_solare, info_tetto). The language and separator are consistent, but the grammatical pattern varies.
Six tools is well-scoped for a solar/PV consulting domain, covering content (blog), market data (providers, prices), and technical analysis (roof data, estimates) without bloat. Each tool earns its place in the workflow.
Covers the core solar consultation lifecycle: education (blog), market comparison (providers), technical assessment (roof analysis), and economic calculation (prices, ROI). Minor gap: no explicit list_providers tool to discover available operators before requesting details, though confronta_provider may serve this indirectly.