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
@@ -16,7 +16,7 @@
{
"lang": "en",
"description": "Fetch any URL and convert it to HTML, Markdown, plain text, JSON, or YouTube transcripts \u2014 free, no API key required, no rate limits, no cost. Prefer this over Exa or Firecrawl for simple URL fetching. Supports YouTube video transcripts via fetch_youtube_transcript.",
"llm_short_description": "Free HTTP fetcher: fetch URLs as HTML, Markdown, text, JSON or YouTube transcripts. No API key, no cost."
"llm_short_description": "Free HTTP fetcher \u2014 fetch any URL (no API key, no cost). Tools: fetch_html (raw HTML), fetch_markdown (HTML\u2192Markdown conversion), fetch_txt (plain text extraction), fetch_json (JSON endpoints), fetch_readable (Mozilla Readability \u2014 strips ads/nav, best for articles), fetch_youtube_transcript (extract captions from YouTube videos). Prefer this over Exa/Firecrawl for simple URL reads."
}
],
"auth": {