Quando colleghi questo connettore a un agente, l’agente non impara gli strumenti a memoria: se li fa dire, e li usa quando servono. Per questo un connettore aggiornato porta strumenti nuovi senza che l’agente vada rifatto.
Durante una conversazione il giro e’ sempre lo stesso: l’agente capisce dalla tua richiesta quale strumento serve e con quali valori usarlo, il gateway lo esegue e restituisce il risultato, e l’agente te lo racconta a parole. Chi compie l’operazione resti tu: l’accesso avviene con credenziali verificate, cosi’ il connettore puo’ distinguere cosa e’ permesso a te da cosa e’ permesso a un altro.
When you connect this connector to an agent, the agent doesn’t learn its tools by heart: it is told what they are, and uses them when they are needed. That is why an updated connector brings new tools along without the agent having to be rebuilt.
During a conversation the loop is always the same: the agent works out from your request which tool is needed and with which values, the gateway runs it and returns the result, and the agent tells you in plain words. You remain the one performing the operation: access happens with verified credentials, so the connector can tell what you are allowed to do from what someone else is allowed to do.
findPagegetPagegetImagesForPage.
{
"tool": "findPage",
"parameters": {
"query": "<string>"
}
}
4 strumenti. Non li chiami tu: li sceglie l’agente in base a quello che gli chiedi. Servono a farti capire cosa puoi aspettarti e quali informazioni ti verranno chieste. L’elenco effettivo puo’ variare con la configurazione del collegamento. 4 tools. You don’t call them yourself: the agent picks them based on what you ask. They are here so you can see what to expect and which details you will be asked for. The actual list may vary depending on how the connection is configured.
findPage
Cerca pagine di Wikipedia che corrispondono a una richiesta e restituisce titoli, identificativi e un estratto del contesto. Da usare SEMPRE prima di getPage quando non si conosce il titolo esatto della voce.
Searches Wikipedia pages matching a query and returns titles, identifiers and a context excerpt. ALWAYS use it before getPage when the exact article title is unknown.
Gli serve:It needs: querystring
Puo’ usare:It may use: lang limit
{
"tool": "findPage",
"parameters": {
"query": "<string>"
}
}
getPage
Legge una pagina di Wikipedia dal titolo esatto e restituisce riassunto, testo della voce e collegamento. Il testo delle voci lunghe viene troncato: se serve una parte specifica, dillo nella domanda successiva invece di chiedere tutta la voce.
Reads a Wikipedia page from its exact title and returns the summary, the article text and the link. The text of long articles is truncated: if you need a specific part, ask for it in the next question instead of requesting the whole article.
Gli serve:It needs: titlestring
Puo’ usare:It may use: lang max_chars
{
"tool": "getPage",
"parameters": {
"title": "<string>"
}
}
getImagesForPage
Elenca le immagini di una pagina di Wikipedia con indirizzo, dimensioni e formato.
Lists the images of a Wikipedia page with address, size and format.
Gli serve:It needs: titlestring
Puo’ usare:It may use: lang limit
{
"tool": "getImagesForPage",
"parameters": {
"title": "<string>"
}
}
onThisDay
Avvenimenti storici accaduti in un giorno dell anno: eventi, nascite, morti e ricorrenze.
Gli serve:It needs: datestring
Puo’ usare:It may use: lang type
{
"tool": "onThisDay",
"parameters": {
"date": "<string>"
}
}
Elenco rilevato il 11/08/2026. List observed on Aug 11, 2026.