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
@@ -32,7 +32,7 @@
{
"lang": "en",
"description": "Full Google Drive integration: list, search, upload, download, delete files and folders. Uses the same OAuth pattern as Gmail and Google Calendar \u2014 your Google Drive credentials are managed by Skald.",
"llm_short_description": "Google Drive MCP server: list_files, search_files, upload_file, download_file, delete_file, create_folder, get_file_metadata. Manages files and folders on the user's Google Drive. Requires OAuth setup."
"llm_short_description": "Google Drive: full file management \u2014 read, write, share, format Docs/Sheets/Slides. 80+ tools: search_files, read/write TextFiles, create folders, upload/download, manage permissions (share/lock/revisions), create/edit Google Docs (text style, tables, images, footnotes, smart chips), Google Sheets (format, conditional formatting, data validation), Google Slides (create, format, speaker notes, thumbnails), list calendars. Requires OAuth."
}
],
"auth": {