Migliorate llm_short_description per tutti i connector — tool names espliciti

Ogni connector.json ora ha una llm_short_description che elenca i tool
specifici che espone, così l'LLM sa esattamente cosa attivare (lazy load).

SKALD.md: documentata criticità del campo llm_short_description
nel system prompt dell'LLM.
This commit is contained in:
2026-07-22 22:21:52 +01:00
parent be1150fe51
commit 3440890d11
17 changed files with 129 additions and 99 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
{
"lang": "en",
"description": "Full Gmail integration: read, send, modify, and manage emails with OAuth2 authentication. Supports push notifications via history polling.",
"llm_short_description": "Gmail MCP server: read, send, modify, and manage Gmail messages. Requires OAuth setup with Google Cloud Console. Tools: list_messages, get_message, get_thread, send_message, modify_message, list_labels, create_label, get_profile, download_attachments."
"llm_short_description": "Gmail integration: read, send, modify, and manage Gmail messages via OAuth. Tools: list_messages (filterable by label/query), get_message (full body + attachments), get_thread (conversation threading), send_message (create and send), modify_message (archive/trash/spam/star/label), list_labels, create_label, get_profile, download_attachments. Push notifications via history polling for new mail events."
}
],
"mcp_config": {