mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
feat(i18n): update translations (#1844)
* feat(i18n): update translations * fix(streaming-api): fix streaming api (#1846) * fix(billing): should allow restoring subscription (#1728) * fix(already-cancelled-sub): UI should allow restoring subscription * restore functionality fixed * fix * Fix streaming api * Fix uuid stuff * Lint * Stripe docs fix * Fix docs build error * Fix uuid check * Fix deployed chat streaming for non agent blocks * Fix lint
This commit is contained in:
@@ -277,28 +277,6 @@ Löscht einen Anhang von einer Confluence-Seite (wird in den Papierkorb verschob
|
||||
| `attachmentId` | string | Gelöschte Anhangs-ID |
|
||||
| `deleted` | boolean | Löschstatus |
|
||||
|
||||
### `confluence_add_label`
|
||||
|
||||
Fügt einer Confluence-Seite ein Label hinzu.
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | string | Ja | Ihre Confluence-Domain (z.B. ihrfirma.atlassian.net) |
|
||||
| `pageId` | string | Ja | Confluence-Seiten-ID, zu der das Label hinzugefügt werden soll |
|
||||
| `labelName` | string | Ja | Labelname zum Hinzufügen |
|
||||
| `cloudId` | string | Nein | Confluence Cloud-ID für die Instanz. Wenn nicht angegeben, wird sie über die Domain abgerufen. |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | string | Zeitstempel des Vorgangs |
|
||||
| `pageId` | string | Seiten-ID |
|
||||
| `labelName` | string | Label-Name |
|
||||
| `added` | boolean | Hinzufügungsstatus |
|
||||
|
||||
### `confluence_list_labels`
|
||||
|
||||
Alle Labels einer Confluence-Seite auflisten.
|
||||
@@ -318,28 +296,6 @@ Alle Labels einer Confluence-Seite auflisten.
|
||||
| `ts` | string | Zeitstempel des Abrufs |
|
||||
| `labels` | array | Liste der Labels |
|
||||
|
||||
### `confluence_remove_label`
|
||||
|
||||
Ein Label von einer Confluence-Seite entfernen.
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | string | Ja | Ihre Confluence-Domain (z.B. ihrfirma.atlassian.net) |
|
||||
| `pageId` | string | Ja | Confluence-Seiten-ID, von der ein Label entfernt werden soll |
|
||||
| `labelName` | string | Ja | Zu entfernender Label-Name |
|
||||
| `cloudId` | string | Nein | Confluence Cloud-ID für die Instanz. Wenn nicht angegeben, wird sie über die Domain abgerufen. |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | string | Zeitstempel des Vorgangs |
|
||||
| `pageId` | string | Seiten-ID |
|
||||
| `labelName` | string | Label-Name |
|
||||
| `removed` | boolean | Entfernungsstatus |
|
||||
|
||||
### `confluence_get_space`
|
||||
|
||||
Details zu einem bestimmten Confluence-Space abrufen.
|
||||
@@ -381,7 +337,7 @@ Alle für den Benutzer zugänglichen Confluence-Spaces auflisten.
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | string | Zeitstempel des Abrufs |
|
||||
| `spaces` | array | Liste der Bereiche |
|
||||
| `spaces` | array | Liste der Spaces |
|
||||
|
||||
## Hinweise
|
||||
|
||||
|
||||
@@ -61,13 +61,9 @@ Durchsuchen Sie das Web mit Exa AI. Liefert relevante Suchergebnisse mit Titeln,
|
||||
| `type` | string | Nein | Suchtyp: neural, keyword, auto oder fast \(Standard: auto\) |
|
||||
| `includeDomains` | string | Nein | Kommagetrennte Liste von Domains, die in den Ergebnissen enthalten sein sollen |
|
||||
| `excludeDomains` | string | Nein | Kommagetrennte Liste von Domains, die aus den Ergebnissen ausgeschlossen werden sollen |
|
||||
| `startPublishedDate` | string | Nein | Filtert Ergebnisse, die nach diesem Datum veröffentlicht wurden \(ISO 8601-Format, z.B. 2024-01-01\) |
|
||||
| `endPublishedDate` | string | Nein | Filtert Ergebnisse, die vor diesem Datum veröffentlicht wurden \(ISO 8601-Format\) |
|
||||
| `startCrawlDate` | string | Nein | Filtert Ergebnisse, die nach diesem Datum gecrawlt wurden \(ISO 8601-Format\) |
|
||||
| `endCrawlDate` | string | Nein | Filtert Ergebnisse, die vor diesem Datum gecrawlt wurden \(ISO 8601-Format\) |
|
||||
| `category` | string | Nein | Nach Kategorie filtern: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `text` | boolean | Nein | Vollständigen Textinhalt in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `highlights` | boolean | Nein | Hervorgehobene Textausschnitte in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `highlights` | boolean | Nein | Hervorgehobene Ausschnitte in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `summary` | boolean | Nein | KI-generierte Zusammenfassungen in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `livecrawl` | string | Nein | Live-Crawling-Modus: always, fallback oder never \(Standard: never\) |
|
||||
| `apiKey` | string | Ja | Exa AI API-Schlüssel |
|
||||
@@ -111,14 +107,10 @@ Finde Webseiten, die einer bestimmten URL ähnlich sind, mit Exa AI. Gibt eine L
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | Ja | Die URL, für die ähnliche Links gefunden werden sollen |
|
||||
| `numResults` | number | Nein | Anzahl der zurückzugebenden ähnlichen Links \(Standard: 10, max: 25\) |
|
||||
| `text` | boolean | Nein | Ob der vollständige Text der ähnlichen Seiten einbezogen werden soll |
|
||||
| `text` | boolean | Nein | Ob der vollständige Text der ähnlichen Seiten eingeschlossen werden soll |
|
||||
| `includeDomains` | string | Nein | Kommagetrennte Liste von Domains, die in den Ergebnissen enthalten sein sollen |
|
||||
| `excludeDomains` | string | Nein | Kommagetrennte Liste von Domains, die aus den Ergebnissen ausgeschlossen werden sollen |
|
||||
| `excludeSourceDomain` | boolean | Nein | Quell-Domain aus Ergebnissen ausschließen \(Standard: false\) |
|
||||
| `startPublishedDate` | string | Nein | Ergebnisse filtern, die nach diesem Datum veröffentlicht wurden \(ISO 8601-Format, z.B. 2024-01-01\) |
|
||||
| `endPublishedDate` | string | Nein | Ergebnisse filtern, die vor diesem Datum veröffentlicht wurden \(ISO 8601-Format\) |
|
||||
| `startCrawlDate` | string | Nein | Ergebnisse filtern, die nach diesem Datum gecrawlt wurden \(ISO 8601-Format\) |
|
||||
| `endCrawlDate` | string | Nein | Ergebnisse filtern, die vor diesem Datum gecrawlt wurden \(ISO 8601-Format\) |
|
||||
| `category` | string | Nein | Nach Kategorie filtern: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `highlights` | boolean | Nein | Hervorgehobene Ausschnitte in Ergebnissen einschließen \(Standard: false\) |
|
||||
| `summary` | boolean | Nein | KI-generierte Zusammenfassungen in Ergebnissen einschließen \(Standard: false\) |
|
||||
|
||||
@@ -58,7 +58,7 @@ Dies ermöglicht Ihren Agenten, Informationen von Websites zu sammeln, strukturi
|
||||
|
||||
## Nutzungsanweisungen
|
||||
|
||||
Integrieren Sie Firecrawl in den Workflow. Kann Seiten scrapen, das Web durchsuchen, ganze Websites crawlen, URL-Strukturen mappen und strukturierte Daten mithilfe von KI extrahieren.
|
||||
Integrieren Sie Firecrawl in den Workflow. Scrapen Sie Seiten, durchsuchen Sie das Web, crawlen Sie ganze Websites, erfassen Sie URL-Strukturen und extrahieren Sie strukturierte Daten mit KI.
|
||||
|
||||
## Tools
|
||||
|
||||
@@ -71,25 +71,7 @@ Extrahieren Sie strukturierte Inhalte von Webseiten mit umfassender Metadaten-Un
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | Ja | Die URL, von der Inhalte gescrapt werden sollen |
|
||||
| `formats` | json | Nein | Ausgabeformate \(markdown, html, rawHtml, links, images, screenshot\). Standard: \["markdown"\] |
|
||||
| `onlyMainContent` | boolean | Nein | Nur Hauptinhalt extrahieren, ohne Header, Navigationen, Footer \(Standard: true\) |
|
||||
| `includeTags` | json | Nein | HTML-Tags, die in der Ausgabe beibehalten werden sollen |
|
||||
| `excludeTags` | json | Nein | HTML-Tags, die aus der Ausgabe entfernt werden sollen |
|
||||
| `maxAge` | number | Nein | Zwischengespeicherte Version zurückgeben, wenn jünger als dieses Alter in ms \(Standard: 172800000\) |
|
||||
| `headers` | json | Nein | Benutzerdefinierte Request-Header \(Cookies, User-Agent usw.\) |
|
||||
| `waitFor` | number | Nein | Verzögerung in Millisekunden vor dem Abrufen \(Standard: 0\) |
|
||||
| `mobile` | boolean | Nein | Mobiles Gerät emulieren \(Standard: false\) |
|
||||
| `skipTlsVerification` | boolean | Nein | TLS-Zertifikatsprüfung überspringen \(Standard: true\) |
|
||||
| `timeout` | number | Nein | Request-Timeout in Millisekunden |
|
||||
| `parsers` | json | Nein | Dateiverarbeitungssteuerung \(z.B. \["pdf"\]\) |
|
||||
| `actions` | json | Nein | Operationen vor dem Scrapen \(warten, klicken, scrollen, Screenshot usw.\) |
|
||||
| `location` | json | Nein | Geografische Einstellungen \(Land, Sprachen\) |
|
||||
| `removeBase64Images` | boolean | Nein | Base64-Bilder aus der Ausgabe entfernen \(Standard: true\) |
|
||||
| `blockAds` | boolean | Nein | Werbe- und Popup-Blockierung aktivieren \(Standard: true\) |
|
||||
| `proxy` | string | Nein | Proxy-Typ: basic, stealth oder auto \(Standard: auto\) |
|
||||
| `storeInCache` | boolean | Nein | Seite zwischenspeichern \(Standard: true\) |
|
||||
| `zeroDataRetention` | boolean | Nein | Zero-Data-Retention-Modus aktivieren \(Standard: false\) |
|
||||
| `scrapeOptions` | json | Nein | Optionen für Content-Scraping \(Legacy, bevorzugen Sie Top-Level-Parameter\) |
|
||||
| `scrapeOptions` | json | Nein | Optionen für das Content-Scraping |
|
||||
| `apiKey` | string | Ja | Firecrawl API-Schlüssel |
|
||||
|
||||
#### Ausgabe
|
||||
@@ -109,15 +91,6 @@ Suche nach Informationen im Web mit Firecrawl
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `query` | string | Ja | Die zu verwendende Suchanfrage |
|
||||
| `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Ergebnisse (1-100, Standard: 5) |
|
||||
| `sources` | json | Nein | Suchquellen: ["web"], ["images"] oder ["news"] (Standard: ["web"]) |
|
||||
| `categories` | json | Nein | Nach Kategorien filtern: ["github"], ["research"] oder ["pdf"] |
|
||||
| `tbs` | string | Nein | Zeitbasierte Suche: qdr:h (Stunde), qdr:d (Tag), qdr:w (Woche), qdr:m (Monat), qdr:y (Jahr) |
|
||||
| `location` | string | Nein | Geografischer Standort für Ergebnisse (z.B. "San Francisco, California, United States") |
|
||||
| `country` | string | Nein | ISO-Ländercode für Geo-Targeting (Standard: US) |
|
||||
| `timeout` | number | Nein | Timeout in Millisekunden (Standard: 60000) |
|
||||
| `ignoreInvalidURLs` | boolean | Nein | Ungültige URLs aus den Ergebnissen ausschließen (Standard: false) |
|
||||
| `scrapeOptions` | json | Nein | Erweiterte Scraping-Konfiguration für Suchergebnisse |
|
||||
| `apiKey` | string | Ja | Firecrawl API-Schlüssel |
|
||||
|
||||
#### Ausgabe
|
||||
@@ -134,23 +107,9 @@ Crawlen Sie ganze Websites und extrahieren Sie strukturierte Inhalte von allen z
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | Ja | Die zu durchsuchende Website-URL |
|
||||
| `limit` | number | Nein | Maximale Anzahl der zu durchsuchenden Seiten (Standard: 100) |
|
||||
| `url` | string | Ja | Die zu crawlende Website-URL |
|
||||
| `limit` | number | Nein | Maximale Anzahl der zu crawlenden Seiten \(Standard: 100\) |
|
||||
| `onlyMainContent` | boolean | Nein | Nur Hauptinhalt von Seiten extrahieren |
|
||||
| `prompt` | string | Nein | Natürlichsprachliche Anweisung zur automatischen Generierung von Crawler-Optionen |
|
||||
| `maxDiscoveryDepth` | number | Nein | Tiefenbegrenzung für URL-Erkennung (Root-Seiten haben Tiefe 0) |
|
||||
| `sitemap` | string | Nein | Ob Sitemap-Daten verwendet werden sollen: "skip" oder "include" (Standard: "include") |
|
||||
| `crawlEntireDomain` | boolean | Nein | Geschwister-/Eltern-URLs folgen oder nur Kindpfade (Standard: false) |
|
||||
| `allowExternalLinks` | boolean | Nein | Externen Website-Links folgen (Standard: false) |
|
||||
| `allowSubdomains` | boolean | Nein | Subdomain-Links folgen (Standard: false) |
|
||||
| `ignoreQueryParameters` | boolean | Nein | Verhindern, dass derselbe Pfad mit verschiedenen Abfrageparametern erneut gescrapt wird (Standard: false) |
|
||||
| `delay` | number | Nein | Sekunden zwischen Scrapes zur Einhaltung von Ratenbegrenzungen |
|
||||
| `maxConcurrency` | number | Nein | Begrenzung gleichzeitiger Scrapes |
|
||||
| `excludePaths` | json | Nein | Array von Regex-Mustern für auszuschließende URLs |
|
||||
| `includePaths` | json | Nein | Array von Regex-Mustern für ausschließlich einzuschließende URLs |
|
||||
| `webhook` | json | Nein | Webhook-Konfiguration für Crawl-Benachrichtigungen |
|
||||
| `scrapeOptions` | json | Nein | Erweiterte Scraping-Konfiguration |
|
||||
| `zeroDataRetention` | boolean | Nein | Null-Datenspeicherung aktivieren (Standard: false) |
|
||||
| `apiKey` | string | Ja | Firecrawl API-Schlüssel |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
@@ -74,10 +74,11 @@ E-Mails mit Gmail senden
|
||||
| `to` | string | Ja | E-Mail-Adresse des Empfängers |
|
||||
| `subject` | string | Nein | Betreff der E-Mail |
|
||||
| `body` | string | Ja | Inhalt der E-Mail |
|
||||
| `threadId` | string | Nein | Thread-ID für Antworten \(für Threading\) |
|
||||
| `replyToMessageId` | string | Nein | Gmail-Nachrichten-ID für Antworten - verwenden Sie das "id"-Feld aus den Gmail-Leseergebnissen \(nicht die RFC "messageId"\) |
|
||||
| `cc` | string | Nein | CC-Empfänger \(durch Kommas getrennt\) |
|
||||
| `bcc` | string | Nein | BCC-Empfänger \(durch Kommas getrennt\) |
|
||||
| `contentType` | string | Nein | Inhaltstyp für den E-Mail-Text (text oder html) |
|
||||
| `threadId` | string | Nein | Thread-ID für Antworten (für Threading) |
|
||||
| `replyToMessageId` | string | Nein | Gmail-Nachrichten-ID für Antworten - verwenden Sie das "id"-Feld aus den Gmail-Leseergebnissen (nicht die RFC "messageId") |
|
||||
| `cc` | string | Nein | CC-Empfänger (durch Kommas getrennt) |
|
||||
| `bcc` | string | Nein | BCC-Empfänger (durch Kommas getrennt) |
|
||||
| `attachments` | file[] | Nein | Dateien, die an die E-Mail angehängt werden sollen |
|
||||
|
||||
#### Ausgabe
|
||||
@@ -98,10 +99,11 @@ E-Mail-Entwürfe in Gmail erstellen
|
||||
| `to` | string | Ja | E-Mail-Adresse des Empfängers |
|
||||
| `subject` | string | Nein | Betreff der E-Mail |
|
||||
| `body` | string | Ja | Inhalt der E-Mail |
|
||||
| `threadId` | string | Nein | Thread-ID für Antworten \(für Threading\) |
|
||||
| `replyToMessageId` | string | Nein | Gmail-Nachrichten-ID für Antworten - verwenden Sie das "id"-Feld aus den Gmail-Leseergebnissen \(nicht die RFC "messageId"\) |
|
||||
| `cc` | string | Nein | CC-Empfänger \(durch Kommas getrennt\) |
|
||||
| `bcc` | string | Nein | BCC-Empfänger \(durch Kommas getrennt\) |
|
||||
| `contentType` | string | Nein | Inhaltstyp für den E-Mail-Text (text oder html) |
|
||||
| `threadId` | string | Nein | Thread-ID für Antworten (für Threading) |
|
||||
| `replyToMessageId` | string | Nein | Gmail-Nachrichten-ID für Antworten - verwenden Sie das "id"-Feld aus den Gmail-Leseergebnissen (nicht die RFC "messageId") |
|
||||
| `cc` | string | Nein | CC-Empfänger (durch Kommas getrennt) |
|
||||
| `bcc` | string | Nein | BCC-Empfänger (durch Kommas getrennt) |
|
||||
| `attachments` | file[] | Nein | Dateien, die an den E-Mail-Entwurf angehängt werden sollen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
@@ -72,35 +72,23 @@ Extrahieren und verarbeiten Sie Webinhalte in sauberen, LLM-freundlichen Text mi
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| Parameter | Type | Required | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | Ja | Die URL, die gelesen und in Markdown umgewandelt werden soll |
|
||||
| `useReaderLMv2` | boolean | Nein | Ob ReaderLM-v2 für bessere Qualität verwendet werden soll \(3-fache Token-Kosten\) |
|
||||
| `gatherLinks` | boolean | Nein | Ob alle Links am Ende gesammelt werden sollen |
|
||||
| `jsonResponse` | boolean | Nein | Ob die Antwort im JSON-Format zurückgegeben werden soll |
|
||||
| `apiKey` | string | Ja | Dein Jina AI API-Schlüssel |
|
||||
| `targetSelector` | string | Nein | CSS-Selektor, um bestimmte Seitenelemente anzusprechen \(z.B. "#main-content"\) |
|
||||
| `waitForSelector` | string | Nein | CSS-Selektor, auf den vor der Extraktion gewartet werden soll \(nützlich für dynamische Seiten\) |
|
||||
| `removeSelector` | string | Nein | CSS-Selektor für auszuschließende Elemente \(z.B. "header, footer, .ad"\) |
|
||||
| `timeout` | number | Nein | Maximale Sekunden, die auf das Laden der Seite gewartet wird |
|
||||
| `withImagesummary` | boolean | Nein | Alle Bilder der Seite mit Metadaten sammeln |
|
||||
| `retainImages` | string | Nein | Steuerung der Bildeinbindung: "none" entfernt alle, "all" behält alle |
|
||||
| `returnFormat` | string | Nein | Ausgabeformat: markdown, html, text, screenshot oder pageshot |
|
||||
| `withIframe` | boolean | Nein | Iframe-Inhalte in die Extraktion einbeziehen |
|
||||
| `withShadowDom` | boolean | Nein | Shadow-DOM-Inhalte extrahieren |
|
||||
| `setCookie` | string | Nein | Authentifizierungs-Cookies weiterleiten \(deaktiviert Caching\) |
|
||||
| `proxyUrl` | string | Nein | HTTP-Proxy-URL für Request-Routing |
|
||||
| `proxy` | string | Nein | Ländercode für Proxy \(z.B. "US", "UK"\) oder "auto"/"none" |
|
||||
| `engine` | string | Nein | Rendering-Engine: browser, direct oder cf-browser-rendering |
|
||||
| `tokenBudget` | number | Nein | Maximale Tokens für die Anfrage \(Kostenkontrolle\) |
|
||||
| `noCache` | boolean | Nein | Zwischengespeicherte Inhalte umgehen für Echtzeit-Abruf |
|
||||
| `cacheTolerance` | number | Nein | Benutzerdefinierte Cache-Lebensdauer in Sekunden |
|
||||
| `withGeneratedAlt` | boolean | Nein | Alt-Text für Bilder mit VLM generieren |
|
||||
| `baseUrl` | string | Nein | Auf "final" setzen, um Weiterleitungskette zu folgen |
|
||||
| `locale` | string | Nein | Browser-Gebietsschema für das Rendering \(z.B. "de-DE"\) |
|
||||
| `robotsTxt` | string | Nein | Bot User-Agent für robots.txt-Prüfung |
|
||||
| `dnt` | boolean | Nein | Do Not Track - verhindert Caching/Tracking |
|
||||
| `noGfm` | boolean | Nein | GitHub Flavored Markdown deaktivieren |
|
||||
| `url` | string | Yes | Die URL, die gelesen und in Markdown konvertiert werden soll |
|
||||
| `useReaderLMv2` | boolean | No | Ob ReaderLM-v2 für bessere Qualität verwendet werden soll \(3-fache Token-Kosten\) |
|
||||
| `gatherLinks` | boolean | No | Ob alle Links am Ende gesammelt werden sollen |
|
||||
| `jsonResponse` | boolean | No | Ob die Antwort im JSON-Format zurückgegeben werden soll |
|
||||
| `apiKey` | string | Yes | Ihr Jina AI API-Schlüssel |
|
||||
| `withImagesummary` | boolean | No | Alle Bilder von der Seite mit Metadaten sammeln |
|
||||
| `retainImages` | string | No | Steuerung der Bildeinbindung: "none" entfernt alle, "all" behält alle bei |
|
||||
| `returnFormat` | string | No | Ausgabeformat: markdown, html, text, screenshot oder pageshot |
|
||||
| `withIframe` | boolean | No | Iframe-Inhalte in die Extraktion einbeziehen |
|
||||
| `withShadowDom` | boolean | No | Shadow-DOM-Inhalte extrahieren |
|
||||
| `noCache` | boolean | No | Zwischengespeicherte Inhalte umgehen für Echtzeit-Abruf |
|
||||
| `withGeneratedAlt` | boolean | No | Alt-Text für Bilder mit VLM generieren |
|
||||
| `robotsTxt` | string | No | Bot User-Agent für robots.txt-Prüfung |
|
||||
| `dnt` | boolean | No | Do Not Track - verhindert Caching/Tracking |
|
||||
| `noGfm` | boolean | No | GitHub Flavored Markdown deaktivieren |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
@@ -116,29 +104,20 @@ Durchsucht das Web und gibt die Top 5 Ergebnisse mit LLM-freundlichem Inhalt zur
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| Parameter | Type | Required | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `q` | string | Ja | Suchanfrage |
|
||||
| `apiKey` | string | Ja | Ihr Jina AI API-Schlüssel |
|
||||
| `gl` | string | Nein | Zweistelliger Ländercode für geografisch spezifische Ergebnisse (z.B. "US", "UK", "JP") |
|
||||
| `location` | string | Nein | Standort auf Stadtebene für lokalisierte Suchergebnisse |
|
||||
| `hl` | string | Nein | Zweistelliger Sprachcode für Ergebnisse (z.B. "en", "es", "fr") |
|
||||
| `num` | number | Nein | Maximale Anzahl von Ergebnissen pro Seite (Standard: 5) |
|
||||
| `page` | number | Nein | Seitennummer für Paginierung (Offset) |
|
||||
| `site` | string | Nein | Beschränkt Ergebnisse auf bestimmte Domain(s). Kann durch Kommas getrennt werden für mehrere Websites (z.B. "jina.ai,github.com") |
|
||||
| `withFavicon` | boolean | Nein | Fügt Website-Favicons in den Ergebnissen hinzu |
|
||||
| `withImagesummary` | boolean | Nein | Sammelt alle Bilder von Ergebnisseiten mit Metadaten |
|
||||
| `withLinksummary` | boolean | Nein | Sammelt alle Links von Ergebnisseiten |
|
||||
| `retainImages` | string | Nein | Steuerung der Bildeinbindung: "none" entfernt alle, "all" behält alle bei |
|
||||
| `noCache` | boolean | Nein | Umgeht zwischengespeicherte Inhalte für Echtzeit-Abruf |
|
||||
| `withGeneratedAlt` | boolean | Nein | Generiert Alt-Text für Bilder mit VLM |
|
||||
| `respondWith` | string | Nein | Auf "no-content" setzen, um nur Metadaten ohne Seiteninhalt zu erhalten |
|
||||
| `returnFormat` | string | Nein | Ausgabeformat: markdown, html, text, screenshot oder pageshot |
|
||||
| `engine` | string | Nein | Rendering-Engine: browser oder direct |
|
||||
| `timeout` | number | Nein | Maximale Sekunden für das Laden der Seite |
|
||||
| `setCookie` | string | Nein | Authentifizierungs-Cookies weiterleiten |
|
||||
| `proxyUrl` | string | Nein | HTTP-Proxy-URL für Request-Routing |
|
||||
| `locale` | string | Nein | Browser-Locale für Rendering (z.B. "en-US") |
|
||||
| `q` | string | Yes | Suchanfrage-String |
|
||||
| `apiKey` | string | Yes | Ihr Jina AI API-Schlüssel |
|
||||
| `num` | number | No | Maximale Anzahl von Ergebnissen pro Seite \(Standard: 5\) |
|
||||
| `site` | string | No | Ergebnisse auf bestimmte Domain\(s\) beschränken. Kann durch Kommas getrennt für mehrere Seiten sein \(z.B. "jina.ai,github.com"\) |
|
||||
| `withFavicon` | boolean | No | Website-Favicons in Ergebnissen einbeziehen |
|
||||
| `withImagesummary` | boolean | No | Alle Bilder von Ergebnisseiten mit Metadaten sammeln |
|
||||
| `withLinksummary` | boolean | No | Alle Links von Ergebnisseiten sammeln |
|
||||
| `retainImages` | string | No | Steuerung der Bildeinbindung: "none" entfernt alle, "all" behält alle bei |
|
||||
| `noCache` | boolean | No | Zwischengespeicherte Inhalte umgehen für Echtzeit-Abruf |
|
||||
| `withGeneratedAlt` | boolean | No | Alt-Text für Bilder mit VLM generieren |
|
||||
| `respondWith` | string | No | Auf "no-content" setzen, um nur Metadaten ohne Seiteninhalt zu erhalten |
|
||||
| `returnFormat` | string | No | Ausgabeformat: markdown, html, text, screenshot oder pageshot |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ In Sim ermöglicht die Jira-Integration Ihren Agenten eine nahtlose Interaktion
|
||||
|
||||
## Nutzungsanweisungen
|
||||
|
||||
Integriert Jira in den Workflow. Kann Issues lesen, schreiben und aktualisieren. Erfordert OAuth.
|
||||
Integrieren Sie Jira in den Workflow. Kann Issues lesen, schreiben und aktualisieren. Kann auch Workflows basierend auf Jira-Webhook-Ereignissen auslösen.
|
||||
|
||||
## Tools
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ In Sim ermöglicht die Linear-Integration Ihren Agenten eine nahtlose Interaktio
|
||||
|
||||
## Nutzungsanweisungen
|
||||
|
||||
Integriere Linear in den Workflow. Kann Tickets, Kommentare, Projekte, Labels, Workflow-Status, Zyklen, Anhänge und mehr verwalten.
|
||||
Linear in den Workflow integrieren. Kann Tickets, Kommentare, Projekte, Labels, Workflow-Status, Zyklen, Anhänge und mehr verwalten. Kann auch Workflows basierend auf Linear-Webhook-Ereignissen auslösen.
|
||||
|
||||
## Tools
|
||||
|
||||
@@ -885,6 +885,590 @@ Eine Benachrichtigung in Linear als gelesen oder ungelesen markieren
|
||||
| --------- | ---- | ----------- |
|
||||
| `notification` | object | Die aktualisierte Benachrichtigung |
|
||||
|
||||
### `linear_create_customer`
|
||||
|
||||
Einen neuen Kunden in Linear erstellen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | Ja | Kundenname |
|
||||
| `domains` | array | Nein | Mit diesem Kunden verknüpfte Domains |
|
||||
| `externalIds` | array | Nein | Externe IDs aus anderen Systemen |
|
||||
| `logoUrl` | string | Nein | Logo-URL des Kunden |
|
||||
| `ownerId` | string | Nein | ID des Benutzers, der diesen Kunden betreut |
|
||||
| `revenue` | number | Nein | Jährlicher Umsatz von diesem Kunden |
|
||||
| `size` | number | Nein | Größe der Kundenorganisation |
|
||||
| `statusId` | string | Nein | Kundenstatus-ID |
|
||||
| `tierId` | string | Nein | Kundenstufen-ID |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | Der erstellte Kunde |
|
||||
|
||||
### `linear_list_customers`
|
||||
|
||||
Alle Kunden in Linear auflisten
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `first` | number | Nein | Anzahl der zurückzugebenden Kunden \(Standard: 50\) |
|
||||
| `after` | string | Nein | Cursor für Paginierung |
|
||||
| `includeArchived` | boolean | Nein | Archivierte Kunden einschließen \(Standard: false\) |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customers` | array | Array von Kunden |
|
||||
|
||||
### `linear_create_customer_request`
|
||||
|
||||
Erstellt eine Kundenanfrage (Bedarf) in Linear. Weist sie einem Kunden zu, legt die Dringlichkeit fest (Priorität: 0 = Nicht wichtig, 1 = Wichtig) und verknüpft sie optional mit einem Ticket.
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | Ja | Kunden-ID, der diese Anfrage zugewiesen werden soll |
|
||||
| `body` | string | Nein | Beschreibung der Kundenanfrage |
|
||||
| `priority` | number | Nein | Dringlichkeitsstufe: 0 = Nicht wichtig, 1 = Wichtig \(Standard: 0\) |
|
||||
| `issueId` | string | Nein | Ticket-ID, mit der diese Anfrage verknüpft werden soll |
|
||||
| `projectId` | string | Nein | Projekt-ID, mit der diese Anfrage verknüpft werden soll |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | object | Die erstellte Kundenanfrage |
|
||||
|
||||
### `linear_update_customer_request`
|
||||
|
||||
Aktualisiert eine Kundenanfrage (Bedarf) in Linear. Kann Dringlichkeit, Beschreibung, Kundenzuweisung und verknüpftes Ticket ändern.
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerNeedId` | string | Ja | Kundenanfrage-ID, die aktualisiert werden soll |
|
||||
| `body` | string | Nein | Aktualisierte Beschreibung der Kundenanfrage |
|
||||
| `priority` | number | Nein | Aktualisierte Dringlichkeitsstufe: 0 = Nicht wichtig, 1 = Wichtig |
|
||||
| `customerId` | string | Nein | Neue Kunden-ID, der diese Anfrage zugewiesen werden soll |
|
||||
| `issueId` | string | Nein | Neue Ticket-ID, mit der diese Anfrage verknüpft werden soll |
|
||||
| `projectId` | string | Nein | Neue Projekt-ID, mit der diese Anfrage verknüpft werden soll |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | object | Die aktualisierte Kundenanfrage |
|
||||
|
||||
### `linear_list_customer_requests`
|
||||
|
||||
Alle Kundenanfragen (Bedürfnisse) in Linear auflisten
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `first` | number | Nein | Anzahl der zurückzugebenden Kundenanfragen \(Standard: 50\) |
|
||||
| `after` | string | Nein | Cursor für Paginierung |
|
||||
| `includeArchived` | boolean | Nein | Archivierte Kundenanfragen einschließen \(Standard: false\) |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeeds` | array | Array von Kundenanfragen |
|
||||
|
||||
### `linear_get_customer`
|
||||
|
||||
Einen einzelnen Kunden anhand der ID in Linear abrufen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | Ja | Kunden-ID zum Abrufen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | Die Kundendaten |
|
||||
|
||||
### `linear_update_customer`
|
||||
|
||||
Einen Kunden in Linear aktualisieren
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | Ja | Kunden-ID zum Aktualisieren |
|
||||
| `name` | string | Nein | Aktualisierter Kundenname |
|
||||
| `domains` | array | Nein | Aktualisierte Domains |
|
||||
| `externalIds` | array | Nein | Aktualisierte externe IDs |
|
||||
| `logoUrl` | string | Nein | Aktualisierte Logo-URL |
|
||||
| `ownerId` | string | Nein | Aktualisierte Besitzer-Benutzer-ID |
|
||||
| `revenue` | number | Nein | Aktualisierter Jahresumsatz |
|
||||
| `size` | number | Nein | Aktualisierte Organisationsgröße |
|
||||
| `statusId` | string | Nein | Aktualisierte Kundenstatus-ID |
|
||||
| `tierId` | string | Nein | Aktualisierte Kundenstufen-ID |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | Der aktualisierte Kunde |
|
||||
|
||||
### `linear_delete_customer`
|
||||
|
||||
Einen Kunden in Linear löschen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | Ja | Kunden-ID zum Löschen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob die Löschung erfolgreich war |
|
||||
|
||||
### `linear_merge_customers`
|
||||
|
||||
Zwei Kunden in Linear zusammenführen, indem alle Daten von der Quelle zum Ziel verschoben werden
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `sourceCustomerId` | string | Ja | Quell-Kunden-ID \(wird nach der Zusammenführung gelöscht\) |
|
||||
| `targetCustomerId` | string | Ja | Ziel-Kunden-ID \(erhält alle Daten\) |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | Der zusammengeführte Zielkunde |
|
||||
|
||||
### `linear_create_customer_status`
|
||||
|
||||
Einen neuen Kundenstatus in Linear erstellen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | Ja | Name des Kundenstatus |
|
||||
| `color` | string | Ja | Statusfarbe \(Hex-Code\) |
|
||||
| `displayName` | string | Nein | Anzeigename für den Status |
|
||||
| `description` | string | Nein | Statusbeschreibung |
|
||||
| `position` | number | Nein | Position in der Statusliste |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | object | Der erstellte Kundenstatus |
|
||||
|
||||
### `linear_update_customer_status`
|
||||
|
||||
Einen Kundenstatus in Linear aktualisieren
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | Ja | Kundenstatus-ID zum Aktualisieren |
|
||||
| `name` | string | Nein | Aktualisierter Statusname |
|
||||
| `color` | string | Nein | Aktualisierte Statusfarbe |
|
||||
| `displayName` | string | Nein | Aktualisierter Anzeigename |
|
||||
| `description` | string | Nein | Aktualisierte Beschreibung |
|
||||
| `position` | number | Nein | Aktualisierte Position |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | object | Der aktualisierte Kundenstatus |
|
||||
|
||||
### `linear_delete_customer_status`
|
||||
|
||||
Einen Kundenstatus in Linear löschen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | Ja | Kundenstatus-ID zum Löschen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob das Löschen erfolgreich war |
|
||||
|
||||
### `linear_list_customer_statuses`
|
||||
|
||||
Alle Kundenstatus in Linear auflisten
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatuses` | array | Liste der Kundenstatus |
|
||||
|
||||
### `linear_create_customer_tier`
|
||||
|
||||
Erstellen einer neuen Kundenstufe in Linear
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | Ja | Name der Kundenstufe |
|
||||
| `color` | string | Ja | Stufenfarbe (Hex-Code) |
|
||||
| `displayName` | string | Nein | Anzeigename für die Stufe |
|
||||
| `description` | string | Nein | Beschreibung der Stufe |
|
||||
| `position` | number | Nein | Position in der Stufenliste |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | object | Die erstellte Kundenstufe |
|
||||
|
||||
### `linear_update_customer_tier`
|
||||
|
||||
Aktualisieren einer Kundenstufe in Linear
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `tierId` | string | Ja | Zu aktualisierende Kundenstufen-ID |
|
||||
| `name` | string | Nein | Aktualisierter Stufenname |
|
||||
| `color` | string | Nein | Aktualisierte Stufenfarbe |
|
||||
| `displayName` | string | Nein | Aktualisierter Anzeigename |
|
||||
| `description` | string | Nein | Aktualisierte Beschreibung |
|
||||
| `position` | number | Nein | Aktualisierte Position |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | object | Die aktualisierte Kundenstufe |
|
||||
|
||||
### `linear_delete_customer_tier`
|
||||
|
||||
Löschen einer Kundenstufe in Linear
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `tierId` | string | Ja | Zu löschende Kundenstufen-ID |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob die Löschung erfolgreich war |
|
||||
|
||||
### `linear_list_customer_tiers`
|
||||
|
||||
Alle Kundenstufen in Linear auflisten
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTiers` | array | Liste der Kundenstufen |
|
||||
|
||||
### `linear_delete_project`
|
||||
|
||||
Ein Projekt in Linear löschen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | Ja | Projekt-ID zum Löschen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob die Löschung erfolgreich war |
|
||||
|
||||
### `linear_create_project_label`
|
||||
|
||||
Ein neues Projekt-Label in Linear erstellen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | Ja | Projekt-Label-Name |
|
||||
| `color` | string | Nein | Label-Farbe \(Hex-Code\) |
|
||||
| `description` | string | Nein | Label-Beschreibung |
|
||||
| `isGroup` | boolean | Nein | Ob dies eine Label-Gruppe ist |
|
||||
| `parentId` | string | Nein | Übergeordnete Label-Gruppen-ID |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | object | Das erstellte Projekt-Label |
|
||||
|
||||
### `linear_update_project_label`
|
||||
|
||||
Ein Projektlabel in Linear aktualisieren
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `labelId` | string | Ja | Projektlabel-ID zum Aktualisieren |
|
||||
| `name` | string | Nein | Aktualisierter Labelname |
|
||||
| `color` | string | Nein | Aktualisierte Labelfarbe |
|
||||
| `description` | string | Nein | Aktualisierte Beschreibung |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | object | Das aktualisierte Projektlabel |
|
||||
|
||||
### `linear_delete_project_label`
|
||||
|
||||
Ein Projektlabel in Linear löschen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `labelId` | string | Ja | Projektlabel-ID zum Löschen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob das Löschen erfolgreich war |
|
||||
|
||||
### `linear_list_project_labels`
|
||||
|
||||
Alle Projektlabels in Linear auflisten
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | Nein | Optionale Projekt-ID, um Labels für ein bestimmtes Projekt zu filtern |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabels` | array | Liste der Projektlabels |
|
||||
|
||||
### `linear_add_label_to_project`
|
||||
|
||||
Ein Label zu einem Projekt in Linear hinzufügen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | Ja | Projekt-ID |
|
||||
| `labelId` | string | Ja | Label-ID zum Hinzufügen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob das Label erfolgreich hinzugefügt wurde |
|
||||
| `projectId` | string | Die Projekt-ID |
|
||||
|
||||
### `linear_remove_label_from_project`
|
||||
|
||||
Ein Label von einem Projekt in Linear entfernen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | Ja | Projekt-ID |
|
||||
| `labelId` | string | Ja | Label-ID zum Entfernen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob das Label erfolgreich entfernt wurde |
|
||||
| `projectId` | string | Die Projekt-ID |
|
||||
|
||||
### `linear_create_project_milestone`
|
||||
|
||||
Einen neuen Projekt-Meilenstein in Linear erstellen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | Ja | Projekt-ID |
|
||||
| `name` | string | Ja | Meilenstein-Name |
|
||||
| `description` | string | Nein | Meilenstein-Beschreibung |
|
||||
| `targetDate` | string | Nein | Zieldatum \(ISO 8601\) |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | object | Der erstellte Projekt-Meilenstein |
|
||||
|
||||
### `linear_update_project_milestone`
|
||||
|
||||
Einen Projektmeilenstein in Linear aktualisieren
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `milestoneId` | string | Ja | Projektmeilenstein-ID, die aktualisiert werden soll |
|
||||
| `name` | string | Nein | Aktualisierter Meilensteinname |
|
||||
| `description` | string | Nein | Aktualisierte Beschreibung |
|
||||
| `targetDate` | string | Nein | Aktualisiertes Zieldatum \(ISO 8601\) |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | object | Der aktualisierte Projektmeilenstein |
|
||||
|
||||
### `linear_delete_project_milestone`
|
||||
|
||||
Einen Projektmeilenstein in Linear löschen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `milestoneId` | string | Ja | Projektmeilenstein-ID zum Löschen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob das Löschen erfolgreich war |
|
||||
|
||||
### `linear_list_project_milestones`
|
||||
|
||||
Alle Meilensteine für ein Projekt in Linear auflisten
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | Ja | Projekt-ID, für die Meilensteine aufgelistet werden sollen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestones` | array | Liste der Projektmeilensteine |
|
||||
|
||||
### `linear_create_project_status`
|
||||
|
||||
Einen neuen Projektstatus in Linear erstellen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | Ja | Name des Projektstatus |
|
||||
| `color` | string | Ja | Statusfarbe \(Hex-Code\) |
|
||||
| `description` | string | Nein | Statusbeschreibung |
|
||||
| `indefinite` | boolean | Nein | Ob der Status unbefristet ist |
|
||||
| `position` | number | Nein | Position in der Statusliste |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | object | Der erstellte Projektstatus |
|
||||
|
||||
### `linear_update_project_status`
|
||||
|
||||
Einen Projektstatus in Linear aktualisieren
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | Ja | Projektstatus-ID zum Aktualisieren |
|
||||
| `name` | string | Nein | Aktualisierter Statusname |
|
||||
| `color` | string | Nein | Aktualisierte Statusfarbe |
|
||||
| `description` | string | Nein | Aktualisierte Beschreibung |
|
||||
| `indefinite` | boolean | Nein | Aktualisiertes Unbefristet-Flag |
|
||||
| `position` | number | Nein | Aktualisierte Position |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | object | Der aktualisierte Projektstatus |
|
||||
|
||||
### `linear_delete_project_status`
|
||||
|
||||
Einen Projektstatus in Linear löschen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | Ja | Projektstatus-ID zum Löschen |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob das Löschen erfolgreich war |
|
||||
|
||||
### `linear_list_project_statuses`
|
||||
|
||||
Alle Projektstatusarten in Linear auflisten
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatuses` | array | Liste von Projektstatusarten |
|
||||
|
||||
## Hinweise
|
||||
|
||||
- Kategorie: `tools`
|
||||
|
||||
@@ -190,7 +190,10 @@ Eine Aufgabe in Microsoft Planner aktualisieren
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Gibt an, ob die Aufgabe erfolgreich aktualisiert wurde |
|
||||
| `message` | string | Erfolgsmeldung bei Aktualisierung der Aufgabe |
|
||||
| `task` | object | Das aktualisierte Aufgabenobjekt mit allen Eigenschaften |
|
||||
| `taskId` | string | ID der aktualisierten Aufgabe |
|
||||
| `etag` | string | Neuer ETag nach der Aktualisierung - verwenden Sie diesen für nachfolgende Operationen |
|
||||
| `metadata` | object | Metadaten einschließlich taskId, planId und taskUrl |
|
||||
|
||||
### `microsoft_planner_delete_task`
|
||||
@@ -214,21 +217,20 @@ Eine Aufgabe aus Microsoft Planner löschen
|
||||
|
||||
### `microsoft_planner_list_plans`
|
||||
|
||||
Alle Pläne in einer Microsoft 365-Gruppe auflisten
|
||||
Alle Pläne auflisten, die mit dem aktuellen Benutzer geteilt wurden
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `groupId` | string | Ja | Die ID der Microsoft 365-Gruppe |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Gibt an, ob Pläne erfolgreich abgerufen wurden |
|
||||
| `plans` | array | Array von Planobjekten |
|
||||
| `metadata` | object | Metadaten einschließlich groupId und Anzahl |
|
||||
| `plans` | array | Array von Planobjekten, die mit dem aktuellen Benutzer geteilt wurden |
|
||||
| `metadata` | object | Metadaten einschließlich userId und Anzahl |
|
||||
|
||||
### `microsoft_planner_read_plan`
|
||||
|
||||
@@ -358,6 +360,7 @@ Detaillierte Informationen über eine Aufgabe abrufen, einschließlich Checklist
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Gibt an, ob die Aufgabendetails erfolgreich abgerufen wurden |
|
||||
| `taskDetails` | object | Die Aufgabendetails einschließlich Beschreibung, Checkliste und Referenzen |
|
||||
| `etag` | string | Der ETag-Wert für diese Aufgabendetails - verwenden Sie diesen für Aktualisierungsoperationen |
|
||||
| `metadata` | object | Metadaten einschließlich taskId |
|
||||
|
||||
### `microsoft_planner_update_task_details`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: OneDrive
|
||||
description: Dateien erstellen, hochladen und auflisten
|
||||
description: Dateien erstellen, hochladen, herunterladen, auflisten und löschen
|
||||
---
|
||||
|
||||
import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
@@ -50,7 +50,7 @@ In Sim ermöglicht die OneDrive-Integration Ihren Agenten die direkte Interaktio
|
||||
|
||||
## Nutzungsanweisungen
|
||||
|
||||
OneDrive in den Workflow integrieren. Kann Text- und Excel-Dateien erstellen, Dateien hochladen und Dateien auflisten.
|
||||
Integriert OneDrive in den Workflow. Kann Text- und Excel-Dateien erstellen, Dateien hochladen, Dateien herunterladen, Dateien auflisten und Dateien oder Ordner löschen.
|
||||
|
||||
## Tools
|
||||
|
||||
@@ -133,6 +133,24 @@ Dateien und Ordner in OneDrive auflisten
|
||||
| `files` | array | Array von Datei- und Ordnerobjekten mit Metadaten |
|
||||
| `nextPageToken` | string | Token zum Abrufen der nächsten Ergebnisseite (optional) |
|
||||
|
||||
### `onedrive_delete`
|
||||
|
||||
Eine Datei oder einen Ordner von OneDrive löschen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `fileId` | string | Ja | Die ID der zu löschenden Datei oder des zu löschenden Ordners |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob die Datei erfolgreich gelöscht wurde |
|
||||
| `deleted` | boolean | Bestätigung, dass die Datei gelöscht wurde |
|
||||
| `fileId` | string | Die ID der gelöschten Datei |
|
||||
|
||||
## Hinweise
|
||||
|
||||
- Kategorie: `tools`
|
||||
|
||||
@@ -163,7 +163,8 @@ E-Mails mit Outlook senden
|
||||
| `to` | string | Ja | E-Mail-Adresse des Empfängers |
|
||||
| `subject` | string | Ja | E-Mail-Betreff |
|
||||
| `body` | string | Ja | E-Mail-Inhalt |
|
||||
| `replyToMessageId` | string | Nein | Nachrichten-ID für Antworten \(für Threading\) |
|
||||
| `contentType` | string | Nein | Inhaltstyp für den E-Mail-Text \(text oder html\) |
|
||||
| `replyToMessageId` | string | Nein | Nachrichten-ID, auf die geantwortet wird \(für Threading\) |
|
||||
| `conversationId` | string | Nein | Konversations-ID für Threading |
|
||||
| `cc` | string | Nein | CC-Empfänger \(durch Kommas getrennt\) |
|
||||
| `bcc` | string | Nein | BCC-Empfänger \(durch Kommas getrennt\) |
|
||||
@@ -189,6 +190,7 @@ E-Mails mit Outlook entwerfen
|
||||
| `to` | string | Ja | E-Mail-Adresse des Empfängers |
|
||||
| `subject` | string | Ja | E-Mail-Betreff |
|
||||
| `body` | string | Ja | E-Mail-Inhalt |
|
||||
| `contentType` | string | Nein | Inhaltstyp für den E-Mail-Text \(text oder html\) |
|
||||
| `cc` | string | Nein | CC-Empfänger \(durch Kommas getrennt\) |
|
||||
| `bcc` | string | Nein | BCC-Empfänger \(durch Kommas getrennt\) |
|
||||
| `attachments` | file[] | Nein | Dateien, die an den E-Mail-Entwurf angehängt werden sollen |
|
||||
|
||||
@@ -123,9 +123,8 @@ Führen Sie umfassende tiefgehende Recherchen im Web mit Parallel AI durch. Synt
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `input` | string | Ja | Rechercheanfrage oder Frage \(bis zu 15.000 Zeichen\) |
|
||||
| `processor` | string | Nein | Berechnungsstufe: base, lite, pro, ultra, ultra2x, ultra4x, ultra8x \(Standard: base\) |
|
||||
| `output_schema` | string | Nein | Beschreibung des gewünschten Ausgabeformats. Verwenden Sie "text" für Markdown-Berichte mit Zitaten oder beschreiben Sie ein strukturiertes JSON-Format |
|
||||
| `input` | string | Ja | Rechercheabfrage oder Frage \(bis zu 15.000 Zeichen\) |
|
||||
| `processor` | string | Nein | Rechenleistungsstufe: base, lite, pro, ultra, ultra2x, ultra4x, ultra8x \(Standard: base\) |
|
||||
| `include_domains` | string | Nein | Durch Kommas getrennte Liste von Domains, auf die die Recherche beschränkt werden soll \(Quellenrichtlinie\) |
|
||||
| `exclude_domains` | string | Nein | Durch Kommas getrennte Liste von Domains, die von der Recherche ausgeschlossen werden sollen \(Quellenrichtlinie\) |
|
||||
| `apiKey` | string | Ja | Parallel AI API-Schlüssel |
|
||||
|
||||
@@ -120,32 +120,9 @@ Kontroverse Beiträge aus einem Subreddit abrufen
|
||||
| `subreddit` | string | Name des Subreddits, aus dem Beiträge abgerufen wurden |
|
||||
| `posts` | array | Array von kontroversen Beiträgen mit Titel, Autor, URL, Punktzahl, Kommentaranzahl und Metadaten |
|
||||
|
||||
### `reddit_get_gilded`
|
||||
|
||||
Vergoldete/prämierte Beiträge aus einem Subreddit abrufen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | Ja | Der Name des Subreddits, aus dem Beiträge abgerufen werden sollen \(ohne das r/ Präfix\) |
|
||||
| `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Beiträge \(Standard: 10, max: 100\) |
|
||||
| `after` | string | Nein | Vollständiger Name eines Elements, nach dem Elemente abgerufen werden sollen \(für Paginierung\) |
|
||||
| `before` | string | Nein | Vollständiger Name eines Elements, vor dem Elemente abgerufen werden sollen \(für Paginierung\) |
|
||||
| `count` | number | Nein | Anzahl der bereits gesehenen Elemente in der Liste \(für Nummerierung verwendet\) |
|
||||
| `show` | string | Nein | Zeigt Elemente an, die normalerweise gefiltert würden \(z.B. "all"\) |
|
||||
| `sr_detail` | boolean | Nein | Erweitert Subreddit-Details in der Antwort |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `subreddit` | string | Name des Subreddits, aus dem Beiträge abgerufen wurden |
|
||||
| `posts` | array | Array von vergoldeten/ausgezeichneten Beiträgen mit Titel, Autor, URL, Punktzahl, Kommentaranzahl und Metadaten |
|
||||
|
||||
### `reddit_search`
|
||||
|
||||
Suche nach Beiträgen innerhalb eines Subreddits
|
||||
Nach Beiträgen innerhalb eines Subreddits suchen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
@@ -160,14 +137,14 @@ Suche nach Beiträgen innerhalb eines Subreddits
|
||||
| `after` | string | Nein | Vollständiger Name eines Elements, nach dem Elemente abgerufen werden sollen \(für Paginierung\) |
|
||||
| `before` | string | Nein | Vollständiger Name eines Elements, vor dem Elemente abgerufen werden sollen \(für Paginierung\) |
|
||||
| `count` | number | Nein | Anzahl der bereits gesehenen Elemente in der Liste \(für Nummerierung verwendet\) |
|
||||
| `show` | string | Nein | Elemente anzeigen, die normalerweise gefiltert würden \(z.B. "all"\) |
|
||||
| `show` | string | Nein | Zeigt Elemente an, die normalerweise gefiltert würden \(z.B. "all"\) |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `subreddit` | string | Name des Subreddits, in dem die Suche durchgeführt wurde |
|
||||
| `posts` | array | Array von Suchergebnissen mit Titel, Autor, URL, Punktzahl, Kommentaranzahl und Metadaten |
|
||||
| `posts` | array | Array von Suchergebnisbeiträgen mit Titel, Autor, URL, Punktzahl, Kommentaranzahl und Metadaten |
|
||||
|
||||
### `reddit_submit_post`
|
||||
|
||||
@@ -178,7 +155,7 @@ Einen neuen Beitrag in einem Subreddit einreichen (Text oder Link)
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | Ja | Der Name des Subreddits, in dem gepostet werden soll \(ohne das r/ Präfix\) |
|
||||
| `title` | string | Ja | Titel des Beitrags \(maximal 300 Zeichen\) |
|
||||
| `title` | string | Ja | Titel der Einreichung \(maximal 300 Zeichen\) |
|
||||
| `text` | string | Nein | Textinhalt für einen Selbstbeitrag \(Markdown wird unterstützt\) |
|
||||
| `url` | string | Nein | URL für einen Link-Beitrag \(kann nicht zusammen mit Text verwendet werden\) |
|
||||
| `nsfw` | boolean | Nein | Beitrag als NSFW markieren |
|
||||
@@ -195,14 +172,14 @@ Einen neuen Beitrag in einem Subreddit einreichen (Text oder Link)
|
||||
|
||||
### `reddit_vote`
|
||||
|
||||
Einen Reddit-Beitrag oder -Kommentar upvoten, downvoten oder die Bewertung zurückziehen
|
||||
Upvote, Downvote oder Zurücknahme einer Stimme für einen Reddit-Beitrag oder -Kommentar
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | string | Ja | Vollständiger Name des Elements, für das abgestimmt werden soll \(z.B. t3_xxxxx für Beiträge, t1_xxxxx für Kommentare\) |
|
||||
| `dir` | number | Ja | Abstimmungsrichtung: 1 \(Upvote\), 0 \(Zurückziehen der Stimme\) oder -1 \(Downvote\) |
|
||||
| `id` | string | Ja | Vollständiger Name des Elements, für das abgestimmt werden soll \(z.B. t3_xxxxx für Beitrag, t1_xxxxx für Kommentar\) |
|
||||
| `dir` | number | Ja | Abstimmungsrichtung: 1 \(Upvote\), 0 \(Zurücknahme\), oder -1 \(Downvote\) |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
@@ -219,7 +196,7 @@ Einen Reddit-Beitrag oder Kommentar in deinen gespeicherten Elementen speichern
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | string | Ja | Vollständiger Name des zu speichernden Elements \(z.B. t3_xxxxx für Beiträge, t1_xxxxx für Kommentare\) |
|
||||
| `id` | string | Ja | Vollständiger Name des zu speichernden Elements \(z.B. t3_xxxxx für Beitrag, t1_xxxxx für Kommentar\) |
|
||||
| `category` | string | Nein | Kategorie, unter der gespeichert werden soll \(Reddit Gold-Funktion\) |
|
||||
|
||||
#### Ausgabe
|
||||
@@ -247,13 +224,13 @@ Einen Reddit-Beitrag oder Kommentar in deinen gespeicherten Elementen speichern
|
||||
|
||||
### `reddit_reply`
|
||||
|
||||
Eine Kommentarantwort zu einem Reddit-Beitrag oder -Kommentar hinzufügen
|
||||
Einen Kommentar zu einem Reddit-Beitrag oder Kommentar hinzufügen
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `parent_id` | string | Ja | Vollständiger Name des Elements, auf das geantwortet werden soll (z.B. t3_xxxxx für Beitrag, t1_xxxxx für Kommentar) |
|
||||
| `parent_id` | string | Ja | Vollständiger Name des Elements, auf das geantwortet werden soll \(z.B. t3_xxxxx für Beitrag, t1_xxxxx für Kommentar\) |
|
||||
| `text` | string | Ja | Kommentartext im Markdown-Format |
|
||||
|
||||
#### Ausgabe
|
||||
@@ -266,13 +243,13 @@ Eine Kommentarantwort zu einem Reddit-Beitrag oder -Kommentar hinzufügen
|
||||
|
||||
### `reddit_edit`
|
||||
|
||||
Den Text deines eigenen Reddit-Beitrags oder -Kommentars bearbeiten
|
||||
Bearbeite den Text deines eigenen Reddit-Beitrags oder -Kommentars
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `thing_id` | string | Ja | Vollständiger Name des zu bearbeitenden Elements (z.B. t3_xxxxx für Beitrag, t1_xxxxx für Kommentar) |
|
||||
| `thing_id` | string | Ja | Vollständiger Name des zu bearbeitenden Elements \(z.B. t3_xxxxx für Beiträge, t1_xxxxx für Kommentare\) |
|
||||
| `text` | string | Ja | Neuer Textinhalt im Markdown-Format |
|
||||
|
||||
#### Ausgabe
|
||||
@@ -285,13 +262,13 @@ Den Text deines eigenen Reddit-Beitrags oder -Kommentars bearbeiten
|
||||
|
||||
### `reddit_delete`
|
||||
|
||||
Deinen eigenen Reddit-Beitrag oder -Kommentar löschen
|
||||
Lösche deinen eigenen Reddit-Beitrag oder -Kommentar
|
||||
|
||||
#### Eingabe
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | string | Ja | Vollständiger Name des zu löschenden Elements (z.B. t3_xxxxx für Beitrag, t1_xxxxx für Kommentar) |
|
||||
| `id` | string | Ja | Vollständiger Name des zu löschenden Elements \(z.B. t3_xxxxx für Beiträge, t1_xxxxx für Kommentare\) |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
@@ -308,14 +285,14 @@ Subreddit abonnieren oder Abonnement kündigen
|
||||
|
||||
| Parameter | Typ | Erforderlich | Beschreibung |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | Ja | Der Name des Subreddits (ohne das r/ Präfix) |
|
||||
| `action` | string | Ja | Auszuführende Aktion: "sub" zum Abonnieren oder "unsub" zum Abbestellen |
|
||||
| `subreddit` | string | Ja | Der Name des Subreddits \(ohne das r/ Präfix\) |
|
||||
| `action` | string | Ja | Auszuführende Aktion: "sub" zum Abonnieren oder "unsub" zum Kündigen des Abonnements |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Ob die Abonnement-Aktion erfolgreich war |
|
||||
| `success` | boolean | Ob die Abonnementaktion erfolgreich war |
|
||||
| `message` | string | Erfolgs- oder Fehlermeldung |
|
||||
|
||||
## Hinweise
|
||||
|
||||
@@ -56,7 +56,8 @@ Senden Sie eine E-Mail mit Ihrem eigenen Resend API-Schlüssel und Absenderadres
|
||||
| `to` | string | Ja | E-Mail-Adresse des Empfängers |
|
||||
| `subject` | string | Ja | Betreff der E-Mail |
|
||||
| `body` | string | Ja | Inhalt der E-Mail |
|
||||
| `resendApiKey` | string | Ja | Resend API-Schlüssel zum Versenden von E-Mails |
|
||||
| `contentType` | string | Nein | Inhaltstyp für den E-Mail-Text (text oder html) |
|
||||
| `resendApiKey` | string | Ja | Resend API-Schlüssel zum Senden von E-Mails |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
|
||||
@@ -37,13 +37,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
/>
|
||||
<path d='M194.9 33.9001H169.8V121.4H194.9V33.9001Z' fill='white' />
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M142.9 41.3001L141.3 33.9001H119.7V121.4H144.7V62.1001C150.6 54.4001 160.6 55.8001 163.7 56.9001V33.9001C160.5 32.7001 148.8 30.5001 142.9 41.3001Z'
|
||||
fill='white'
|
||||
/>
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M92.8999 12.2002L68.4999 17.4002L68.3999 97.5002C68.3999 112.3 79.4999 123.2 94.2999 123.2C102.5 123.2 108.5 121.7 111.8 119.9V99.6002C108.6 100.9 92.7999 105.5 92.7999 90.7002V55.2002H111.8V33.9002H92.7999L92.8999 12.2002Z'
|
||||
fill='white'
|
||||
|
||||
@@ -322,16 +322,14 @@ Eine Datei aus einem Supabase-Speicher-Bucket herunterladen
|
||||
| `projectId` | string | Ja | Ihre Supabase-Projekt-ID \(z.B. jdrkgepadsdopsntdlom\) |
|
||||
| `bucket` | string | Ja | Der Name des Speicher-Buckets |
|
||||
| `path` | string | Ja | Der Pfad zur herunterzuladenden Datei \(z.B. "ordner/datei.jpg"\) |
|
||||
| `fileName` | string | Nein | Optionale Überschreibung des Dateinamens |
|
||||
| `apiKey` | string | Ja | Ihr Supabase Service Role Secret Key |
|
||||
|
||||
#### Ausgabe
|
||||
|
||||
| Parameter | Typ | Beschreibung |
|
||||
| --------- | ---- | ----------- |
|
||||
| `message` | string | Statusmeldung der Operation |
|
||||
| `fileContent` | string | Dateiinhalt \(base64-kodiert bei Binärdateien, ansonsten Klartext\) |
|
||||
| `contentType` | string | MIME-Typ der Datei |
|
||||
| `isBase64` | boolean | Ob der Dateiinhalt base64-kodiert ist |
|
||||
| `file` | file | Heruntergeladene Datei, gespeichert in Ausführungsdateien |
|
||||
|
||||
### `supabase_storage_list`
|
||||
|
||||
|
||||
@@ -277,28 +277,6 @@ Eliminar un adjunto de una página de Confluence (se mueve a la papelera).
|
||||
| `attachmentId` | string | ID del adjunto eliminado |
|
||||
| `deleted` | boolean | Estado de la eliminación |
|
||||
|
||||
### `confluence_add_label`
|
||||
|
||||
Añadir una etiqueta a una página de Confluence.
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | string | Sí | Tu dominio de Confluence \(p. ej., tuempresa.atlassian.net\) |
|
||||
| `pageId` | string | Sí | ID de la página de Confluence a la que añadir la etiqueta |
|
||||
| `labelName` | string | Sí | Nombre de la etiqueta a añadir |
|
||||
| `cloudId` | string | No | ID de Confluence Cloud para la instancia. Si no se proporciona, se obtendrá utilizando el dominio. |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | string | Marca de tiempo de la operación |
|
||||
| `pageId` | string | ID de la página |
|
||||
| `labelName` | string | Nombre de la etiqueta |
|
||||
| `added` | boolean | Estado de la adición |
|
||||
|
||||
### `confluence_list_labels`
|
||||
|
||||
Listar todas las etiquetas en una página de Confluence.
|
||||
@@ -318,28 +296,6 @@ Listar todas las etiquetas en una página de Confluence.
|
||||
| `ts` | string | Marca de tiempo de la recuperación |
|
||||
| `labels` | array | Lista de etiquetas |
|
||||
|
||||
### `confluence_remove_label`
|
||||
|
||||
Eliminar una etiqueta de una página de Confluence.
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | string | Sí | Tu dominio de Confluence \(p. ej., tuempresa.atlassian.net\) |
|
||||
| `pageId` | string | Sí | ID de la página de Confluence de la que eliminar la etiqueta |
|
||||
| `labelName` | string | Sí | Nombre de la etiqueta a eliminar |
|
||||
| `cloudId` | string | No | ID de Confluence Cloud para la instancia. Si no se proporciona, se obtendrá utilizando el dominio. |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | string | Marca de tiempo de la operación |
|
||||
| `pageId` | string | ID de la página |
|
||||
| `labelName` | string | Nombre de la etiqueta |
|
||||
| `removed` | boolean | Estado de eliminación |
|
||||
|
||||
### `confluence_get_space`
|
||||
|
||||
Obtener detalles sobre un espacio específico de Confluence.
|
||||
|
||||
@@ -61,15 +61,11 @@ Busca en la web usando Exa AI. Devuelve resultados de búsqueda relevantes con t
|
||||
| `type` | string | No | Tipo de búsqueda: neural, keyword, auto o fast \(predeterminado: auto\) |
|
||||
| `includeDomains` | string | No | Lista separada por comas de dominios a incluir en los resultados |
|
||||
| `excludeDomains` | string | No | Lista separada por comas de dominios a excluir de los resultados |
|
||||
| `startPublishedDate` | string | No | Filtrar resultados publicados después de esta fecha \(formato ISO 8601, ej., 2024-01-01\) |
|
||||
| `endPublishedDate` | string | No | Filtrar resultados publicados antes de esta fecha \(formato ISO 8601\) |
|
||||
| `startCrawlDate` | string | No | Filtrar resultados rastreados después de esta fecha \(formato ISO 8601\) |
|
||||
| `endCrawlDate` | string | No | Filtrar resultados rastreados antes de esta fecha \(formato ISO 8601\) |
|
||||
| `category` | string | No | Filtrar por categoría: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `text` | boolean | No | Incluir contenido de texto completo en los resultados \(predeterminado: false\) |
|
||||
| `highlights` | boolean | No | Incluir fragmentos destacados en los resultados \(predeterminado: false\) |
|
||||
| `summary` | boolean | No | Incluir resúmenes generados por IA en los resultados \(predeterminado: false\) |
|
||||
| `livecrawl` | string | No | Modo de rastreo en vivo: always, fallback, o never \(predeterminado: never\) |
|
||||
| `livecrawl` | string | No | Modo de rastreo en vivo: always, fallback o never \(predeterminado: never\) |
|
||||
| `apiKey` | string | Sí | Clave API de Exa AI |
|
||||
|
||||
#### Salida
|
||||
@@ -115,10 +111,6 @@ Encuentra páginas web similares a una URL determinada utilizando Exa AI. Devuel
|
||||
| `includeDomains` | string | No | Lista separada por comas de dominios a incluir en los resultados |
|
||||
| `excludeDomains` | string | No | Lista separada por comas de dominios a excluir de los resultados |
|
||||
| `excludeSourceDomain` | boolean | No | Excluir el dominio de origen de los resultados \(predeterminado: false\) |
|
||||
| `startPublishedDate` | string | No | Filtrar resultados publicados después de esta fecha \(formato ISO 8601, por ejemplo, 2024-01-01\) |
|
||||
| `endPublishedDate` | string | No | Filtrar resultados publicados antes de esta fecha \(formato ISO 8601\) |
|
||||
| `startCrawlDate` | string | No | Filtrar resultados rastreados después de esta fecha \(formato ISO 8601\) |
|
||||
| `endCrawlDate` | string | No | Filtrar resultados rastreados antes de esta fecha \(formato ISO 8601\) |
|
||||
| `category` | string | No | Filtrar por categoría: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `highlights` | boolean | No | Incluir fragmentos destacados en los resultados \(predeterminado: false\) |
|
||||
| `summary` | boolean | No | Incluir resúmenes generados por IA en los resultados \(predeterminado: false\) |
|
||||
|
||||
@@ -58,7 +58,7 @@ Esto permite a tus agentes recopilar información de sitios web, extraer datos e
|
||||
|
||||
## Instrucciones de uso
|
||||
|
||||
Integra Firecrawl en el flujo de trabajo. Puede raspar páginas, buscar en la web, rastrear sitios web completos, mapear estructuras de URL y extraer datos estructurados usando IA.
|
||||
Integra Firecrawl en el flujo de trabajo. Extrae datos de páginas, busca en la web, rastrea sitios completos, mapea estructuras de URL y extrae datos estructurados con IA.
|
||||
|
||||
## Herramientas
|
||||
|
||||
@@ -70,26 +70,8 @@ Extrae contenido estructurado de páginas web con soporte integral de metadatos.
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | Sí | La URL de donde extraer contenido |
|
||||
| `formats` | json | No | Formatos de salida \(markdown, html, rawHtml, links, images, screenshot\). Predeterminado: \["markdown"\] |
|
||||
| `onlyMainContent` | boolean | No | Extraer solo el contenido principal, excluyendo encabezados, navegación, pies de página \(predeterminado: true\) |
|
||||
| `includeTags` | json | No | Etiquetas HTML a conservar en la salida |
|
||||
| `excludeTags` | json | No | Etiquetas HTML a eliminar de la salida |
|
||||
| `maxAge` | number | No | Devolver versión en caché si es más reciente que esta edad en ms \(predeterminado: 172800000\) |
|
||||
| `headers` | json | No | Encabezados de solicitud personalizados \(cookies, user-agent, etc.\) |
|
||||
| `waitFor` | number | No | Retraso en milisegundos antes de la obtención \(predeterminado: 0\) |
|
||||
| `mobile` | boolean | No | Emular dispositivo móvil \(predeterminado: false\) |
|
||||
| `skipTlsVerification` | boolean | No | Omitir verificación de certificado TLS \(predeterminado: true\) |
|
||||
| `timeout` | number | No | Tiempo de espera de solicitud en milisegundos |
|
||||
| `parsers` | json | No | Controles de procesamiento de archivos \(por ejemplo, \["pdf"\]\) |
|
||||
| `actions` | json | No | Operaciones previas al raspado \(esperar, clic, desplazamiento, captura de pantalla, etc.\) |
|
||||
| `location` | json | No | Configuración geográfica \(país, idiomas\) |
|
||||
| `removeBase64Images` | boolean | No | Eliminar imágenes base64 de la salida \(predeterminado: true\) |
|
||||
| `blockAds` | boolean | No | Habilitar bloqueo de anuncios y ventanas emergentes \(predeterminado: true\) |
|
||||
| `proxy` | string | No | Tipo de proxy: básico, sigiloso o automático \(predeterminado: auto\) |
|
||||
| `storeInCache` | boolean | No | Almacenar la página en caché \(predeterminado: true\) |
|
||||
| `zeroDataRetention` | boolean | No | Habilitar modo de retención de datos cero \(predeterminado: false\) |
|
||||
| `scrapeOptions` | json | No | Opciones para raspado de contenido \(heredado, preferir parámetros de nivel superior\) |
|
||||
| `url` | string | Sí | La URL de la que extraer contenido |
|
||||
| `scrapeOptions` | json | No | Opciones para la extracción de contenido |
|
||||
| `apiKey` | string | Sí | Clave API de Firecrawl |
|
||||
|
||||
#### Salida
|
||||
@@ -109,15 +91,6 @@ Busca información en la web usando Firecrawl
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `query` | string | Sí | La consulta de búsqueda a utilizar |
|
||||
| `limit` | number | No | Número máximo de resultados a devolver (1-100, predeterminado: 5) |
|
||||
| `sources` | json | No | Fuentes de búsqueda: ["web"], ["images"], o ["news"] (predeterminado: ["web"]) |
|
||||
| `categories` | json | No | Filtrar por categorías: ["github"], ["research"], o ["pdf"] |
|
||||
| `tbs` | string | No | Búsqueda basada en tiempo: qdr:h (hora), qdr:d (día), qdr:w (semana), qdr:m (mes), qdr:y (año) |
|
||||
| `location` | string | No | Ubicación geográfica para los resultados (ej., "San Francisco, California, United States") |
|
||||
| `country` | string | No | Código de país ISO para geolocalización (predeterminado: US) |
|
||||
| `timeout` | number | No | Tiempo de espera en milisegundos (predeterminado: 60000) |
|
||||
| `ignoreInvalidURLs` | boolean | No | Excluir URLs inválidas de los resultados (predeterminado: false) |
|
||||
| `scrapeOptions` | json | No | Configuración avanzada de extracción para resultados de búsqueda |
|
||||
| `apiKey` | string | Sí | Clave API de Firecrawl |
|
||||
|
||||
#### Salida
|
||||
@@ -137,20 +110,6 @@ Rastrea sitios web completos y extrae contenido estructurado de todas las págin
|
||||
| `url` | string | Sí | La URL del sitio web a rastrear |
|
||||
| `limit` | number | No | Número máximo de páginas a rastrear (predeterminado: 100) |
|
||||
| `onlyMainContent` | boolean | No | Extraer solo el contenido principal de las páginas |
|
||||
| `prompt` | string | No | Instrucción en lenguaje natural para generar automáticamente opciones de rastreo |
|
||||
| `maxDiscoveryDepth` | number | No | Límite de profundidad para el descubrimiento de URL (las páginas raíz tienen profundidad 0) |
|
||||
| `sitemap` | string | No | Si usar datos del mapa del sitio: "skip" o "include" (predeterminado: "include") |
|
||||
| `crawlEntireDomain` | boolean | No | Seguir URLs hermanas/padres o solo rutas hijas (predeterminado: false) |
|
||||
| `allowExternalLinks` | boolean | No | Seguir enlaces a sitios web externos (predeterminado: false) |
|
||||
| `allowSubdomains` | boolean | No | Seguir enlaces de subdominio (predeterminado: false) |
|
||||
| `ignoreQueryParameters` | boolean | No | Evitar volver a extraer la misma ruta con diferentes parámetros de consulta (predeterminado: false) |
|
||||
| `delay` | number | No | Segundos entre extracciones para cumplir con límites de tasa |
|
||||
| `maxConcurrency` | number | No | Límite de extracciones concurrentes |
|
||||
| `excludePaths` | json | No | Array de patrones regex para URLs a excluir |
|
||||
| `includePaths` | json | No | Array de patrones regex para URLs a incluir exclusivamente |
|
||||
| `webhook` | json | No | Configuración de webhook para notificaciones de rastreo |
|
||||
| `scrapeOptions` | json | No | Configuración avanzada de extracción |
|
||||
| `zeroDataRetention` | boolean | No | Habilitar retención de datos cero (predeterminado: false) |
|
||||
| `apiKey` | string | Sí | Clave API de Firecrawl |
|
||||
|
||||
#### Salida
|
||||
|
||||
@@ -74,10 +74,11 @@ Enviar correos electrónicos usando Gmail
|
||||
| `to` | string | Sí | Dirección de correo electrónico del destinatario |
|
||||
| `subject` | string | No | Asunto del correo electrónico |
|
||||
| `body` | string | Sí | Contenido del cuerpo del correo electrónico |
|
||||
| `threadId` | string | No | ID del hilo para responder (para encadenar mensajes) |
|
||||
| `replyToMessageId` | string | No | ID del mensaje de Gmail para responder - use el campo "id" de los resultados de Gmail Read (no el "messageId" del RFC) |
|
||||
| `cc` | string | No | Destinatarios en CC (separados por comas) |
|
||||
| `bcc` | string | No | Destinatarios en CCO (separados por comas) |
|
||||
| `contentType` | string | No | Tipo de contenido para el cuerpo del correo electrónico \(texto o html\) |
|
||||
| `threadId` | string | No | ID del hilo para responder \(para encadenar mensajes\) |
|
||||
| `replyToMessageId` | string | No | ID del mensaje de Gmail para responder - use el campo "id" de los resultados de Gmail Read \(no el "messageId" de RFC\) |
|
||||
| `cc` | string | No | Destinatarios en CC \(separados por comas\) |
|
||||
| `bcc` | string | No | Destinatarios en CCO \(separados por comas\) |
|
||||
| `attachments` | file[] | No | Archivos para adjuntar al correo electrónico |
|
||||
|
||||
#### Salida
|
||||
@@ -98,10 +99,11 @@ Crear borradores de correos electrónicos usando Gmail
|
||||
| `to` | string | Sí | Dirección de correo electrónico del destinatario |
|
||||
| `subject` | string | No | Asunto del correo electrónico |
|
||||
| `body` | string | Sí | Contenido del cuerpo del correo electrónico |
|
||||
| `threadId` | string | No | ID del hilo para responder (para encadenar mensajes) |
|
||||
| `replyToMessageId` | string | No | ID del mensaje de Gmail para responder - use el campo "id" de los resultados de Gmail Read (no el "messageId" del RFC) |
|
||||
| `cc` | string | No | Destinatarios en CC (separados por comas) |
|
||||
| `bcc` | string | No | Destinatarios en CCO (separados por comas) |
|
||||
| `contentType` | string | No | Tipo de contenido para el cuerpo del correo electrónico \(texto o html\) |
|
||||
| `threadId` | string | No | ID del hilo para responder \(para encadenar mensajes\) |
|
||||
| `replyToMessageId` | string | No | ID del mensaje de Gmail para responder - use el campo "id" de los resultados de Gmail Read \(no el "messageId" de RFC\) |
|
||||
| `cc` | string | No | Destinatarios en CC \(separados por comas\) |
|
||||
| `bcc` | string | No | Destinatarios en CCO \(separados por comas\) |
|
||||
| `attachments` | file[] | No | Archivos para adjuntar al borrador del correo electrónico |
|
||||
|
||||
#### Salida
|
||||
|
||||
@@ -79,28 +79,16 @@ Extrae y procesa contenido web en texto limpio y compatible con LLM usando Jina
|
||||
| `gatherLinks` | boolean | No | Si se deben recopilar todos los enlaces al final |
|
||||
| `jsonResponse` | boolean | No | Si se debe devolver la respuesta en formato JSON |
|
||||
| `apiKey` | string | Sí | Tu clave API de Jina AI |
|
||||
| `targetSelector` | string | No | Selector CSS para dirigirse a elementos específicos de la página \(p.ej., "#main-content"\) |
|
||||
| `waitForSelector` | string | No | Selector CSS para esperar antes de extraer contenido \(útil para páginas dinámicas\) |
|
||||
| `removeSelector` | string | No | Selector CSS para elementos a excluir \(p.ej., "header, footer, .ad"\) |
|
||||
| `timeout` | number | No | Máximo de segundos para esperar la carga de la página |
|
||||
| `withImagesummary` | boolean | No | Recopilar todas las imágenes de la página con metadatos |
|
||||
| `retainImages` | string | No | Controlar la inclusión de imágenes: "none" elimina todas, "all" mantiene todas |
|
||||
| `retainImages` | string | No | Control de inclusión de imágenes: "none" elimina todas, "all" mantiene todas |
|
||||
| `returnFormat` | string | No | Formato de salida: markdown, html, text, screenshot o pageshot |
|
||||
| `withIframe` | boolean | No | Incluir contenido de iframe en la extracción |
|
||||
| `withShadowDom` | boolean | No | Extraer contenido de Shadow DOM |
|
||||
| `setCookie` | string | No | Reenviar cookies de autenticación \(desactiva el almacenamiento en caché\) |
|
||||
| `proxyUrl` | string | No | URL de proxy HTTP para enrutamiento de solicitudes |
|
||||
| `proxy` | string | No | Código de país para proxy \(p.ej., "US", "UK"\) o "auto"/"none" |
|
||||
| `engine` | string | No | Motor de renderizado: browser, direct o cf-browser-rendering |
|
||||
| `tokenBudget` | number | No | Máximo de tokens para la solicitud \(control de costos\) |
|
||||
| `noCache` | boolean | No | Omitir contenido en caché para recuperación en tiempo real |
|
||||
| `cacheTolerance` | number | No | Vida útil personalizada de caché en segundos |
|
||||
| `withGeneratedAlt` | boolean | No | Generar texto alternativo para imágenes usando VLM |
|
||||
| `baseUrl` | string | No | Establecer como "final" para seguir la cadena de redirección |
|
||||
| `locale` | string | No | Configuración regional del navegador para renderizado \(p.ej., "en-US"\) |
|
||||
| `robotsTxt` | string | No | User-Agent de bot para verificación de robots.txt |
|
||||
| `robotsTxt` | string | No | User-Agent del bot para verificación de robots.txt |
|
||||
| `dnt` | boolean | No | Do Not Track - evita almacenamiento en caché/seguimiento |
|
||||
| `noGfm` | boolean | No | Desactivar GitHub Flavored Markdown |
|
||||
| `noGfm` | boolean | No | Deshabilitar GitHub Flavored Markdown |
|
||||
|
||||
#### Salida
|
||||
|
||||
@@ -117,28 +105,19 @@ Busca en la web y devuelve los 5 mejores resultados con contenido compatible con
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `q` | string | Sí | Cadena de consulta de búsqueda |
|
||||
| `apiKey` | string | Sí | Tu clave API de Jina AI |
|
||||
| `gl` | string | No | Código de país de dos letras para resultados específicos geográficamente (p. ej., "US", "UK", "JP") |
|
||||
| `location` | string | No | Ubicación a nivel de ciudad para resultados de búsqueda localizados |
|
||||
| `hl` | string | No | Código de idioma de dos letras para resultados (p. ej., "en", "es", "fr") |
|
||||
| `num` | number | No | Número máximo de resultados por página (predeterminado: 5) |
|
||||
| `page` | number | No | Número de página para paginación (desplazamiento) |
|
||||
| `site` | string | No | Restringir resultados a dominio(s) específico(s). Puede estar separado por comas para múltiples sitios (p. ej., "jina.ai,github.com") |
|
||||
| `num` | number | No | Número máximo de resultados por página \(predeterminado: 5\) |
|
||||
| `site` | string | No | Restringir resultados a dominio\(s\) específicos. Puede ser separado por comas para múltiples sitios \(ej., "jina.ai,github.com"\) |
|
||||
| `withFavicon` | boolean | No | Incluir favicons de sitios web en los resultados |
|
||||
| `withImagesummary` | boolean | No | Recopilar todas las imágenes de las páginas de resultados con metadatos |
|
||||
| `withLinksummary` | boolean | No | Recopilar todos los enlaces de las páginas de resultados |
|
||||
| `retainImages` | string | No | Control de inclusión de imágenes: "none" elimina todas, "all" mantiene todas |
|
||||
| `noCache` | boolean | No | Omitir contenido en caché para recuperación en tiempo real |
|
||||
| `withGeneratedAlt` | boolean | No | Generar texto alternativo para imágenes usando VLM |
|
||||
| `respondWith` | string | No | Establecer en "no-content" para obtener solo metadatos sin contenido de página |
|
||||
| `respondWith` | string | No | Establecer como "no-content" para obtener solo metadatos sin contenido de página |
|
||||
| `returnFormat` | string | No | Formato de salida: markdown, html, text, screenshot o pageshot |
|
||||
| `engine` | string | No | Motor de renderizado: browser o direct |
|
||||
| `timeout` | number | No | Segundos máximos de espera para la carga de la página |
|
||||
| `setCookie` | string | No | Reenviar cookies de autenticación |
|
||||
| `proxyUrl` | string | No | URL de proxy HTTP para enrutamiento de solicitudes |
|
||||
| `locale` | string | No | Configuración regional del navegador para renderizado (p. ej., "en-US") |
|
||||
|
||||
#### Salida
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ En Sim, la integración con Jira permite a tus agentes interactuar sin problemas
|
||||
|
||||
## Instrucciones de uso
|
||||
|
||||
Integra Jira en el flujo de trabajo. Puede leer, escribir y actualizar incidencias. Requiere OAuth.
|
||||
Integra Jira en el flujo de trabajo. Puede leer, escribir y actualizar incidencias. También puede activar flujos de trabajo basados en eventos webhook de Jira.
|
||||
|
||||
## Herramientas
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ En Sim, la integración con Linear permite a tus agentes interactuar sin problem
|
||||
|
||||
## Instrucciones de uso
|
||||
|
||||
Integra Linear en el flujo de trabajo. Puede gestionar incidencias, comentarios, proyectos, etiquetas, estados de flujo de trabajo, ciclos, archivos adjuntos y más.
|
||||
Integra Linear en el flujo de trabajo. Puede gestionar incidencias, comentarios, proyectos, etiquetas, estados de flujo de trabajo, ciclos, adjuntos y más. También puede activar flujos de trabajo basados en eventos de webhook de Linear.
|
||||
|
||||
## Herramientas
|
||||
|
||||
@@ -885,6 +885,590 @@ Marcar una notificación como leída o no leída en Linear
|
||||
| --------- | ---- | ----------- |
|
||||
| `notification` | object | La notificación actualizada |
|
||||
|
||||
### `linear_create_customer`
|
||||
|
||||
Crear un nuevo cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | string | Sí | Nombre del cliente |
|
||||
| `domains` | array | No | Dominios asociados con este cliente |
|
||||
| `externalIds` | array | No | IDs externos de otros sistemas |
|
||||
| `logoUrl` | string | No | URL del logotipo del cliente |
|
||||
| `ownerId` | string | No | ID del usuario propietario de este cliente |
|
||||
| `revenue` | number | No | Ingresos anuales de este cliente |
|
||||
| `size` | number | No | Tamaño de la organización del cliente |
|
||||
| `statusId` | string | No | ID del estado del cliente |
|
||||
| `tierId` | string | No | ID del nivel del cliente |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | El cliente creado |
|
||||
|
||||
### `linear_list_customers`
|
||||
|
||||
Listar todos los clientes en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `first` | number | No | Número de clientes a devolver \(predeterminado: 50\) |
|
||||
| `after` | string | No | Cursor para paginación |
|
||||
| `includeArchived` | boolean | No | Incluir clientes archivados \(predeterminado: false\) |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customers` | array | Array de clientes |
|
||||
|
||||
### `linear_create_customer_request`
|
||||
|
||||
Crea una solicitud de cliente (necesidad) en Linear. Asigna al cliente, establece la urgencia (prioridad: 0 = No importante, 1 = Importante), y opcionalmente vincula a una incidencia.
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerId` | string | Sí | ID del cliente al que asignar esta solicitud |
|
||||
| `body` | string | No | Descripción de la solicitud del cliente |
|
||||
| `priority` | number | No | Nivel de urgencia: 0 = No importante, 1 = Importante \(predeterminado: 0\) |
|
||||
| `issueId` | string | No | ID de la incidencia a la que vincular esta solicitud |
|
||||
| `projectId` | string | No | ID del proyecto al que vincular esta solicitud |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | object | La solicitud de cliente creada |
|
||||
|
||||
### `linear_update_customer_request`
|
||||
|
||||
Actualiza una solicitud de cliente (necesidad) en Linear. Puede cambiar la urgencia, descripción, asignación de cliente e incidencia vinculada.
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerNeedId` | string | Sí | ID de la solicitud de cliente a actualizar |
|
||||
| `body` | string | No | Descripción actualizada de la solicitud del cliente |
|
||||
| `priority` | number | No | Nivel de urgencia actualizado: 0 = No importante, 1 = Importante |
|
||||
| `customerId` | string | No | Nuevo ID del cliente al que asignar esta solicitud |
|
||||
| `issueId` | string | No | Nuevo ID de la incidencia a la que vincular esta solicitud |
|
||||
| `projectId` | string | No | Nuevo ID del proyecto al que vincular esta solicitud |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | object | La solicitud del cliente actualizada |
|
||||
|
||||
### `linear_list_customer_requests`
|
||||
|
||||
Listar todas las solicitudes de clientes (necesidades) en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `first` | number | No | Número de solicitudes de clientes a devolver \(predeterminado: 50\) |
|
||||
| `after` | string | No | Cursor para paginación |
|
||||
| `includeArchived` | boolean | No | Incluir solicitudes de clientes archivadas \(predeterminado: false\) |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeeds` | array | Array de solicitudes de clientes |
|
||||
|
||||
### `linear_get_customer`
|
||||
|
||||
Obtener un solo cliente por ID en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerId` | string | Sí | ID del cliente a recuperar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | Los datos del cliente |
|
||||
|
||||
### `linear_update_customer`
|
||||
|
||||
Actualizar un cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerId` | string | Sí | ID del cliente a actualizar |
|
||||
| `name` | string | No | Nombre del cliente actualizado |
|
||||
| `domains` | array | No | Dominios actualizados |
|
||||
| `externalIds` | array | No | IDs externos actualizados |
|
||||
| `logoUrl` | string | No | URL del logo actualizada |
|
||||
| `ownerId` | string | No | ID del usuario propietario actualizado |
|
||||
| `revenue` | number | No | Ingresos anuales actualizados |
|
||||
| `size` | number | No | Tamaño de la organización actualizado |
|
||||
| `statusId` | string | No | ID del estado del cliente actualizado |
|
||||
| `tierId` | string | No | ID del nivel del cliente actualizado |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | El cliente actualizado |
|
||||
|
||||
### `linear_delete_customer`
|
||||
|
||||
Eliminar un cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerId` | string | Sí | ID del cliente a eliminar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la eliminación fue exitosa |
|
||||
|
||||
### `linear_merge_customers`
|
||||
|
||||
Fusionar dos clientes en Linear moviendo todos los datos desde el origen al destino
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `sourceCustomerId` | string | Sí | ID del cliente origen (será eliminado después de la fusión) |
|
||||
| `targetCustomerId` | string | Sí | ID del cliente destino (recibirá todos los datos) |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | El cliente destino fusionado |
|
||||
|
||||
### `linear_create_customer_status`
|
||||
|
||||
Crear un nuevo estado de cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | string | Sí | Nombre del estado del cliente |
|
||||
| `color` | string | Sí | Color del estado (código hex) |
|
||||
| `displayName` | string | No | Nombre para mostrar del estado |
|
||||
| `description` | string | No | Descripción del estado |
|
||||
| `position` | number | No | Posición en la lista de estados |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | object | El estado del cliente creado |
|
||||
|
||||
### `linear_update_customer_status`
|
||||
|
||||
Actualizar un estado de cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `statusId` | string | Sí | ID del estado de cliente a actualizar |
|
||||
| `name` | string | No | Nombre de estado actualizado |
|
||||
| `color` | string | No | Color de estado actualizado |
|
||||
| `displayName` | string | No | Nombre de visualización actualizado |
|
||||
| `description` | string | No | Descripción actualizada |
|
||||
| `position` | number | No | Posición actualizada |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | object | El estado del cliente actualizado |
|
||||
|
||||
### `linear_delete_customer_status`
|
||||
|
||||
Eliminar un estado de cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `statusId` | string | Sí | ID del estado de cliente a eliminar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la eliminación fue exitosa |
|
||||
|
||||
### `linear_list_customer_statuses`
|
||||
|
||||
Listar todos los estados de cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatuses` | array | Lista de estados de cliente |
|
||||
|
||||
### `linear_create_customer_tier`
|
||||
|
||||
Crear un nuevo nivel de cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | string | Sí | Nombre del nivel de cliente |
|
||||
| `color` | string | Sí | Color del nivel (código hex) |
|
||||
| `displayName` | string | No | Nombre para mostrar del nivel |
|
||||
| `description` | string | No | Descripción del nivel |
|
||||
| `position` | number | No | Posición en la lista de niveles |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | object | El nivel de cliente creado |
|
||||
|
||||
### `linear_update_customer_tier`
|
||||
|
||||
Actualizar un nivel de cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `tierId` | string | Sí | ID del nivel de cliente a actualizar |
|
||||
| `name` | string | No | Nombre actualizado del nivel |
|
||||
| `color` | string | No | Color actualizado del nivel |
|
||||
| `displayName` | string | No | Nombre para mostrar actualizado |
|
||||
| `description` | string | No | Descripción actualizada |
|
||||
| `position` | number | No | Posición actualizada |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | object | El nivel de cliente actualizado |
|
||||
|
||||
### `linear_delete_customer_tier`
|
||||
|
||||
Eliminar un nivel de cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `tierId` | string | Sí | ID del nivel de cliente a eliminar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la eliminación fue exitosa |
|
||||
|
||||
### `linear_list_customer_tiers`
|
||||
|
||||
Listar todos los niveles de cliente en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTiers` | array | Lista de niveles de cliente |
|
||||
|
||||
### `linear_delete_project`
|
||||
|
||||
Eliminar un proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | string | Sí | ID del proyecto a eliminar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la eliminación fue exitosa |
|
||||
|
||||
### `linear_create_project_label`
|
||||
|
||||
Crear una nueva etiqueta de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | string | Sí | Nombre de la etiqueta de proyecto |
|
||||
| `color` | string | No | Color de la etiqueta (código hexadecimal) |
|
||||
| `description` | string | No | Descripción de la etiqueta |
|
||||
| `isGroup` | boolean | No | Indica si es un grupo de etiquetas |
|
||||
| `parentId` | string | No | ID del grupo de etiquetas padre |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | object | La etiqueta de proyecto creada |
|
||||
|
||||
### `linear_update_project_label`
|
||||
|
||||
Actualizar una etiqueta de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `labelId` | string | Sí | ID de la etiqueta de proyecto a actualizar |
|
||||
| `name` | string | No | Nombre actualizado de la etiqueta |
|
||||
| `color` | string | No | Color actualizado de la etiqueta |
|
||||
| `description` | string | No | Descripción actualizada |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | object | La etiqueta de proyecto actualizada |
|
||||
|
||||
### `linear_delete_project_label`
|
||||
|
||||
Eliminar una etiqueta de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `labelId` | string | Sí | ID de la etiqueta de proyecto a eliminar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la eliminación fue exitosa |
|
||||
|
||||
### `linear_list_project_labels`
|
||||
|
||||
Listar todas las etiquetas de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | string | No | ID de proyecto opcional para filtrar etiquetas de un proyecto específico |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabels` | array | Lista de etiquetas de proyecto |
|
||||
|
||||
### `linear_add_label_to_project`
|
||||
|
||||
Añadir una etiqueta a un proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | string | Sí | ID del proyecto |
|
||||
| `labelId` | string | Sí | ID de la etiqueta para añadir |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la etiqueta se añadió correctamente |
|
||||
| `projectId` | string | El ID del proyecto |
|
||||
|
||||
### `linear_remove_label_from_project`
|
||||
|
||||
Eliminar una etiqueta de un proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | string | Sí | ID del proyecto |
|
||||
| `labelId` | string | Sí | ID de la etiqueta para eliminar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la etiqueta se eliminó correctamente |
|
||||
| `projectId` | string | El ID del proyecto |
|
||||
|
||||
### `linear_create_project_milestone`
|
||||
|
||||
Crear un nuevo hito de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | string | Sí | ID del proyecto |
|
||||
| `name` | string | Sí | Nombre del hito |
|
||||
| `description` | string | No | Descripción del hito |
|
||||
| `targetDate` | string | No | Fecha objetivo \(ISO 8601\) |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | object | El hito de proyecto creado |
|
||||
|
||||
### `linear_update_project_milestone`
|
||||
|
||||
Actualizar un hito de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `milestoneId` | string | Sí | ID del hito de proyecto a actualizar |
|
||||
| `name` | string | No | Nombre actualizado del hito |
|
||||
| `description` | string | No | Descripción actualizada |
|
||||
| `targetDate` | string | No | Fecha objetivo actualizada \(ISO 8601\) |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | object | El hito de proyecto actualizado |
|
||||
|
||||
### `linear_delete_project_milestone`
|
||||
|
||||
Eliminar un hito de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `milestoneId` | string | Sí | ID del hito de proyecto a eliminar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la eliminación fue exitosa |
|
||||
|
||||
### `linear_list_project_milestones`
|
||||
|
||||
Listar todos los hitos de un proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | string | Sí | ID del proyecto para listar sus hitos |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestones` | array | Lista de hitos del proyecto |
|
||||
|
||||
### `linear_create_project_status`
|
||||
|
||||
Crear un nuevo estado de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | string | Sí | Nombre del estado del proyecto |
|
||||
| `color` | string | Sí | Color del estado \(código hex\) |
|
||||
| `description` | string | No | Descripción del estado |
|
||||
| `indefinite` | boolean | No | Indica si el estado es indefinido |
|
||||
| `position` | number | No | Posición en la lista de estados |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | object | El estado del proyecto creado |
|
||||
|
||||
### `linear_update_project_status`
|
||||
|
||||
Actualizar un estado de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `statusId` | string | Sí | ID del estado del proyecto a actualizar |
|
||||
| `name` | string | No | Nombre actualizado del estado |
|
||||
| `color` | string | No | Color actualizado del estado |
|
||||
| `description` | string | No | Descripción actualizada |
|
||||
| `indefinite` | boolean | No | Indicador indefinido actualizado |
|
||||
| `position` | number | No | Posición actualizada |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | object | El estado del proyecto actualizado |
|
||||
|
||||
### `linear_delete_project_status`
|
||||
|
||||
Eliminar un estado de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `statusId` | string | Sí | ID del estado del proyecto a eliminar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la eliminación fue exitosa |
|
||||
|
||||
### `linear_list_project_statuses`
|
||||
|
||||
Listar todos los estados de proyecto en Linear
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatuses` | array | Lista de estados de proyecto |
|
||||
|
||||
## Notas
|
||||
|
||||
- Categoría: `tools`
|
||||
|
||||
@@ -190,7 +190,10 @@ Actualizar una tarea en Microsoft Planner
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la tarea se actualizó correctamente |
|
||||
| `message` | string | Mensaje de éxito cuando la tarea se actualiza |
|
||||
| `task` | object | El objeto de tarea actualizado con todas sus propiedades |
|
||||
| `taskId` | string | ID de la tarea actualizada |
|
||||
| `etag` | string | Nuevo ETag después de la actualización - úselo para operaciones posteriores |
|
||||
| `metadata` | object | Metadatos que incluyen taskId, planId y taskUrl |
|
||||
|
||||
### `microsoft_planner_delete_task`
|
||||
@@ -214,21 +217,20 @@ Eliminar una tarea de Microsoft Planner
|
||||
|
||||
### `microsoft_planner_list_plans`
|
||||
|
||||
Listar todos los planes en un grupo de Microsoft 365
|
||||
Listar todos los planes compartidos con el usuario actual
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `groupId` | string | Sí | El ID del grupo de Microsoft 365 |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si los planes se recuperaron correctamente |
|
||||
| `plans` | array | Array de objetos de plan |
|
||||
| `metadata` | object | Metadatos que incluyen groupId y count |
|
||||
| `plans` | array | Array de objetos de plan compartidos con el usuario actual |
|
||||
| `metadata` | object | Metadatos que incluyen userId y count |
|
||||
|
||||
### `microsoft_planner_read_plan`
|
||||
|
||||
@@ -358,6 +360,7 @@ Obtener información detallada sobre una tarea, incluyendo lista de verificació
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si los detalles de la tarea se recuperaron correctamente |
|
||||
| `taskDetails` | object | Los detalles de la tarea incluyendo descripción, lista de verificación y referencias |
|
||||
| `etag` | string | El valor ETag para estos detalles de tarea - úselo para operaciones de actualización |
|
||||
| `metadata` | object | Metadatos incluyendo taskId |
|
||||
|
||||
### `microsoft_planner_update_task_details`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: OneDrive
|
||||
description: Crear, subir y listar archivos
|
||||
description: Crear, subir, descargar, listar y eliminar archivos
|
||||
---
|
||||
|
||||
import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
@@ -50,7 +50,7 @@ En Sim, la integración con OneDrive permite a tus agentes interactuar directame
|
||||
|
||||
## Instrucciones de uso
|
||||
|
||||
Integra OneDrive en el flujo de trabajo. Puede crear archivos de texto y Excel, subir archivos y listar archivos.
|
||||
Integra OneDrive en el flujo de trabajo. Puede crear archivos de texto y Excel, subir archivos, descargar archivos, listar archivos y eliminar archivos o carpetas.
|
||||
|
||||
## Herramientas
|
||||
|
||||
@@ -133,6 +133,24 @@ Listar archivos y carpetas en OneDrive
|
||||
| `files` | array | Array de objetos de archivo y carpeta con metadatos |
|
||||
| `nextPageToken` | string | Token para recuperar la siguiente página de resultados (opcional) |
|
||||
|
||||
### `onedrive_delete`
|
||||
|
||||
Eliminar un archivo o carpeta de OneDrive
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `fileId` | string | Sí | El ID del archivo o carpeta a eliminar |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si el archivo se eliminó correctamente |
|
||||
| `deleted` | boolean | Confirmación de que el archivo fue eliminado |
|
||||
| `fileId` | string | El ID del archivo eliminado |
|
||||
|
||||
## Notas
|
||||
|
||||
- Categoría: `tools`
|
||||
|
||||
@@ -163,8 +163,9 @@ Enviar correos electrónicos usando Outlook
|
||||
| `to` | string | Sí | Dirección de correo electrónico del destinatario |
|
||||
| `subject` | string | Sí | Asunto del correo electrónico |
|
||||
| `body` | string | Sí | Contenido del cuerpo del correo electrónico |
|
||||
| `replyToMessageId` | string | No | ID del mensaje al que responder \(para encadenar\) |
|
||||
| `conversationId` | string | No | ID de conversación para encadenar |
|
||||
| `contentType` | string | No | Tipo de contenido para el cuerpo del correo electrónico \(texto o html\) |
|
||||
| `replyToMessageId` | string | No | ID del mensaje al que se responde \(para el hilo\) |
|
||||
| `conversationId` | string | No | ID de conversación para el hilo |
|
||||
| `cc` | string | No | Destinatarios en CC \(separados por comas\) |
|
||||
| `bcc` | string | No | Destinatarios en CCO \(separados por comas\) |
|
||||
| `attachments` | file[] | No | Archivos para adjuntar al correo electrónico |
|
||||
@@ -189,6 +190,7 @@ Crear borradores de correos electrónicos usando Outlook
|
||||
| `to` | string | Sí | Dirección de correo electrónico del destinatario |
|
||||
| `subject` | string | Sí | Asunto del correo electrónico |
|
||||
| `body` | string | Sí | Contenido del cuerpo del correo electrónico |
|
||||
| `contentType` | string | No | Tipo de contenido para el cuerpo del correo electrónico \(texto o html\) |
|
||||
| `cc` | string | No | Destinatarios en CC \(separados por comas\) |
|
||||
| `bcc` | string | No | Destinatarios en CCO \(separados por comas\) |
|
||||
| `attachments` | file[] | No | Archivos para adjuntar al borrador del correo electrónico |
|
||||
|
||||
@@ -123,9 +123,8 @@ Realiza investigaciones exhaustivas y profundas en la web utilizando Parallel AI
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `input` | string | Sí | Consulta o pregunta de investigación \(hasta 15.000 caracteres\) |
|
||||
| `input` | string | Sí | Consulta de investigación o pregunta \(hasta 15.000 caracteres\) |
|
||||
| `processor` | string | No | Nivel de cómputo: base, lite, pro, ultra, ultra2x, ultra4x, ultra8x \(predeterminado: base\) |
|
||||
| `output_schema` | string | No | Descripción del formato de salida deseado. Usa "text" para informes en markdown con citas, o describe un formato JSON estructurado |
|
||||
| `include_domains` | string | No | Lista de dominios separados por comas para restringir la investigación \(política de fuentes\) |
|
||||
| `exclude_domains` | string | No | Lista de dominios separados por comas para excluir de la investigación \(política de fuentes\) |
|
||||
| `apiKey` | string | Sí | Clave API de Parallel AI |
|
||||
|
||||
@@ -120,29 +120,6 @@ Obtener publicaciones controvertidas de un subreddit
|
||||
| `subreddit` | string | Nombre del subreddit del que se obtuvieron las publicaciones |
|
||||
| `posts` | array | Array de publicaciones controvertidas con título, autor, URL, puntuación, recuento de comentarios y metadatos |
|
||||
|
||||
### `reddit_get_gilded`
|
||||
|
||||
Obtener publicaciones premiadas/con medallas de un subreddit
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | Sí | El nombre del subreddit del que obtener publicaciones \(sin el prefijo r/\) |
|
||||
| `limit` | number | No | Número máximo de publicaciones a devolver \(predeterminado: 10, máximo: 100\) |
|
||||
| `after` | string | No | Nombre completo de un elemento para obtener elementos posteriores \(para paginación\) |
|
||||
| `before` | string | No | Nombre completo de un elemento para obtener elementos anteriores \(para paginación\) |
|
||||
| `count` | number | No | Recuento de elementos ya vistos en el listado \(usado para numeración\) |
|
||||
| `show` | string | No | Mostrar elementos que normalmente serían filtrados \(p. ej., "all"\) |
|
||||
| `sr_detail` | boolean | No | Expandir detalles del subreddit en la respuesta |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `subreddit` | string | Nombre del subreddit del que se obtuvieron las publicaciones |
|
||||
| `posts` | array | Array de publicaciones premiadas/con insignias con título, autor, URL, puntuación, recuento de comentarios y metadatos |
|
||||
|
||||
### `reddit_search`
|
||||
|
||||
Buscar publicaciones dentro de un subreddit
|
||||
@@ -160,7 +137,7 @@ Buscar publicaciones dentro de un subreddit
|
||||
| `after` | string | No | Nombre completo de un elemento para obtener elementos posteriores \(para paginación\) |
|
||||
| `before` | string | No | Nombre completo de un elemento para obtener elementos anteriores \(para paginación\) |
|
||||
| `count` | number | No | Recuento de elementos ya vistos en el listado \(usado para numeración\) |
|
||||
| `show` | string | No | Mostrar elementos que normalmente serían filtrados \(por ejemplo, "all"\) |
|
||||
| `show` | string | No | Mostrar elementos que normalmente serían filtrados \(p. ej., "all"\) |
|
||||
|
||||
#### Salida
|
||||
|
||||
@@ -191,11 +168,11 @@ Enviar una nueva publicación a un subreddit (texto o enlace)
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Si la publicación se envió correctamente |
|
||||
| `message` | string | Mensaje de éxito o error |
|
||||
| `data` | object | Datos de la publicación incluyendo ID, nombre, URL y permalink |
|
||||
| `data` | object | Datos de la publicación incluyendo ID, nombre, URL y enlace permanente |
|
||||
|
||||
### `reddit_vote`
|
||||
|
||||
Votar positivamente, negativamente o quitar voto a una publicación o comentario de Reddit
|
||||
Votar positivamente, negativamente o quitar el voto a una publicación o comentario de Reddit
|
||||
|
||||
#### Entrada
|
||||
|
||||
@@ -208,7 +185,7 @@ Votar positivamente, negativamente o quitar voto a una publicación o comentario
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Si el voto fue exitoso |
|
||||
| `success` | boolean | Indica si el voto fue exitoso |
|
||||
| `message` | string | Mensaje de éxito o error |
|
||||
|
||||
### `reddit_save`
|
||||
@@ -226,7 +203,7 @@ Guardar una publicación o comentario de Reddit en tus elementos guardados
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Si el guardado fue exitoso |
|
||||
| `success` | boolean | Indica si el guardado fue exitoso |
|
||||
| `message` | string | Mensaje de éxito o error |
|
||||
|
||||
### `reddit_unsave`
|
||||
@@ -253,16 +230,16 @@ Añadir una respuesta de comentario a una publicación o comentario de Reddit
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `parent_id` | string | Sí | Nombre completo del elemento al que responder (p. ej., t3_xxxxx para publicación, t1_xxxxx para comentario) |
|
||||
| `parent_id` | string | Sí | Nombre completo del elemento al que responder \(p. ej., t3_xxxxx para publicación, t1_xxxxx para comentario\) |
|
||||
| `text` | string | Sí | Texto del comentario en formato markdown |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la respuesta se publicó correctamente |
|
||||
| `success` | boolean | Si la respuesta se publicó correctamente |
|
||||
| `message` | string | Mensaje de éxito o error |
|
||||
| `data` | object | Datos del comentario incluyendo ID, nombre, enlace permanente y cuerpo |
|
||||
| `data` | object | Datos del comentario incluyendo ID, nombre, permalink y cuerpo |
|
||||
|
||||
### `reddit_edit`
|
||||
|
||||
@@ -272,14 +249,14 @@ Editar el texto de tu propia publicación o comentario de Reddit
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `thing_id` | string | Sí | Nombre completo del elemento a editar (p. ej., t3_xxxxx para publicación, t1_xxxxx para comentario) |
|
||||
| `thing_id` | string | Sí | Nombre completo del elemento a editar \(p. ej., t3_xxxxx para publicación, t1_xxxxx para comentario\) |
|
||||
| `text` | string | Sí | Nuevo contenido de texto en formato markdown |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indica si la edición fue exitosa |
|
||||
| `success` | boolean | Si la edición fue exitosa |
|
||||
| `message` | string | Mensaje de éxito o error |
|
||||
| `data` | object | Datos del contenido actualizado |
|
||||
|
||||
@@ -291,7 +268,7 @@ Eliminar tu propia publicación o comentario de Reddit
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | string | Sí | Nombre completo del elemento a eliminar (p. ej., t3_xxxxx para publicación, t1_xxxxx para comentario) |
|
||||
| `id` | string | Sí | Nombre completo del elemento a eliminar \(p. ej., t3_xxxxx para publicación, t1_xxxxx para comentario\) |
|
||||
|
||||
#### Salida
|
||||
|
||||
@@ -306,7 +283,7 @@ Suscribirse o cancelar la suscripción a un subreddit
|
||||
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Requerido | Descripción |
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | Sí | El nombre del subreddit \(sin el prefijo r/\) |
|
||||
| `action` | string | Sí | Acción a realizar: "sub" para suscribirse o "unsub" para cancelar la suscripción |
|
||||
|
||||
@@ -51,11 +51,12 @@ Envía un correo electrónico usando tu propia clave API de Resend y dirección
|
||||
#### Entrada
|
||||
|
||||
| Parámetro | Tipo | Obligatorio | Descripción |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `fromAddress` | string | Sí | Dirección de correo electrónico desde la que enviar |
|
||||
| `to` | string | Sí | Dirección de correo electrónico del destinatario |
|
||||
| `subject` | string | Sí | Asunto del correo electrónico |
|
||||
| `body` | string | Sí | Contenido del cuerpo del correo electrónico |
|
||||
| `contentType` | string | No | Tipo de contenido para el cuerpo del correo electrónico \(texto o html\) |
|
||||
| `resendApiKey` | string | Sí | Clave API de Resend para enviar correos electrónicos |
|
||||
|
||||
#### Salida
|
||||
|
||||
@@ -37,13 +37,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
/>
|
||||
<path d='M194.9 33.9001H169.8V121.4H194.9V33.9001Z' fill='white' />
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M142.9 41.3001L141.3 33.9001H119.7V121.4H144.7V62.1001C150.6 54.4001 160.6 55.8001 163.7 56.9001V33.9001C160.5 32.7001 148.8 30.5001 142.9 41.3001Z'
|
||||
fill='white'
|
||||
/>
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M92.8999 12.2002L68.4999 17.4002L68.3999 97.5002C68.3999 112.3 79.4999 123.2 94.2999 123.2C102.5 123.2 108.5 121.7 111.8 119.9V99.6002C108.6 100.9 92.7999 105.5 92.7999 90.7002V55.2002H111.8V33.9002H92.7999L92.8999 12.2002Z'
|
||||
fill='white'
|
||||
|
||||
@@ -321,17 +321,15 @@ Descargar un archivo de un bucket de almacenamiento de Supabase
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | Sí | ID de tu proyecto Supabase \(p. ej., jdrkgepadsdopsntdlom\) |
|
||||
| `bucket` | string | Sí | El nombre del bucket de almacenamiento |
|
||||
| `path` | string | Sí | La ruta al archivo para descargar \(p. ej., "carpeta/archivo.jpg"\) |
|
||||
| `path` | string | Sí | La ruta al archivo a descargar \(p. ej., "carpeta/archivo.jpg"\) |
|
||||
| `fileName` | string | No | Anulación opcional del nombre del archivo |
|
||||
| `apiKey` | string | Sí | Tu clave secreta de rol de servicio de Supabase |
|
||||
|
||||
#### Salida
|
||||
|
||||
| Parámetro | Tipo | Descripción |
|
||||
| --------- | ---- | ----------- |
|
||||
| `message` | string | Mensaje de estado de la operación |
|
||||
| `fileContent` | string | Contenido del archivo \(codificado en base64 si es binario, texto plano en caso contrario\) |
|
||||
| `contentType` | string | Tipo MIME del archivo |
|
||||
| `isBase64` | boolean | Indica si el contenido del archivo está codificado en base64 |
|
||||
| `file` | file | Archivo descargado almacenado en archivos de ejecución |
|
||||
|
||||
### `supabase_storage_list`
|
||||
|
||||
|
||||
@@ -277,28 +277,6 @@ Supprimer une pièce jointe d'une page Confluence (déplace vers la corbeille).
|
||||
| `attachmentId` | chaîne | ID de la pièce jointe supprimée |
|
||||
| `deleted` | booléen | Statut de la suppression |
|
||||
|
||||
### `confluence_add_label`
|
||||
|
||||
Ajouter une étiquette à une page Confluence.
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | chaîne | Oui | Votre domaine Confluence \(ex. : votreentreprise.atlassian.net\) |
|
||||
| `pageId` | chaîne | Oui | ID de la page Confluence à laquelle ajouter l'étiquette |
|
||||
| `labelName` | chaîne | Oui | Nom de l'étiquette à ajouter |
|
||||
| `cloudId` | chaîne | Non | ID Cloud Confluence pour l'instance. S'il n'est pas fourni, il sera récupéré à l'aide du domaine. |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | chaîne | Horodatage de l'opération |
|
||||
| `pageId` | chaîne | ID de la page |
|
||||
| `labelName` | chaîne | Nom du libellé |
|
||||
| `added` | booléen | Statut de l'ajout |
|
||||
|
||||
### `confluence_list_labels`
|
||||
|
||||
Lister tous les libellés d'une page Confluence.
|
||||
@@ -318,28 +296,6 @@ Lister tous les libellés d'une page Confluence.
|
||||
| `ts` | chaîne | Horodatage de la récupération |
|
||||
| `labels` | tableau | Liste des libellés |
|
||||
|
||||
### `confluence_remove_label`
|
||||
|
||||
Supprimer un libellé d'une page Confluence.
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | chaîne | Oui | Votre domaine Confluence \(ex. : votreentreprise.atlassian.net\) |
|
||||
| `pageId` | chaîne | Oui | ID de la page Confluence dont il faut supprimer le libellé |
|
||||
| `labelName` | chaîne | Oui | Nom du libellé à supprimer |
|
||||
| `cloudId` | chaîne | Non | ID Cloud Confluence pour l'instance. S'il n'est pas fourni, il sera récupéré à l'aide du domaine. |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | chaîne | Horodatage de l'opération |
|
||||
| `pageId` | chaîne | ID de la page |
|
||||
| `labelName` | chaîne | Nom du libellé |
|
||||
| `removed` | booléen | Statut de suppression |
|
||||
|
||||
### `confluence_get_space`
|
||||
|
||||
Obtenir les détails d'un espace Confluence spécifique.
|
||||
@@ -373,7 +329,7 @@ Lister tous les espaces Confluence accessibles à l'utilisateur.
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | chaîne | Oui | Votre domaine Confluence \(ex. : votreentreprise.atlassian.net\) |
|
||||
| `limit` | nombre | Non | Nombre maximum d'espaces à retourner \(par défaut : 25\) |
|
||||
| `limit` | nombre | Non | Nombre maximum d'espaces à renvoyer \(par défaut : 25\) |
|
||||
| `cloudId` | chaîne | Non | ID Cloud Confluence pour l'instance. S'il n'est pas fourni, il sera récupéré à l'aide du domaine. |
|
||||
|
||||
#### Sortie
|
||||
|
||||
@@ -56,20 +56,16 @@ Recherchez sur le web en utilisant Exa AI. Renvoie des résultats de recherche p
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `query` | chaîne | Oui | La requête de recherche à exécuter |
|
||||
| `numResults` | nombre | Non | Nombre de résultats à renvoyer \(par défaut : 10, max : 25\) |
|
||||
| `useAutoprompt` | booléen | Non | Indique s'il faut utiliser l'autoprompt pour améliorer la requête \(par défaut : false\) |
|
||||
| `numResults` | nombre | Non | Nombre de résultats à retourner \(par défaut : 10, max : 25\) |
|
||||
| `useAutoprompt` | booléen | Non | Utiliser l'autoprompt pour améliorer la requête \(par défaut : false\) |
|
||||
| `type` | chaîne | Non | Type de recherche : neural, keyword, auto ou fast \(par défaut : auto\) |
|
||||
| `includeDomains` | chaîne | Non | Liste de domaines séparés par des virgules à inclure dans les résultats |
|
||||
| `excludeDomains` | chaîne | Non | Liste de domaines séparés par des virgules à exclure des résultats |
|
||||
| `startPublishedDate` | chaîne | Non | Filtrer les résultats publiés après cette date \(format ISO 8601, ex. 2024-01-01\) |
|
||||
| `endPublishedDate` | chaîne | Non | Filtrer les résultats publiés avant cette date \(format ISO 8601\) |
|
||||
| `startCrawlDate` | chaîne | Non | Filtrer les résultats indexés après cette date \(format ISO 8601\) |
|
||||
| `endCrawlDate` | chaîne | Non | Filtrer les résultats indexés avant cette date \(format ISO 8601\) |
|
||||
| `includeDomains` | chaîne | Non | Liste de domaines à inclure dans les résultats, séparés par des virgules |
|
||||
| `excludeDomains` | chaîne | Non | Liste de domaines à exclure des résultats, séparés par des virgules |
|
||||
| `category` | chaîne | Non | Filtrer par catégorie : company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `text` | booléen | Non | Inclure le contenu textuel complet dans les résultats \(par défaut : false\) |
|
||||
| `highlights` | booléen | Non | Inclure des extraits mis en évidence dans les résultats \(par défaut : false\) |
|
||||
| `highlights` | booléen | Non | Inclure des extraits surlignés dans les résultats \(par défaut : false\) |
|
||||
| `summary` | booléen | Non | Inclure des résumés générés par IA dans les résultats \(par défaut : false\) |
|
||||
| `livecrawl` | chaîne | Non | Mode d'indexation en direct : always, fallback, ou never \(par défaut : never\) |
|
||||
| `livecrawl` | chaîne | Non | Mode d'exploration en direct : always, fallback, ou never \(par défaut : never\) |
|
||||
| `apiKey` | chaîne | Oui | Clé API Exa AI |
|
||||
|
||||
#### Sortie
|
||||
@@ -111,14 +107,10 @@ Trouvez des pages web similaires à une URL donnée en utilisant Exa AI. Renvoie
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `url` | chaîne | Oui | L'URL pour laquelle trouver des liens similaires |
|
||||
| `numResults` | nombre | Non | Nombre de liens similaires à retourner \(par défaut : 10, max : 25\) |
|
||||
| `text` | booléen | Non | Indique s'il faut inclure le texte complet des pages similaires |
|
||||
| `includeDomains` | chaîne | Non | Liste de domaines séparés par des virgules à inclure dans les résultats |
|
||||
| `excludeDomains` | chaîne | Non | Liste de domaines séparés par des virgules à exclure des résultats |
|
||||
| `text` | booléen | Non | Inclure ou non le texte complet des pages similaires |
|
||||
| `includeDomains` | chaîne | Non | Liste de domaines à inclure dans les résultats, séparés par des virgules |
|
||||
| `excludeDomains` | chaîne | Non | Liste de domaines à exclure des résultats, séparés par des virgules |
|
||||
| `excludeSourceDomain` | booléen | Non | Exclure le domaine source des résultats \(par défaut : false\) |
|
||||
| `startPublishedDate` | chaîne | Non | Filtrer les résultats publiés après cette date \(format ISO 8601, ex. : 2024-01-01\) |
|
||||
| `endPublishedDate` | chaîne | Non | Filtrer les résultats publiés avant cette date \(format ISO 8601\) |
|
||||
| `startCrawlDate` | chaîne | Non | Filtrer les résultats explorés après cette date \(format ISO 8601\) |
|
||||
| `endCrawlDate` | chaîne | Non | Filtrer les résultats explorés avant cette date \(format ISO 8601\) |
|
||||
| `category` | chaîne | Non | Filtrer par catégorie : company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `highlights` | booléen | Non | Inclure des extraits surlignés dans les résultats \(par défaut : false\) |
|
||||
| `summary` | booléen | Non | Inclure des résumés générés par IA dans les résultats \(par défaut : false\) |
|
||||
|
||||
@@ -58,7 +58,7 @@ Cela permet à vos agents de recueillir des informations à partir de sites web,
|
||||
|
||||
## Instructions d'utilisation
|
||||
|
||||
Intégrez Firecrawl dans votre flux de travail. Peut extraire des pages, rechercher sur le web, explorer des sites entiers, cartographier des structures d'URL et extraire des données structurées à l'aide de l'IA.
|
||||
Intégrez Firecrawl dans votre flux de travail. Extrayez des pages, recherchez sur le web, explorez des sites entiers, cartographiez les structures d'URL et extrayez des données structurées avec l'IA.
|
||||
|
||||
## Outils
|
||||
|
||||
@@ -69,28 +69,10 @@ Extrayez du contenu structuré à partir de pages web avec une prise en charge c
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `url` | chaîne | Oui | L'URL à partir de laquelle extraire le contenu |
|
||||
| `formats` | json | Non | Formats de sortie \(markdown, html, rawHtml, links, images, screenshot\). Par défaut : \["markdown"\] |
|
||||
| `onlyMainContent` | booléen | Non | Extraire uniquement le contenu principal, en excluant les en-têtes, les navigations et les pieds de page \(par défaut : true\) |
|
||||
| `includeTags` | json | Non | Balises HTML à conserver dans la sortie |
|
||||
| `excludeTags` | json | Non | Balises HTML à supprimer de la sortie |
|
||||
| `maxAge` | nombre | Non | Renvoyer la version mise en cache si plus récente que cet âge en ms \(par défaut : 172800000\) |
|
||||
| `headers` | json | Non | En-têtes de requête personnalisés \(cookies, user-agent, etc.\) |
|
||||
| `waitFor` | nombre | Non | Délai en millisecondes avant la récupération \(par défaut : 0\) |
|
||||
| `mobile` | booléen | Non | Émuler un appareil mobile \(par défaut : false\) |
|
||||
| `skipTlsVerification` | booléen | Non | Ignorer la vérification du certificat TLS \(par défaut : true\) |
|
||||
| `timeout` | nombre | Non | Délai d'attente de la requête en millisecondes |
|
||||
| `parsers` | json | Non | Contrôles de traitement de fichiers \(par exemple, \["pdf"\]\) |
|
||||
| `actions` | json | Non | Opérations pré-extraction \(attente, clic, défilement, capture d'écran, etc.\) |
|
||||
| `location` | json | Non | Paramètres géographiques \(pays, langues\) |
|
||||
| `removeBase64Images` | booléen | Non | Supprimer les images base64 de la sortie \(par défaut : true\) |
|
||||
| `blockAds` | booléen | Non | Activer le blocage des publicités et des popups \(par défaut : true\) |
|
||||
| `proxy` | chaîne | Non | Type de proxy : basic, stealth ou auto \(par défaut : auto\) |
|
||||
| `storeInCache` | booléen | Non | Mettre la page en cache \(par défaut : true\) |
|
||||
| `zeroDataRetention` | booléen | Non | Activer le mode de rétention zéro des données \(par défaut : false\) |
|
||||
| `scrapeOptions` | json | Non | Options pour l'extraction de contenu \(héritage, préférer les paramètres de premier niveau\) |
|
||||
| `apiKey` | chaîne | Oui | Clé API Firecrawl |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `url` | string | Oui | L'URL à partir de laquelle extraire le contenu |
|
||||
| `scrapeOptions` | json | Non | Options pour l'extraction de contenu |
|
||||
| `apiKey` | string | Oui | Clé API Firecrawl |
|
||||
|
||||
#### Sortie
|
||||
|
||||
@@ -109,15 +91,6 @@ Recherchez des informations sur le web en utilisant Firecrawl
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `query` | string | Oui | La requête de recherche à utiliser |
|
||||
| `limit` | number | Non | Nombre maximum de résultats à retourner (1-100, par défaut : 5) |
|
||||
| `sources` | json | Non | Sources de recherche : ["web"], ["images"], ou ["news"] (par défaut : ["web"]) |
|
||||
| `categories` | json | Non | Filtrer par catégories : ["github"], ["research"], ou ["pdf"] |
|
||||
| `tbs` | string | Non | Recherche basée sur le temps : qdr:h (heure), qdr:d (jour), qdr:w (semaine), qdr:m (mois), qdr:y (année) |
|
||||
| `location` | string | Non | Emplacement géographique pour les résultats (ex. : "San Francisco, California, United States") |
|
||||
| `country` | string | Non | Code pays ISO pour le ciblage géographique (par défaut : US) |
|
||||
| `timeout` | number | Non | Délai d'attente en millisecondes (par défaut : 60000) |
|
||||
| `ignoreInvalidURLs` | boolean | Non | Exclure les URL invalides des résultats (par défaut : false) |
|
||||
| `scrapeOptions` | json | Non | Configuration avancée d'extraction pour les résultats de recherche |
|
||||
| `apiKey` | string | Oui | Clé API Firecrawl |
|
||||
|
||||
#### Sortie
|
||||
@@ -137,20 +110,6 @@ Explorez des sites web entiers et extrayez du contenu structuré de toutes les p
|
||||
| `url` | string | Oui | L'URL du site web à explorer |
|
||||
| `limit` | number | Non | Nombre maximum de pages à explorer (par défaut : 100) |
|
||||
| `onlyMainContent` | boolean | Non | Extraire uniquement le contenu principal des pages |
|
||||
| `prompt` | string | Non | Instruction en langage naturel pour générer automatiquement les options d'exploration |
|
||||
| `maxDiscoveryDepth` | number | Non | Limite de profondeur pour la découverte d'URL (les pages racines ont une profondeur de 0) |
|
||||
| `sitemap` | string | Non | Utilisation des données du sitemap : "skip" ou "include" (par défaut : "include") |
|
||||
| `crawlEntireDomain` | boolean | Non | Suivre les URL sœurs/parentes ou uniquement les chemins enfants (par défaut : false) |
|
||||
| `allowExternalLinks` | boolean | Non | Suivre les liens vers des sites web externes (par défaut : false) |
|
||||
| `allowSubdomains` | boolean | Non | Suivre les liens de sous-domaines (par défaut : false) |
|
||||
| `ignoreQueryParameters` | boolean | Non | Empêcher la réextraction du même chemin avec différents paramètres de requête (par défaut : false) |
|
||||
| `delay` | number | Non | Secondes entre les extractions pour respecter les limites de débit |
|
||||
| `maxConcurrency` | number | Non | Limite d'extractions simultanées |
|
||||
| `excludePaths` | json | Non | Tableau de modèles regex pour les URL à exclure |
|
||||
| `includePaths` | json | Non | Tableau de modèles regex pour les URL à inclure exclusivement |
|
||||
| `webhook` | json | Non | Configuration de webhook pour les notifications d'exploration |
|
||||
| `scrapeOptions` | json | Non | Configuration avancée d'extraction |
|
||||
| `zeroDataRetention` | boolean | Non | Activer la rétention zéro des données (par défaut : false) |
|
||||
| `apiKey` | string | Oui | Clé API Firecrawl |
|
||||
|
||||
#### Sortie
|
||||
|
||||
@@ -70,15 +70,16 @@ Envoyer des e-mails avec Gmail
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `to` | chaîne | Oui | Adresse e-mail du destinataire |
|
||||
| `subject` | chaîne | Non | Objet de l'e-mail |
|
||||
| `body` | chaîne | Oui | Contenu du corps de l'e-mail |
|
||||
| `threadId` | chaîne | Non | ID de conversation pour répondre (pour le fil de discussion) |
|
||||
| `replyToMessageId` | chaîne | Non | ID de message Gmail pour répondre - utilisez le champ "id" des résultats de Gmail Read (pas le "messageId" RFC) |
|
||||
| `cc` | chaîne | Non | Destinataires en copie (séparés par des virgules) |
|
||||
| `bcc` | chaîne | Non | Destinataires en copie cachée (séparés par des virgules) |
|
||||
| `attachments` | fichier[] | Non | Fichiers à joindre à l'e-mail |
|
||||
| `contentType` | chaîne | Non | Type de contenu pour le corps de l'e-mail \(texte ou html\) |
|
||||
| `threadId` | chaîne | Non | ID de conversation pour répondre \(pour le fil de discussion\) |
|
||||
| `replyToMessageId` | chaîne | Non | ID de message Gmail pour répondre - utilisez le champ "id" des résultats de lecture Gmail \(pas le "messageId" RFC\) |
|
||||
| `cc` | chaîne | Non | Destinataires en copie \(séparés par des virgules\) |
|
||||
| `bcc` | chaîne | Non | Destinataires en copie cachée \(séparés par des virgules\) |
|
||||
| `attachments` | file[] | Non | Fichiers à joindre à l'e-mail |
|
||||
|
||||
#### Sortie
|
||||
|
||||
@@ -94,15 +95,16 @@ Créer des brouillons d'e-mails avec Gmail
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `to` | chaîne | Oui | Adresse e-mail du destinataire |
|
||||
| `subject` | chaîne | Non | Objet de l'e-mail |
|
||||
| `body` | chaîne | Oui | Contenu du corps de l'e-mail |
|
||||
| `contentType` | chaîne | Non | Type de contenu pour le corps de l'e-mail \(texte ou html\) |
|
||||
| `threadId` | chaîne | Non | ID de conversation pour répondre \(pour le fil de discussion\) |
|
||||
| `replyToMessageId` | chaîne | Non | ID de message Gmail pour répondre - utilisez le champ "id" des résultats de Gmail Read \(pas le "messageId" RFC\) |
|
||||
| `replyToMessageId` | chaîne | Non | ID de message Gmail pour répondre - utilisez le champ "id" des résultats de lecture Gmail \(pas le "messageId" RFC\) |
|
||||
| `cc` | chaîne | Non | Destinataires en copie \(séparés par des virgules\) |
|
||||
| `bcc` | chaîne | Non | Destinataires en copie cachée \(séparés par des virgules\) |
|
||||
| `attachments` | fichier[] | Non | Fichiers à joindre au brouillon d'e-mail |
|
||||
| `attachments` | file[] | Non | Fichiers à joindre au brouillon d'e-mail |
|
||||
|
||||
#### Sortie
|
||||
|
||||
|
||||
@@ -73,34 +73,22 @@ Extrayez et traitez le contenu web en texte propre et adapté aux LLM avec Jina
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | Oui | L'URL à lire et convertir en markdown |
|
||||
| `useReaderLMv2` | boolean | Non | Utiliser ReaderLM-v2 pour une meilleure qualité \(coût en tokens 3x plus élevé\) |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `url` | string | Oui | L'URL à lire et à convertir en markdown |
|
||||
| `useReaderLMv2` | boolean | Non | Utiliser ReaderLM-v2 pour une meilleure qualité \(coût de jetons 3x plus élevé\) |
|
||||
| `gatherLinks` | boolean | Non | Rassembler tous les liens à la fin |
|
||||
| `jsonResponse` | boolean | Non | Renvoyer la réponse au format JSON |
|
||||
| `apiKey` | string | Oui | Votre clé API Jina AI |
|
||||
| `targetSelector` | string | Non | Sélecteur CSS pour cibler des éléments spécifiques de la page \(ex. : "#main-content"\) |
|
||||
| `waitForSelector` | string | Non | Sélecteur CSS à attendre avant d'extraire le contenu \(utile pour les pages dynamiques\) |
|
||||
| `removeSelector` | string | Non | Sélecteur CSS pour les éléments à exclure \(ex. : "header, footer, .ad"\) |
|
||||
| `timeout` | number | Non | Temps d'attente maximum en secondes pour le chargement de la page |
|
||||
| `withImagesummary` | boolean | Non | Recueillir toutes les images de la page avec leurs métadonnées |
|
||||
| `retainImages` | string | Non | Contrôle de l'inclusion d'images : "none" supprime tout, "all" conserve tout |
|
||||
| `retainImages` | string | Non | Contrôler l'inclusion d'images : "none" supprime tout, "all" conserve tout |
|
||||
| `returnFormat` | string | Non | Format de sortie : markdown, html, text, screenshot ou pageshot |
|
||||
| `withIframe` | boolean | Non | Inclure le contenu des iframes dans l'extraction |
|
||||
| `withShadowDom` | boolean | Non | Extraire le contenu du Shadow DOM |
|
||||
| `setCookie` | string | Non | Transférer les cookies d'authentification \(désactive la mise en cache\) |
|
||||
| `proxyUrl` | string | Non | URL du proxy HTTP pour le routage des requêtes |
|
||||
| `proxy` | string | Non | Code pays pour le proxy \(ex. : "US", "UK"\) ou "auto"/"none" |
|
||||
| `engine` | string | Non | Moteur de rendu : browser, direct ou cf-browser-rendering |
|
||||
| `tokenBudget` | number | Non | Nombre maximum de tokens pour la requête \(contrôle des coûts\) |
|
||||
| `noCache` | boolean | Non | Contourner le contenu mis en cache pour une récupération en temps réel |
|
||||
| `cacheTolerance` | number | Non | Durée de vie personnalisée du cache en secondes |
|
||||
| `withGeneratedAlt` | boolean | Non | Générer du texte alternatif pour les images en utilisant VLM |
|
||||
| `baseUrl` | string | Non | Définir sur "final" pour suivre la chaîne de redirection |
|
||||
| `locale` | string | Non | Locale du navigateur pour le rendu \(ex. : "fr-FR"\) |
|
||||
| `robotsTxt` | string | Non | User-Agent du bot pour la vérification du robots.txt |
|
||||
| `dnt` | boolean | Non | Do Not Track - empêche la mise en cache/le suivi |
|
||||
| `noGfm` | boolean | Non | Désactiver le Markdown au format GitHub |
|
||||
| `robotsTxt` | string | Non | Agent utilisateur bot pour la vérification du robots.txt |
|
||||
| `dnt` | boolean | Non | Ne pas suivre - empêche la mise en cache/le suivi |
|
||||
| `noGfm` | boolean | Non | Désactiver le Markdown de style GitHub |
|
||||
|
||||
#### Sortie
|
||||
|
||||
@@ -117,28 +105,19 @@ Recherche sur le web et renvoie les 5 meilleurs résultats avec un contenu adapt
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `q` | string | Oui | Chaîne de requête de recherche |
|
||||
| `apiKey` | string | Oui | Votre clé API Jina AI |
|
||||
| `gl` | string | Non | Code pays à deux lettres pour des résultats géo-spécifiques (ex. : "US", "UK", "JP") |
|
||||
| `location` | string | Non | Localisation au niveau de la ville pour des résultats de recherche localisés |
|
||||
| `hl` | string | Non | Code de langue à deux lettres pour les résultats (ex. : "en", "es", "fr") |
|
||||
| `num` | number | Non | Nombre maximum de résultats par page (par défaut : 5) |
|
||||
| `page` | number | Non | Numéro de page pour la pagination (décalage) |
|
||||
| `site` | string | Non | Restreindre les résultats à des domaines spécifiques. Peut être séparé par des virgules pour plusieurs sites (ex. : "jina.ai,github.com") |
|
||||
| `num` | number | Non | Nombre maximum de résultats par page \(par défaut : 5\) |
|
||||
| `site` | string | Non | Limiter les résultats à des domaines spécifiques. Peut être séparé par des virgules pour plusieurs sites \(ex. : "jina.ai,github.com"\) |
|
||||
| `withFavicon` | boolean | Non | Inclure les favicons des sites web dans les résultats |
|
||||
| `withImagesummary` | boolean | Non | Recueillir toutes les images des pages de résultats avec métadonnées |
|
||||
| `withImagesummary` | boolean | Non | Recueillir toutes les images des pages de résultats avec leurs métadonnées |
|
||||
| `withLinksummary` | boolean | Non | Recueillir tous les liens des pages de résultats |
|
||||
| `retainImages` | string | Non | Contrôle de l'inclusion d'images : "none" supprime tout, "all" conserve tout |
|
||||
| `retainImages` | string | Non | Contrôler l'inclusion d'images : "none" supprime tout, "all" conserve tout |
|
||||
| `noCache` | boolean | Non | Contourner le contenu mis en cache pour une récupération en temps réel |
|
||||
| `withGeneratedAlt` | boolean | Non | Générer du texte alternatif pour les images à l'aide de VLM |
|
||||
| `withGeneratedAlt` | boolean | Non | Générer du texte alternatif pour les images en utilisant VLM |
|
||||
| `respondWith` | string | Non | Définir sur "no-content" pour obtenir uniquement les métadonnées sans le contenu de la page |
|
||||
| `returnFormat` | string | Non | Format de sortie : markdown, html, text, screenshot ou pageshot |
|
||||
| `engine` | string | Non | Moteur de rendu : browser ou direct |
|
||||
| `timeout` | number | Non | Temps maximum d'attente en secondes pour le chargement de la page |
|
||||
| `setCookie` | string | Non | Transmettre les cookies d'authentification |
|
||||
| `proxyUrl` | string | Non | URL du proxy HTTP pour le routage des requêtes |
|
||||
| `locale` | string | Non | Paramètres régionaux du navigateur pour le rendu (ex. : "en-US") |
|
||||
|
||||
#### Sortie
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ Dans Sim, l'intégration de Jira permet à vos agents d'interagir de manière tr
|
||||
|
||||
## Instructions d'utilisation
|
||||
|
||||
Intégrez Jira dans le flux de travail. Peut lire, écrire et mettre à jour les problèmes. Nécessite OAuth.
|
||||
Intégrez Jira dans le flux de travail. Peut lire, écrire et mettre à jour des tickets. Peut également déclencher des flux de travail basés sur des événements webhook Jira.
|
||||
|
||||
## Outils
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Dans Sim, l'intégration de Linear permet à vos agents d'interagir de manière
|
||||
|
||||
## Instructions d'utilisation
|
||||
|
||||
Intégrez Linear dans le flux de travail. Peut gérer les tickets, commentaires, projets, étiquettes, états de flux de travail, cycles, pièces jointes, et plus encore.
|
||||
Intégrez Linear dans votre flux de travail. Permet de gérer les tickets, commentaires, projets, étiquettes, états de workflow, cycles, pièces jointes et plus encore. Peut également déclencher des workflows basés sur les événements webhook de Linear.
|
||||
|
||||
## Outils
|
||||
|
||||
@@ -885,6 +885,590 @@ Marquer une notification comme lue ou non lue dans Linear
|
||||
| --------- | ---- | ----------- |
|
||||
| `notification` | objet | La notification mise à jour |
|
||||
|
||||
### `linear_create_customer`
|
||||
|
||||
Créer un nouveau client dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | chaîne | Oui | Nom du client |
|
||||
| `domains` | tableau | Non | Domaines associés à ce client |
|
||||
| `externalIds` | tableau | Non | IDs externes provenant d'autres systèmes |
|
||||
| `logoUrl` | chaîne | Non | URL du logo du client |
|
||||
| `ownerId` | chaîne | Non | ID de l'utilisateur responsable de ce client |
|
||||
| `revenue` | nombre | Non | Revenu annuel généré par ce client |
|
||||
| `size` | nombre | Non | Taille de l'organisation cliente |
|
||||
| `statusId` | chaîne | Non | ID du statut du client |
|
||||
| `tierId` | chaîne | Non | ID du niveau du client |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | objet | Le client créé |
|
||||
|
||||
### `linear_list_customers`
|
||||
|
||||
Lister tous les clients dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `first` | nombre | Non | Nombre de clients à retourner \(par défaut : 50\) |
|
||||
| `after` | chaîne | Non | Curseur pour la pagination |
|
||||
| `includeArchived` | booléen | Non | Inclure les clients archivés \(par défaut : false\) |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customers` | tableau | Tableau des clients |
|
||||
|
||||
### `linear_create_customer_request`
|
||||
|
||||
Créer une demande client (besoin) dans Linear. Assigner au client, définir l'urgence (priorité : 0 = Pas important, 1 = Important), et éventuellement lier à un ticket.
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerId` | chaîne | Oui | ID du client à qui assigner cette demande |
|
||||
| `body` | chaîne | Non | Description de la demande client |
|
||||
| `priority` | nombre | Non | Niveau d'urgence : 0 = Pas important, 1 = Important \(par défaut : 0\) |
|
||||
| `issueId` | chaîne | Non | ID du ticket auquel lier cette demande |
|
||||
| `projectId` | chaîne | Non | ID du projet auquel lier cette demande |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | objet | La demande client créée |
|
||||
|
||||
### `linear_update_customer_request`
|
||||
|
||||
Mettre à jour une demande client (besoin) dans Linear. Peut modifier l'urgence, la description, l'attribution au client et le ticket lié.
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerNeedId` | chaîne | Oui | ID de la demande client à mettre à jour |
|
||||
| `body` | chaîne | Non | Description mise à jour de la demande client |
|
||||
| `priority` | nombre | Non | Niveau d'urgence mis à jour : 0 = Pas important, 1 = Important |
|
||||
| `customerId` | chaîne | Non | Nouvel ID du client à qui assigner cette demande |
|
||||
| `issueId` | chaîne | Non | Nouvel ID du ticket auquel lier cette demande |
|
||||
| `projectId` | chaîne | Non | Nouvel ID du projet auquel lier cette demande |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | objet | La demande client mise à jour |
|
||||
|
||||
### `linear_list_customer_requests`
|
||||
|
||||
Lister toutes les demandes clients (besoins) dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `first` | nombre | Non | Nombre de demandes clients à retourner \(par défaut : 50\) |
|
||||
| `after` | chaîne | Non | Curseur pour la pagination |
|
||||
| `includeArchived` | booléen | Non | Inclure les demandes clients archivées \(par défaut : false\) |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeeds` | tableau | Tableau des demandes clients |
|
||||
|
||||
### `linear_get_customer`
|
||||
|
||||
Obtenir un seul client par ID dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerId` | chaîne | Oui | ID du client à récupérer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | objet | Les données du client |
|
||||
|
||||
### `linear_update_customer`
|
||||
|
||||
Mettre à jour un client dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerId` | chaîne | Oui | ID du client à mettre à jour |
|
||||
| `name` | chaîne | Non | Nom du client mis à jour |
|
||||
| `domains` | tableau | Non | Domaines mis à jour |
|
||||
| `externalIds` | tableau | Non | ID externes mis à jour |
|
||||
| `logoUrl` | chaîne | Non | URL du logo mise à jour |
|
||||
| `ownerId` | chaîne | Non | ID de l'utilisateur propriétaire mis à jour |
|
||||
| `revenue` | nombre | Non | Revenu annuel mis à jour |
|
||||
| `size` | nombre | Non | Taille de l'organisation mise à jour |
|
||||
| `statusId` | chaîne | Non | ID du statut client mis à jour |
|
||||
| `tierId` | chaîne | Non | ID du niveau client mis à jour |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | objet | Le client mis à jour |
|
||||
|
||||
### `linear_delete_customer`
|
||||
|
||||
Supprimer un client dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `customerId` | chaîne | Oui | ID du client à supprimer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la suppression a réussi |
|
||||
|
||||
### `linear_merge_customers`
|
||||
|
||||
Fusionner deux clients dans Linear en déplaçant toutes les données de la source vers la cible
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `sourceCustomerId` | chaîne | Oui | ID du client source \(sera supprimé après la fusion\) |
|
||||
| `targetCustomerId` | chaîne | Oui | ID du client cible \(recevra toutes les données\) |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | objet | Le client cible fusionné |
|
||||
|
||||
### `linear_create_customer_status`
|
||||
|
||||
Créer un nouveau statut de client dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | chaîne | Oui | Nom du statut client |
|
||||
| `color` | chaîne | Oui | Couleur du statut \(code hexadécimal\) |
|
||||
| `displayName` | chaîne | Non | Nom d'affichage pour le statut |
|
||||
| `description` | chaîne | Non | Description du statut |
|
||||
| `position` | nombre | Non | Position dans la liste des statuts |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | objet | Le statut client créé |
|
||||
|
||||
### `linear_update_customer_status`
|
||||
|
||||
Mettre à jour un statut client dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `statusId` | chaîne | Oui | ID du statut client à mettre à jour |
|
||||
| `name` | chaîne | Non | Nom du statut mis à jour |
|
||||
| `color` | chaîne | Non | Couleur du statut mise à jour |
|
||||
| `displayName` | chaîne | Non | Nom d'affichage mis à jour |
|
||||
| `description` | chaîne | Non | Description mise à jour |
|
||||
| `position` | nombre | Non | Position mise à jour |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | objet | Le statut client mis à jour |
|
||||
|
||||
### `linear_delete_customer_status`
|
||||
|
||||
Supprimer un statut client dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `statusId` | chaîne | Oui | ID du statut client à supprimer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la suppression a réussi |
|
||||
|
||||
### `linear_list_customer_statuses`
|
||||
|
||||
Lister tous les statuts clients dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatuses` | tableau | Liste des statuts clients |
|
||||
|
||||
### `linear_create_customer_tier`
|
||||
|
||||
Créer un nouveau niveau client dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | chaîne | Oui | Nom du niveau client |
|
||||
| `color` | chaîne | Oui | Couleur du niveau \(code hexadécimal\) |
|
||||
| `displayName` | chaîne | Non | Nom d'affichage pour le niveau |
|
||||
| `description` | chaîne | Non | Description du niveau |
|
||||
| `position` | nombre | Non | Position dans la liste des niveaux |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | objet | Le niveau client créé |
|
||||
|
||||
### `linear_update_customer_tier`
|
||||
|
||||
Mettre à jour un niveau client dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `tierId` | chaîne | Oui | ID du niveau client à mettre à jour |
|
||||
| `name` | chaîne | Non | Nom du niveau mis à jour |
|
||||
| `color` | chaîne | Non | Couleur du niveau mise à jour |
|
||||
| `displayName` | chaîne | Non | Nom d'affichage mis à jour |
|
||||
| `description` | chaîne | Non | Description mise à jour |
|
||||
| `position` | nombre | Non | Position mise à jour |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | objet | Le niveau client mis à jour |
|
||||
|
||||
### `linear_delete_customer_tier`
|
||||
|
||||
Supprimer un niveau client dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `tierId` | chaîne | Oui | ID du niveau client à supprimer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la suppression a réussi |
|
||||
|
||||
### `linear_list_customer_tiers`
|
||||
|
||||
Lister tous les niveaux de clients dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTiers` | tableau | Liste des niveaux de clients |
|
||||
|
||||
### `linear_delete_project`
|
||||
|
||||
Supprimer un projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | chaîne | Oui | ID du projet à supprimer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la suppression a réussi |
|
||||
|
||||
### `linear_create_project_label`
|
||||
|
||||
Créer une nouvelle étiquette de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | chaîne | Oui | Nom de l'étiquette de projet |
|
||||
| `color` | chaîne | Non | Couleur de l'étiquette \(code hexadécimal\) |
|
||||
| `description` | chaîne | Non | Description de l'étiquette |
|
||||
| `isGroup` | booléen | Non | Indique s'il s'agit d'un groupe d'étiquettes |
|
||||
| `parentId` | chaîne | Non | ID du groupe d'étiquettes parent |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | objet | L'étiquette de projet créée |
|
||||
|
||||
### `linear_update_project_label`
|
||||
|
||||
Mettre à jour une étiquette de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `labelId` | chaîne | Oui | ID de l'étiquette de projet à mettre à jour |
|
||||
| `name` | chaîne | Non | Nouveau nom de l'étiquette |
|
||||
| `color` | chaîne | Non | Nouvelle couleur de l'étiquette |
|
||||
| `description` | chaîne | Non | Nouvelle description |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | objet | L'étiquette de projet mise à jour |
|
||||
|
||||
### `linear_delete_project_label`
|
||||
|
||||
Supprimer une étiquette de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `labelId` | chaîne | Oui | ID de l'étiquette de projet à supprimer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la suppression a réussi |
|
||||
|
||||
### `linear_list_project_labels`
|
||||
|
||||
Lister toutes les étiquettes de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | chaîne | Non | ID de projet optionnel pour filtrer les étiquettes d'un projet spécifique |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabels` | tableau | Liste des étiquettes de projet |
|
||||
|
||||
### `linear_add_label_to_project`
|
||||
|
||||
Ajouter une étiquette à un projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | chaîne | Oui | ID du projet |
|
||||
| `labelId` | chaîne | Oui | ID de l'étiquette à ajouter |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si l'étiquette a été ajoutée avec succès |
|
||||
| `projectId` | chaîne | L'ID du projet |
|
||||
|
||||
### `linear_remove_label_from_project`
|
||||
|
||||
Supprimer une étiquette d'un projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | chaîne | Oui | ID du projet |
|
||||
| `labelId` | chaîne | Oui | ID de l'étiquette à supprimer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si l'étiquette a été supprimée avec succès |
|
||||
| `projectId` | chaîne | L'ID du projet |
|
||||
|
||||
### `linear_create_project_milestone`
|
||||
|
||||
Créer un nouveau jalon de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | chaîne | Oui | ID du projet |
|
||||
| `name` | chaîne | Oui | Nom du jalon |
|
||||
| `description` | chaîne | Non | Description du jalon |
|
||||
| `targetDate` | chaîne | Non | Date cible \(ISO 8601\) |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | objet | Le jalon de projet créé |
|
||||
|
||||
### `linear_update_project_milestone`
|
||||
|
||||
Mettre à jour une étape clé de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `milestoneId` | chaîne | Oui | ID de l'étape clé du projet à mettre à jour |
|
||||
| `name` | chaîne | Non | Nouveau nom de l'étape clé |
|
||||
| `description` | chaîne | Non | Description mise à jour |
|
||||
| `targetDate` | chaîne | Non | Date cible mise à jour \(ISO 8601\) |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | objet | L'étape clé du projet mise à jour |
|
||||
|
||||
### `linear_delete_project_milestone`
|
||||
|
||||
Supprimer une étape clé de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `milestoneId` | chaîne | Oui | ID de l'étape clé du projet à supprimer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la suppression a réussi |
|
||||
|
||||
### `linear_list_project_milestones`
|
||||
|
||||
Lister toutes les étapes clés d'un projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | chaîne | Oui | ID du projet dont il faut lister les étapes clés |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestones` | tableau | Liste des étapes clés du projet |
|
||||
|
||||
### `linear_create_project_status`
|
||||
|
||||
Créer un nouveau statut de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `name` | chaîne | Oui | Nom du statut du projet |
|
||||
| `color` | chaîne | Oui | Couleur du statut \(code hexadécimal\) |
|
||||
| `description` | chaîne | Non | Description du statut |
|
||||
| `indefinite` | booléen | Non | Indique si le statut est indéfini |
|
||||
| `position` | nombre | Non | Position dans la liste des statuts |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | objet | Le statut de projet créé |
|
||||
|
||||
### `linear_update_project_status`
|
||||
|
||||
Mettre à jour un statut de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `statusId` | chaîne | Oui | ID du statut de projet à mettre à jour |
|
||||
| `name` | chaîne | Non | Nom du statut mis à jour |
|
||||
| `color` | chaîne | Non | Couleur du statut mise à jour |
|
||||
| `description` | chaîne | Non | Description mise à jour |
|
||||
| `indefinite` | booléen | Non | Indicateur indéfini mis à jour |
|
||||
| `position` | nombre | Non | Position mise à jour |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | objet | Le statut de projet mis à jour |
|
||||
|
||||
### `linear_delete_project_status`
|
||||
|
||||
Supprimer un statut de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `statusId` | chaîne | Oui | ID du statut de projet à supprimer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la suppression a réussi |
|
||||
|
||||
### `linear_list_project_statuses`
|
||||
|
||||
Lister tous les statuts de projet dans Linear
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatuses` | tableau | Liste des statuts de projet |
|
||||
|
||||
## Remarques
|
||||
|
||||
- Catégorie : `tools`
|
||||
|
||||
@@ -190,7 +190,10 @@ Mettre à jour une tâche dans Microsoft Planner
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la tâche a été mise à jour avec succès |
|
||||
| `message` | chaîne | Message de succès lorsque la tâche est mise à jour |
|
||||
| `task` | objet | L'objet de tâche mis à jour avec toutes ses propriétés |
|
||||
| `taskId` | chaîne | Identifiant de la tâche mise à jour |
|
||||
| `etag` | chaîne | Nouvelle valeur ETag après la mise à jour - à utiliser pour les opérations suivantes |
|
||||
| `metadata` | objet | Métadonnées incluant taskId, planId et taskUrl |
|
||||
|
||||
### `microsoft_planner_delete_task`
|
||||
@@ -214,21 +217,20 @@ Supprimer une tâche de Microsoft Planner
|
||||
|
||||
### `microsoft_planner_list_plans`
|
||||
|
||||
Lister tous les plans dans un groupe Microsoft 365
|
||||
Liste de tous les plans partagés avec l'utilisateur actuel
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `groupId` | chaîne | Oui | L'identifiant du groupe Microsoft 365 |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si les plans ont été récupérés avec succès |
|
||||
| `plans` | tableau | Tableau d'objets de plan |
|
||||
| `metadata` | objet | Métadonnées incluant groupId et nombre |
|
||||
| `plans` | tableau | Tableau d'objets de plan partagés avec l'utilisateur actuel |
|
||||
| `metadata` | objet | Métadonnées incluant userId et nombre |
|
||||
|
||||
### `microsoft_planner_read_plan`
|
||||
|
||||
@@ -357,7 +359,8 @@ Obtenir des informations détaillées sur une tâche, y compris la liste de cont
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si les détails de la tâche ont été récupérés avec succès |
|
||||
| `taskDetails` | objet | Les détails de la tâche incluant la description, la liste de contrôle et les références |
|
||||
| `taskDetails` | objet | Les détails de la tâche incluant description, liste de contrôle et références |
|
||||
| `etag` | chaîne | La valeur ETag pour ces détails de tâche - à utiliser pour les opérations de mise à jour |
|
||||
| `metadata` | objet | Métadonnées incluant taskId |
|
||||
|
||||
### `microsoft_planner_update_task_details`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: OneDrive
|
||||
description: Créer, télécharger et lister des fichiers
|
||||
description: Créer, téléverser, télécharger, lister et supprimer des fichiers
|
||||
---
|
||||
|
||||
import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
@@ -50,7 +50,7 @@ Dans Sim, l'intégration OneDrive permet à vos agents d'interagir directement a
|
||||
|
||||
## Instructions d'utilisation
|
||||
|
||||
Intégrer OneDrive dans le flux de travail. Peut créer des fichiers texte et Excel, télécharger des fichiers et lister des fichiers.
|
||||
Intégrez OneDrive dans le flux de travail. Peut créer des fichiers texte et Excel, téléverser des fichiers, télécharger des fichiers, lister des fichiers et supprimer des fichiers ou dossiers.
|
||||
|
||||
## Outils
|
||||
|
||||
@@ -133,6 +133,24 @@ Lister les fichiers et dossiers dans OneDrive
|
||||
| `files` | array | Tableau d'objets de fichiers et dossiers avec métadonnées |
|
||||
| `nextPageToken` | string | Jeton pour récupérer la page suivante de résultats \(optionnel\) |
|
||||
|
||||
### `onedrive_delete`
|
||||
|
||||
Supprimer un fichier ou un dossier de OneDrive
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `fileId` | string | Oui | L'ID du fichier ou dossier à supprimer |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si le fichier a été supprimé avec succès |
|
||||
| `deleted` | booléen | Confirmation que le fichier a été supprimé |
|
||||
| `fileId` | string | L'ID du fichier supprimé |
|
||||
|
||||
## Notes
|
||||
|
||||
- Catégorie : `tools`
|
||||
|
||||
@@ -163,10 +163,11 @@ Envoyer des e-mails via Outlook
|
||||
| `to` | string | Oui | Adresse e-mail du destinataire |
|
||||
| `subject` | string | Oui | Objet de l'e-mail |
|
||||
| `body` | string | Oui | Contenu du corps de l'e-mail |
|
||||
| `contentType` | string | Non | Type de contenu pour le corps de l'e-mail \(texte ou html\) |
|
||||
| `replyToMessageId` | string | Non | ID du message auquel répondre \(pour le fil de discussion\) |
|
||||
| `conversationId` | string | Non | ID de conversation pour le fil de discussion |
|
||||
| `cc` | string | Non | Destinataires en CC \(séparés par des virgules\) |
|
||||
| `bcc` | string | Non | Destinataires en BCC \(séparés par des virgules\) |
|
||||
| `cc` | string | Non | Destinataires en copie \(séparés par des virgules\) |
|
||||
| `bcc` | string | Non | Destinataires en copie cachée \(séparés par des virgules\) |
|
||||
| `attachments` | file[] | Non | Fichiers à joindre à l'e-mail |
|
||||
|
||||
#### Sortie
|
||||
@@ -189,8 +190,9 @@ Créer des brouillons d'e-mails avec Outlook
|
||||
| `to` | string | Oui | Adresse e-mail du destinataire |
|
||||
| `subject` | string | Oui | Objet de l'e-mail |
|
||||
| `body` | string | Oui | Contenu du corps de l'e-mail |
|
||||
| `cc` | string | Non | Destinataires en CC \(séparés par des virgules\) |
|
||||
| `bcc` | string | Non | Destinataires en BCC \(séparés par des virgules\) |
|
||||
| `contentType` | string | Non | Type de contenu pour le corps de l'e-mail \(texte ou html\) |
|
||||
| `cc` | string | Non | Destinataires en copie \(séparés par des virgules\) |
|
||||
| `bcc` | string | Non | Destinataires en copie cachée \(séparés par des virgules\) |
|
||||
| `attachments` | file[] | Non | Fichiers à joindre au brouillon d'e-mail |
|
||||
|
||||
#### Sortie
|
||||
|
||||
@@ -125,7 +125,6 @@ Menez des recherches approfondies complètes sur le web en utilisant Parallel AI
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `input` | chaîne | Oui | Requête de recherche ou question \(jusqu'à 15 000 caractères\) |
|
||||
| `processor` | chaîne | Non | Niveau de calcul : base, lite, pro, ultra, ultra2x, ultra4x, ultra8x \(par défaut : base\) |
|
||||
| `output_schema` | chaîne | Non | Description du format de sortie souhaité. Utilisez "text" pour des rapports en markdown avec citations, ou décrivez un format JSON structuré |
|
||||
| `include_domains` | chaîne | Non | Liste de domaines séparés par des virgules pour restreindre la recherche \(politique de source\) |
|
||||
| `exclude_domains` | chaîne | Non | Liste de domaines séparés par des virgules à exclure de la recherche \(politique de source\) |
|
||||
| `apiKey` | chaîne | Oui | Clé API Parallel AI |
|
||||
|
||||
@@ -120,29 +120,6 @@ Récupérer les publications controversées d'un subreddit
|
||||
| `subreddit` | chaîne | Nom du subreddit d'où les publications ont été récupérées |
|
||||
| `posts` | tableau | Tableau de publications controversées avec titre, auteur, URL, score, nombre de commentaires et métadonnées |
|
||||
|
||||
### `reddit_get_gilded`
|
||||
|
||||
Récupérer les publications récompensées/dorées d'un subreddit
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `subreddit` | chaîne | Oui | Le nom du subreddit d'où récupérer les publications \(sans le préfixe r/\) |
|
||||
| `limit` | nombre | Non | Nombre maximum de publications à retourner \(par défaut : 10, max : 100\) |
|
||||
| `after` | chaîne | Non | Nom complet d'un élément pour récupérer les éléments suivants \(pour la pagination\) |
|
||||
| `before` | chaîne | Non | Nom complet d'un élément pour récupérer les éléments précédents \(pour la pagination\) |
|
||||
| `count` | nombre | Non | Nombre d'éléments déjà vus dans la liste \(utilisé pour la numérotation\) |
|
||||
| `show` | chaîne | Non | Afficher les éléments qui seraient normalement filtrés \(par exemple, "all"\) |
|
||||
| `sr_detail` | booléen | Non | Développer les détails du subreddit dans la réponse |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `subreddit` | chaîne | Nom du subreddit d'où les publications ont été récupérées |
|
||||
| `posts` | tableau | Tableau de publications dorées/récompensées avec titre, auteur, URL, score, nombre de commentaires et métadonnées |
|
||||
|
||||
### `reddit_search`
|
||||
|
||||
Rechercher des publications dans un subreddit
|
||||
@@ -167,7 +144,7 @@ Rechercher des publications dans un subreddit
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `subreddit` | chaîne | Nom du subreddit où la recherche a été effectuée |
|
||||
| `posts` | tableau | Tableau des résultats de recherche avec titre, auteur, URL, score, nombre de commentaires et métadonnées |
|
||||
| `posts` | tableau | Tableau des publications résultant de la recherche avec titre, auteur, URL, score, nombre de commentaires et métadonnées |
|
||||
|
||||
### `reddit_submit_post`
|
||||
|
||||
@@ -176,7 +153,7 @@ Soumettre une nouvelle publication à un subreddit (texte ou lien)
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `subreddit` | chaîne | Oui | Le nom du subreddit où publier \(sans le préfixe r/\) |
|
||||
| `title` | chaîne | Oui | Titre de la soumission \(max 300 caractères\) |
|
||||
| `text` | chaîne | Non | Contenu textuel pour une publication personnelle \(markdown supporté\) |
|
||||
@@ -191,7 +168,7 @@ Soumettre une nouvelle publication à un subreddit (texte ou lien)
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la publication a été soumise avec succès |
|
||||
| `message` | chaîne | Message de succès ou d'erreur |
|
||||
| `data` | objet | Données de la publication incluant ID, nom, URL et permalien |
|
||||
| `data` | objet | Données de la publication incluant ID, nom, URL et lien permanent |
|
||||
|
||||
### `reddit_vote`
|
||||
|
||||
@@ -200,8 +177,8 @@ Voter positivement, négativement ou annuler un vote sur une publication ou un c
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | chaîne | Oui | Nom complet de l'élément sur lequel voter \(ex. t3_xxxxx pour un post, t1_xxxxx pour un commentaire\) |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `id` | chaîne | Oui | Nom complet de l'élément sur lequel voter \(par ex., t3_xxxxx pour une publication, t1_xxxxx pour un commentaire\) |
|
||||
| `dir` | nombre | Oui | Direction du vote : 1 \(vote positif\), 0 \(annuler le vote\), ou -1 \(vote négatif\) |
|
||||
|
||||
#### Sortie
|
||||
@@ -219,7 +196,7 @@ Enregistrer une publication ou un commentaire Reddit dans vos éléments sauvega
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | chaîne | Oui | Nom complet de l'élément à sauvegarder \(ex. t3_xxxxx pour un post, t1_xxxxx pour un commentaire\) |
|
||||
| `id` | chaîne | Oui | Nom complet de l'élément à sauvegarder \(par ex., t3_xxxxx pour une publication, t1_xxxxx pour un commentaire\) |
|
||||
| `category` | chaîne | Non | Catégorie sous laquelle sauvegarder \(fonctionnalité Reddit Gold\) |
|
||||
|
||||
#### Sortie
|
||||
@@ -247,13 +224,13 @@ Enregistrer une publication ou un commentaire Reddit dans vos éléments sauvega
|
||||
|
||||
### `reddit_reply`
|
||||
|
||||
Ajouter une réponse à une publication ou un commentaire Reddit
|
||||
Ajouter une réponse en commentaire à une publication ou un commentaire Reddit
|
||||
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `parent_id` | chaîne | Oui | Nom complet de l'élément auquel répondre (par ex., t3_xxxxx pour une publication, t1_xxxxx pour un commentaire) |
|
||||
| `parent_id` | chaîne | Oui | Nom complet de l'élément auquel répondre \(par ex., t3_xxxxx pour une publication, t1_xxxxx pour un commentaire\) |
|
||||
| `text` | chaîne | Oui | Texte du commentaire au format markdown |
|
||||
|
||||
#### Sortie
|
||||
@@ -262,7 +239,7 @@ Ajouter une réponse à une publication ou un commentaire Reddit
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | booléen | Indique si la réponse a été publiée avec succès |
|
||||
| `message` | chaîne | Message de succès ou d'erreur |
|
||||
| `data` | objet | Données du commentaire incluant ID, nom, lien permanent et contenu |
|
||||
| `data` | objet | Données du commentaire incluant ID, nom, permalien et contenu |
|
||||
|
||||
### `reddit_edit`
|
||||
|
||||
@@ -272,7 +249,7 @@ Modifier le texte de votre propre publication ou commentaire Reddit
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `thing_id` | chaîne | Oui | Nom complet de l'élément à modifier (par ex., t3_xxxxx pour une publication, t1_xxxxx pour un commentaire) |
|
||||
| `thing_id` | chaîne | Oui | Nom complet de l'élément à modifier \(ex. t3_xxxxx pour une publication, t1_xxxxx pour un commentaire\) |
|
||||
| `text` | chaîne | Oui | Nouveau contenu textuel au format markdown |
|
||||
|
||||
#### Sortie
|
||||
@@ -291,14 +268,14 @@ Supprimer votre propre publication ou commentaire Reddit
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | chaîne | Oui | Nom complet de l'élément à supprimer (par ex., t3_xxxxx pour une publication, t1_xxxxx pour un commentaire) |
|
||||
| `id` | chaîne | Oui | Nom complet de l'élément à supprimer \(ex. t3_xxxxx pour une publication, t1_xxxxx pour un commentaire\) |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indique si la suppression a réussi |
|
||||
| `message` | string | Message de succès ou d'erreur |
|
||||
| `success` | booléen | Indique si la suppression a réussi |
|
||||
| `message` | chaîne | Message de succès ou d'erreur |
|
||||
|
||||
### `reddit_subscribe`
|
||||
|
||||
@@ -307,18 +284,18 @@ S'abonner ou se désabonner d'un subreddit
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `subreddit` | string | Oui | Le nom du subreddit (sans le préfixe r/) |
|
||||
| `action` | string | Oui | Action à effectuer : "sub" pour s'abonner ou "unsub" pour se désabonner |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | chaîne | Oui | Le nom du subreddit \(sans le préfixe r/\) |
|
||||
| `action` | chaîne | Oui | Action à effectuer : "sub" pour s'abonner ou "unsub" pour se désabonner |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | Indique si l'action d'abonnement a réussi |
|
||||
| `message` | string | Message de succès ou d'erreur |
|
||||
| `success` | booléen | Indique si l'action d'abonnement a réussi |
|
||||
| `message` | chaîne | Message de succès ou d'erreur |
|
||||
|
||||
## Remarques
|
||||
## Notes
|
||||
|
||||
- Catégorie : `tools`
|
||||
- Type : `reddit`
|
||||
|
||||
@@ -51,11 +51,12 @@ Envoyer un email en utilisant votre propre clé API Resend et adresse d'expédit
|
||||
#### Entrée
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| --------- | ---- | ---------- | ----------- |
|
||||
| `fromAddress` | chaîne | Oui | Adresse email d'expédition |
|
||||
| `to` | chaîne | Oui | Adresse email du destinataire |
|
||||
| `subject` | chaîne | Oui | Objet de l'email |
|
||||
| `body` | chaîne | Oui | Contenu du corps de l'email |
|
||||
| `contentType` | chaîne | Non | Type de contenu pour le corps de l'email (texte ou html) |
|
||||
| `resendApiKey` | chaîne | Oui | Clé API Resend pour l'envoi d'emails |
|
||||
|
||||
#### Sortie
|
||||
|
||||
@@ -37,13 +37,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
/>
|
||||
<path d='M194.9 33.9001H169.8V121.4H194.9V33.9001Z' fill='white' />
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M142.9 41.3001L141.3 33.9001H119.7V121.4H144.7V62.1001C150.6 54.4001 160.6 55.8001 163.7 56.9001V33.9001C160.5 32.7001 148.8 30.5001 142.9 41.3001Z'
|
||||
fill='white'
|
||||
/>
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M92.8999 12.2002L68.4999 17.4002L68.3999 97.5002C68.3999 112.3 79.4999 123.2 94.2999 123.2C102.5 123.2 108.5 121.7 111.8 119.9V99.6002C108.6 100.9 92.7999 105.5 92.7999 90.7002V55.2002H111.8V33.9002H92.7999L92.8999 12.2002Z'
|
||||
fill='white'
|
||||
|
||||
@@ -319,19 +319,17 @@ Télécharger un fichier depuis un bucket de stockage Supabase
|
||||
|
||||
| Paramètre | Type | Obligatoire | Description |
|
||||
| --------- | ---- | ----------- | ----------- |
|
||||
| `projectId` | string | Oui | L'ID de votre projet Supabase \(ex. : jdrkgepadsdopsntdlom\) |
|
||||
| `bucket` | string | Oui | Le nom du bucket de stockage |
|
||||
| `path` | string | Oui | Le chemin vers le fichier à télécharger \(ex. : "dossier/fichier.jpg"\) |
|
||||
| `apiKey` | string | Oui | Votre clé secrète de rôle de service Supabase |
|
||||
| `projectId` | chaîne | Oui | L'ID de votre projet Supabase (ex. : jdrkgepadsdopsntdlom) |
|
||||
| `bucket` | chaîne | Oui | Le nom du bucket de stockage |
|
||||
| `path` | chaîne | Oui | Le chemin vers le fichier à télécharger (ex. : "dossier/fichier.jpg") |
|
||||
| `fileName` | chaîne | Non | Remplacement optionnel du nom de fichier |
|
||||
| `apiKey` | chaîne | Oui | Votre clé secrète de rôle de service Supabase |
|
||||
|
||||
#### Sortie
|
||||
|
||||
| Paramètre | Type | Description |
|
||||
| --------- | ---- | ----------- |
|
||||
| `message` | string | Message d'état de l'opération |
|
||||
| `fileContent` | string | Contenu du fichier \(encodé en base64 si binaire, texte brut sinon\) |
|
||||
| `contentType` | string | Type MIME du fichier |
|
||||
| `isBase64` | boolean | Indique si le contenu du fichier est encodé en base64 |
|
||||
| `file` | fichier | Fichier téléchargé stocké dans les fichiers d'exécution |
|
||||
|
||||
### `supabase_storage_list`
|
||||
|
||||
|
||||
@@ -277,28 +277,6 @@ Confluenceページから添付ファイルを削除します(ゴミ箱に移
|
||||
| `attachmentId` | string | 削除された添付ファイルID |
|
||||
| `deleted` | boolean | 削除ステータス |
|
||||
|
||||
### `confluence_add_label`
|
||||
|
||||
Confluenceページにラベルを追加します。
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | string | はい | あなたのConfluenceドメイン(例:yourcompany.atlassian.net) |
|
||||
| `pageId` | string | はい | ラベルを追加するConfluenceページID |
|
||||
| `labelName` | string | はい | 追加するラベル名 |
|
||||
| `cloudId` | string | いいえ | インスタンスのConfluence Cloud ID。提供されない場合、ドメインを使用して取得されます。 |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | string | 操作のタイムスタンプ |
|
||||
| `pageId` | string | ページID |
|
||||
| `labelName` | string | ラベル名 |
|
||||
| `added` | boolean | 追加ステータス |
|
||||
|
||||
### `confluence_list_labels`
|
||||
|
||||
Confluenceページのすべてのラベルを一覧表示します。
|
||||
@@ -318,28 +296,6 @@ Confluenceページのすべてのラベルを一覧表示します。
|
||||
| `ts` | string | 取得のタイムスタンプ |
|
||||
| `labels` | array | ラベルのリスト |
|
||||
|
||||
### `confluence_remove_label`
|
||||
|
||||
Confluenceページからラベルを削除します。
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | string | はい | あなたのConfluenceドメイン(例:yourcompany.atlassian.net) |
|
||||
| `pageId` | string | はい | ラベルを削除するConfluenceページID |
|
||||
| `labelName` | string | はい | 削除するラベル名 |
|
||||
| `cloudId` | string | いいえ | インスタンスのConfluence Cloud ID。提供されない場合、ドメインを使用して取得されます。 |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | string | 操作のタイムスタンプ |
|
||||
| `pageId` | string | ページID |
|
||||
| `labelName` | string | ラベル名 |
|
||||
| `removed` | boolean | 削除ステータス |
|
||||
|
||||
### `confluence_get_space`
|
||||
|
||||
特定のConfluenceスペースの詳細を取得します。
|
||||
|
||||
@@ -57,19 +57,15 @@ Exa AIを使用してウェブを検索します。タイトル、URL、テキ
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `query` | string | はい | 実行する検索クエリ |
|
||||
| `numResults` | number | いいえ | 返す結果の数(デフォルト:10、最大:25) |
|
||||
| `useAutoprompt` | boolean | いいえ | クエリを改善するためにautopromptを使用するかどうか(デフォルト:false) |
|
||||
| `type` | string | いいえ | 検索タイプ:neural、keyword、autoまたはfast(デフォルト:auto) |
|
||||
| `useAutoprompt` | boolean | いいえ | クエリを改善するためにオートプロンプトを使用するかどうか(デフォルト:false) |
|
||||
| `type` | string | いいえ | 検索タイプ:neural、keyword、auto、またはfast(デフォルト:auto) |
|
||||
| `includeDomains` | string | いいえ | 結果に含めるドメインのカンマ区切りリスト |
|
||||
| `excludeDomains` | string | いいえ | 結果から除外するドメインのカンマ区切りリスト |
|
||||
| `startPublishedDate` | string | いいえ | この日付以降に公開された結果をフィルタリング(ISO 8601形式、例:2024-01-01) |
|
||||
| `endPublishedDate` | string | いいえ | この日付以前に公開された結果をフィルタリング(ISO 8601形式) |
|
||||
| `startCrawlDate` | string | いいえ | この日付以降にクロールされた結果をフィルタリング(ISO 8601形式) |
|
||||
| `endCrawlDate` | string | いいえ | この日付以前にクロールされた結果をフィルタリング(ISO 8601形式) |
|
||||
| `category` | string | いいえ | カテゴリでフィルタリング:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `category` | string | いいえ | カテゴリによるフィルタリング:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `text` | boolean | いいえ | 結果に全文コンテンツを含める(デフォルト:false) |
|
||||
| `highlights` | boolean | いいえ | 結果にハイライトされたスニペットを含める(デフォルト:false) |
|
||||
| `summary` | boolean | いいえ | 結果にAI生成の要約を含める(デフォルト:false) |
|
||||
| `livecrawl` | string | いいえ | ライブクローリングモード:always、fallback、またはnever(デフォルト:never) |
|
||||
| `livecrawl` | string | いいえ | ライブクロールモード:always、fallback、またはnever(デフォルト:never) |
|
||||
| `apiKey` | string | はい | Exa AI APIキー |
|
||||
|
||||
#### 出力
|
||||
@@ -115,11 +111,7 @@ Exa AIを使用して、指定されたURLに類似したウェブページを
|
||||
| `includeDomains` | string | いいえ | 結果に含めるドメインのカンマ区切りリスト |
|
||||
| `excludeDomains` | string | いいえ | 結果から除外するドメインのカンマ区切りリスト |
|
||||
| `excludeSourceDomain` | boolean | いいえ | 結果からソースドメインを除外する(デフォルト:false) |
|
||||
| `startPublishedDate` | string | いいえ | この日付以降に公開された結果をフィルタリング(ISO 8601形式、例:2024-01-01) |
|
||||
| `endPublishedDate` | string | いいえ | この日付以前に公開された結果をフィルタリング(ISO 8601形式) |
|
||||
| `startCrawlDate` | string | いいえ | この日付以降にクロールされた結果をフィルタリング(ISO 8601形式) |
|
||||
| `endCrawlDate` | string | いいえ | この日付以前にクロールされた結果をフィルタリング(ISO 8601形式) |
|
||||
| `category` | string | いいえ | カテゴリでフィルタリング:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `category` | string | いいえ | カテゴリによるフィルタリング:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `highlights` | boolean | いいえ | 結果にハイライトされたスニペットを含める(デフォルト:false) |
|
||||
| `summary` | boolean | いいえ | 結果にAI生成の要約を含める(デフォルト:false) |
|
||||
| `livecrawl` | string | いいえ | ライブクロールモード:always、fallback、またはnever(デフォルト:never) |
|
||||
|
||||
@@ -58,7 +58,7 @@ Simでは、Firecrawl統合によりエージェントがワークフローの
|
||||
|
||||
## 使用方法
|
||||
|
||||
Firecrawlをワークフローに統合。AIを使用してページのスクレイピング、ウェブ検索、ウェブサイト全体のクロール、URL構造のマッピング、構造化データの抽出が可能。
|
||||
Firecrawlをワークフローに統合します。ページのスクレイピング、ウェブ検索、サイト全体のクローリング、URL構造のマッピング、AIによる構造化データの抽出が可能です。
|
||||
|
||||
## ツール
|
||||
|
||||
@@ -71,25 +71,7 @@ Firecrawlをワークフローに統合。AIを使用してページのスクレ
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | はい | コンテンツをスクレイピングするURL |
|
||||
| `formats` | json | いいえ | 出力形式(markdown、html、rawHtml、links、images、screenshot)。デフォルト:["markdown"] |
|
||||
| `onlyMainContent` | boolean | いいえ | ヘッダー、ナビゲーション、フッターを除くメインコンテンツのみを抽出(デフォルト:true) |
|
||||
| `includeTags` | json | いいえ | 出力に保持するHTMLタグ |
|
||||
| `excludeTags` | json | いいえ | 出力から削除するHTMLタグ |
|
||||
| `maxAge` | number | いいえ | このミリ秒数より新しい場合はキャッシュバージョンを返す(デフォルト:172800000) |
|
||||
| `headers` | json | いいえ | カスタムリクエストヘッダー(クッキー、ユーザーエージェントなど) |
|
||||
| `waitFor` | number | いいえ | 取得前の遅延(ミリ秒)(デフォルト:0) |
|
||||
| `mobile` | boolean | いいえ | モバイルデバイスをエミュレート(デフォルト:false) |
|
||||
| `skipTlsVerification` | boolean | いいえ | TLS証明書の検証をスキップ(デフォルト:true) |
|
||||
| `timeout` | number | いいえ | リクエストタイムアウト(ミリ秒) |
|
||||
| `parsers` | json | いいえ | ファイル処理コントロール(例:["pdf"]) |
|
||||
| `actions` | json | いいえ | スクレイピング前の操作(待機、クリック、スクロール、スクリーンショットなど) |
|
||||
| `location` | json | いいえ | 地理的設定(国、言語) |
|
||||
| `removeBase64Images` | boolean | いいえ | 出力からbase64画像を削除(デフォルト:true) |
|
||||
| `blockAds` | boolean | いいえ | 広告とポップアップのブロックを有効化(デフォルト:true) |
|
||||
| `proxy` | string | いいえ | プロキシタイプ:basic、stealth、またはauto(デフォルト:auto) |
|
||||
| `storeInCache` | boolean | いいえ | ページをキャッシュする(デフォルト:true) |
|
||||
| `zeroDataRetention` | boolean | いいえ | ゼロデータ保持モードを有効化(デフォルト:false) |
|
||||
| `scrapeOptions` | json | いいえ | コンテンツスクレイピングのオプション(レガシー、トップレベルパラメータを推奨) |
|
||||
| `scrapeOptions` | json | いいえ | コンテンツスクレイピングのオプション |
|
||||
| `apiKey` | string | はい | Firecrawl APIキー |
|
||||
|
||||
#### 出力
|
||||
@@ -109,15 +91,6 @@ Firecrawlを使用してウェブ上の情報を検索します
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `query` | string | はい | 使用する検索クエリ |
|
||||
| `limit` | number | いいえ | 返す結果の最大数(1-100、デフォルト:5) |
|
||||
| `sources` | json | いいえ | 検索ソース:["web"]、["images"]、または["news"](デフォルト:["web"]) |
|
||||
| `categories` | json | いいえ | カテゴリによるフィルタリング:["github"]、["research"]、または["pdf"] |
|
||||
| `tbs` | string | いいえ | 時間ベースの検索:qdr:h(時間)、qdr:d(日)、qdr:w(週)、qdr:m(月)、qdr:y(年) |
|
||||
| `location` | string | いいえ | 結果の地理的位置(例:"San Francisco, California, United States") |
|
||||
| `country` | string | いいえ | 地理的ターゲティング用のISO国コード(デフォルト:US) |
|
||||
| `timeout` | number | いいえ | タイムアウト(ミリ秒単位、デフォルト:60000) |
|
||||
| `ignoreInvalidURLs` | boolean | いいえ | 結果から無効なURLを除外する(デフォルト:false) |
|
||||
| `scrapeOptions` | json | いいえ | 検索結果の高度なスクレイピング設定 |
|
||||
| `apiKey` | string | はい | Firecrawl APIキー |
|
||||
|
||||
#### 出力
|
||||
@@ -134,23 +107,9 @@ Firecrawlを使用してウェブ上の情報を検索します
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | はい | クロールするウェブサイトのURL |
|
||||
| `url` | string | はい | クロールするウェブサイトURL |
|
||||
| `limit` | number | いいえ | クロールするページの最大数(デフォルト:100) |
|
||||
| `onlyMainContent` | boolean | いいえ | ページからメインコンテンツのみを抽出する |
|
||||
| `prompt` | string | いいえ | クローラーオプションを自動生成するための自然言語指示 |
|
||||
| `maxDiscoveryDepth` | number | いいえ | URL発見の深さ制限(ルートページの深さは0) |
|
||||
| `sitemap` | string | いいえ | サイトマップデータの使用方法:"skip"または"include"(デフォルト:"include") |
|
||||
| `crawlEntireDomain` | boolean | いいえ | 兄弟/親URLをフォローするか、子パスのみをフォローするか(デフォルト:false) |
|
||||
| `allowExternalLinks` | boolean | いいえ | 外部ウェブサイトリンクをフォローする(デフォルト:false) |
|
||||
| `allowSubdomains` | boolean | いいえ | サブドメインリンクをフォローする(デフォルト:false) |
|
||||
| `ignoreQueryParameters` | boolean | いいえ | 異なるクエリパラメータを持つ同じパスの再スクレイピングを防止する(デフォルト:false) |
|
||||
| `delay` | number | いいえ | レート制限遵守のためのスクレイプ間の秒数 |
|
||||
| `maxConcurrency` | number | いいえ | 同時スクレイプ制限 |
|
||||
| `excludePaths` | json | いいえ | 除外するURLの正規表現パターンの配列 |
|
||||
| `includePaths` | json | いいえ | 排他的に含めるURLの正規表現パターンの配列 |
|
||||
| `webhook` | json | いいえ | クロール通知用のWebhook設定 |
|
||||
| `scrapeOptions` | json | いいえ | 高度なスクレイピング設定 |
|
||||
| `zeroDataRetention` | boolean | いいえ | ゼロデータ保持を有効にする(デフォルト:false) |
|
||||
| `apiKey` | string | はい | Firecrawl APIキー |
|
||||
|
||||
#### 出力
|
||||
|
||||
@@ -73,10 +73,11 @@ Gmailを使用してメールを送信する
|
||||
| `to` | string | はい | 受信者のメールアドレス |
|
||||
| `subject` | string | いいえ | メールの件名 |
|
||||
| `body` | string | はい | メール本文の内容 |
|
||||
| `threadId` | string | いいえ | 返信するスレッドID(スレッド化のため) |
|
||||
| `contentType` | string | いいえ | メール本文のコンテンツタイプ(テキストまたはHTML) |
|
||||
| `threadId` | string | いいえ | 返信するスレッドID(スレッド化用) |
|
||||
| `replyToMessageId` | string | いいえ | 返信するGmailメッセージID - Gmail読み取り結果の「id」フィールドを使用(RFC「messageId」ではない) |
|
||||
| `cc` | string | いいえ | CC受信者(カンマ区切り) |
|
||||
| `bcc` | string | いいえ | BCC受信者(カンマ区切り) |
|
||||
| `cc` | string | いいえ | CCの受信者(カンマ区切り) |
|
||||
| `bcc` | string | いいえ | BCCの受信者(カンマ区切り) |
|
||||
| `attachments` | file[] | いいえ | メールに添付するファイル |
|
||||
|
||||
#### 出力
|
||||
@@ -97,11 +98,12 @@ Gmailでメールの下書きを作成する
|
||||
| `to` | string | はい | 受信者のメールアドレス |
|
||||
| `subject` | string | いいえ | メールの件名 |
|
||||
| `body` | string | はい | メール本文の内容 |
|
||||
| `threadId` | string | いいえ | 返信するスレッドID(スレッド化のため) |
|
||||
| `contentType` | string | いいえ | メール本文のコンテンツタイプ(テキストまたはHTML) |
|
||||
| `threadId` | string | いいえ | 返信するスレッドID(スレッド化用) |
|
||||
| `replyToMessageId` | string | いいえ | 返信するGmailメッセージID - Gmail読み取り結果の「id」フィールドを使用(RFC「messageId」ではない) |
|
||||
| `cc` | string | いいえ | CC受信者(カンマ区切り) |
|
||||
| `bcc` | string | いいえ | BCC受信者(カンマ区切り) |
|
||||
| `attachments` | file[] | いいえ | 下書きメールに添付するファイル |
|
||||
| `cc` | string | いいえ | CCの受信者(カンマ区切り) |
|
||||
| `bcc` | string | いいえ | BCCの受信者(カンマ区切り) |
|
||||
| `attachments` | file[] | いいえ | メールの下書きに添付するファイル |
|
||||
|
||||
#### 出力
|
||||
|
||||
|
||||
@@ -79,28 +79,16 @@ Jina AI Readerを使用してウェブコンテンツを抽出し、LLMフレン
|
||||
| `gatherLinks` | boolean | いいえ | すべてのリンクを最後にまとめるかどうか |
|
||||
| `jsonResponse` | boolean | いいえ | レスポンスをJSON形式で返すかどうか |
|
||||
| `apiKey` | string | はい | あなたのJina AI APIキー |
|
||||
| `targetSelector` | string | いいえ | 特定のページ要素を対象とするCSSセレクタ(例:"#main-content") |
|
||||
| `waitForSelector` | string | いいえ | コンテンツ抽出前に待機するCSSセレクタ(動的ページに有用) |
|
||||
| `removeSelector` | string | いいえ | 除外する要素のCSSセレクタ(例:"header, footer, .ad") |
|
||||
| `timeout` | number | いいえ | ページ読み込みを待機する最大秒数 |
|
||||
| `withImagesummary` | boolean | いいえ | メタデータ付きでページのすべての画像を収集 |
|
||||
| `retainImages` | string | いいえ | 画像の含め方の制御:"none"はすべて削除、"all"はすべて保持 |
|
||||
| `withImagesummary` | boolean | いいえ | ページからメタデータ付きですべての画像を収集する |
|
||||
| `retainImages` | string | いいえ | 画像の含め方の制御:「none」はすべて削除、「all」はすべて保持 |
|
||||
| `returnFormat` | string | いいえ | 出力形式:markdown、html、text、screenshot、またはpageshot |
|
||||
| `withIframe` | boolean | いいえ | 抽出にiframeコンテンツを含める |
|
||||
| `withShadowDom` | boolean | いいえ | Shadow DOMコンテンツを抽出 |
|
||||
| `setCookie` | string | いいえ | 認証クッキーを転送(キャッシュを無効化) |
|
||||
| `proxyUrl` | string | いいえ | リクエストルーティング用のHTTPプロキシURL |
|
||||
| `proxy` | string | いいえ | プロキシの国コード(例:"US"、"UK")または"auto"/"none" |
|
||||
| `engine` | string | いいえ | レンダリングエンジン:browser、direct、またはcf-browser-rendering |
|
||||
| `tokenBudget` | number | いいえ | リクエストの最大トークン数(コスト管理) |
|
||||
| `noCache` | boolean | いいえ | リアルタイム取得のためにキャッシュされたコンテンツをバイパス |
|
||||
| `cacheTolerance` | number | いいえ | カスタムキャッシュ寿命(秒) |
|
||||
| `withGeneratedAlt` | boolean | いいえ | VLMを使用して画像の代替テキストを生成 |
|
||||
| `baseUrl` | string | いいえ | リダイレクトチェーンをたどるには"final"に設定 |
|
||||
| `locale` | string | いいえ | レンダリング用のブラウザロケール(例:"en-US") |
|
||||
| `withIframe` | boolean | いいえ | 抽出にiframeコンテンツを含めるかどうか |
|
||||
| `withShadowDom` | boolean | いいえ | Shadow DOMコンテンツを抽出する |
|
||||
| `noCache` | boolean | いいえ | リアルタイム取得のためにキャッシュされたコンテンツをバイパスする |
|
||||
| `withGeneratedAlt` | boolean | いいえ | VLMを使用して画像の代替テキストを生成する |
|
||||
| `robotsTxt` | string | いいえ | robots.txtチェック用のボットユーザーエージェント |
|
||||
| `dnt` | boolean | いいえ | Do Not Track - キャッシュ/トラッキングを防止 |
|
||||
| `noGfm` | boolean | いいえ | GitHub Flavored Markdownを無効化 |
|
||||
| `dnt` | boolean | いいえ | Do Not Track - キャッシュ/トラッキングを防止する |
|
||||
| `noGfm` | boolean | いいえ | GitHub Flavored Markdownを無効にする |
|
||||
|
||||
#### 出力
|
||||
|
||||
@@ -120,25 +108,16 @@ Jina AI Readerを使用してウェブコンテンツを抽出し、LLMフレン
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `q` | string | はい | 検索クエリ文字列 |
|
||||
| `apiKey` | string | はい | あなたのJina AI APIキー |
|
||||
| `gl` | string | いいえ | 地域固有の結果のための2文字の国コード(例:「US」、「UK」、「JP」) |
|
||||
| `location` | string | いいえ | ローカライズされた検索結果のための都市レベルの位置 |
|
||||
| `hl` | string | いいえ | 結果のための2文字の言語コード(例:「en」、「es」、「fr」) |
|
||||
| `num` | number | いいえ | ページあたりの最大結果数(デフォルト:5) |
|
||||
| `page` | number | いいえ | ページネーションのためのページ番号(オフセット) |
|
||||
| `site` | string | いいえ | 特定のドメインに結果を制限します。複数のサイトの場合はカンマ区切りで指定可能(例:「jina.ai,github.com」) |
|
||||
| `site` | string | いいえ | 特定のドメインに結果を制限する。複数のサイトの場合はカンマ区切りで指定可能(例:"jina.ai,github.com") |
|
||||
| `withFavicon` | boolean | いいえ | 結果にウェブサイトのファビコンを含める |
|
||||
| `withImagesummary` | boolean | いいえ | 結果ページからメタデータ付きのすべての画像を収集する |
|
||||
| `withImagesummary` | boolean | いいえ | 結果ページからメタデータ付きですべての画像を収集する |
|
||||
| `withLinksummary` | boolean | いいえ | 結果ページからすべてのリンクを収集する |
|
||||
| `retainImages` | string | いいえ | 画像の含め方を制御:「none」はすべて削除、「all」はすべて保持 |
|
||||
| `retainImages` | string | いいえ | 画像の含め方の制御:「none」はすべて削除、「all」はすべて保持 |
|
||||
| `noCache` | boolean | いいえ | リアルタイム取得のためにキャッシュされたコンテンツをバイパスする |
|
||||
| `withGeneratedAlt` | boolean | いいえ | VLMを使用して画像の代替テキストを生成する |
|
||||
| `respondWith` | string | いいえ | 「no-content」に設定すると、ページコンテンツなしでメタデータのみを取得 |
|
||||
| `respondWith` | string | いいえ | ページコンテンツなしでメタデータのみを取得するには「no-content」に設定 |
|
||||
| `returnFormat` | string | いいえ | 出力形式:markdown、html、text、screenshot、またはpageshot |
|
||||
| `engine` | string | いいえ | レンダリングエンジン:browserまたはdirect |
|
||||
| `timeout` | number | いいえ | ページ読み込みを待つ最大秒数 |
|
||||
| `setCookie` | string | いいえ | 認証クッキーを転送する |
|
||||
| `proxyUrl` | string | いいえ | リクエストルーティングのためのHTTPプロキシURL |
|
||||
| `locale` | string | いいえ | レンダリングのためのブラウザロケール(例:「en-US」) |
|
||||
|
||||
#### 出力
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ Simでは、Jira統合によりエージェントがプロジェクト管理ワ
|
||||
|
||||
## 使用手順
|
||||
|
||||
Jiraをワークフローに統合します。課題の読み取り、書き込み、更新が可能です。OAuthが必要です。
|
||||
Jiraをワークフローに統合します。課題の読み取り、書き込み、更新が可能です。Jiraのウェブフックイベントに基づいてワークフローをトリガーすることもできます。
|
||||
|
||||
## ツール
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Simでは、Linear統合によりエージェントがプロジェクト管理
|
||||
|
||||
## 使用方法
|
||||
|
||||
Linearをワークフローに統合します。課題、コメント、プロジェクト、ラベル、ワークフローの状態、サイクル、添付ファイルなどを管理できます。
|
||||
Linearをワークフローに統合します。課題、コメント、プロジェクト、ラベル、ワークフローの状態、サイクル、添付ファイルなどを管理できます。また、Linearのウェブフックイベントに基づいてワークフローをトリガーすることもできます。
|
||||
|
||||
## ツール
|
||||
|
||||
@@ -885,7 +885,591 @@ Linearで通知を既読または未読としてマークする
|
||||
| --------- | ---- | ----------- |
|
||||
| `notification` | object | 更新された通知 |
|
||||
|
||||
## 注意事項
|
||||
### `linear_create_customer`
|
||||
|
||||
Linearで新しい顧客を作成する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | はい | 顧客名 |
|
||||
| `domains` | array | いいえ | この顧客に関連するドメイン |
|
||||
| `externalIds` | array | いいえ | 他のシステムからの外部ID |
|
||||
| `logoUrl` | string | いいえ | 顧客のロゴURL |
|
||||
| `ownerId` | string | いいえ | この顧客を所有するユーザーのID |
|
||||
| `revenue` | number | いいえ | この顧客からの年間収益 |
|
||||
| `size` | number | いいえ | 顧客組織の規模 |
|
||||
| `statusId` | string | いいえ | 顧客ステータスID |
|
||||
| `tierId` | string | いいえ | 顧客ティアID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | 作成された顧客 |
|
||||
|
||||
### `linear_list_customers`
|
||||
|
||||
Linearのすべての顧客をリスト表示する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `first` | number | いいえ | 返す顧客の数(デフォルト:50) |
|
||||
| `after` | string | いいえ | ページネーション用のカーソル |
|
||||
| `includeArchived` | boolean | いいえ | アーカイブされた顧客を含める(デフォルト:false) |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customers` | array | 顧客の配列 |
|
||||
|
||||
### `linear_create_customer_request`
|
||||
|
||||
Linearで顧客リクエスト(ニーズ)を作成します。顧客に割り当て、緊急度(優先度:0 = 重要でない、1 = 重要)を設定し、オプションで課題にリンクします。
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | はい | このリクエストを割り当てる顧客ID |
|
||||
| `body` | string | いいえ | 顧客リクエストの説明 |
|
||||
| `priority` | number | いいえ | 緊急度レベル:0 = 重要でない、1 = 重要(デフォルト:0) |
|
||||
| `issueId` | string | いいえ | このリクエストをリンクする課題ID |
|
||||
| `projectId` | string | いいえ | このリクエストをリンクするプロジェクトID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | object | 作成された顧客リクエスト |
|
||||
|
||||
### `linear_update_customer_request`
|
||||
|
||||
Linearで顧客リクエスト(ニーズ)を更新します。緊急度、説明、顧客の割り当て、およびリンクされた課題を変更できます。
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerNeedId` | string | はい | 更新する顧客リクエストID |
|
||||
| `body` | string | いいえ | 顧客リクエストの更新された説明 |
|
||||
| `priority` | number | いいえ | 更新された緊急度レベル:0 = 重要でない、1 = 重要 |
|
||||
| `customerId` | string | いいえ | このリクエストを割り当てる新しい顧客ID |
|
||||
| `issueId` | string | いいえ | このリクエストをリンクする新しい課題ID |
|
||||
| `projectId` | string | いいえ | このリクエストをリンクする新しいプロジェクトID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | object | 更新された顧客リクエスト |
|
||||
|
||||
### `linear_list_customer_requests`
|
||||
|
||||
Linearのすべての顧客リクエスト(ニーズ)を一覧表示する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `first` | number | いいえ | 返す顧客リクエストの数(デフォルト:50) |
|
||||
| `after` | string | いいえ | ページネーション用のカーソル |
|
||||
| `includeArchived` | boolean | いいえ | アーカイブされた顧客リクエストを含める(デフォルト:false) |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeeds` | array | 顧客リクエストの配列 |
|
||||
|
||||
### `linear_get_customer`
|
||||
|
||||
LinearでIDによって単一の顧客を取得する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | はい | 取得する顧客ID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | 顧客データ |
|
||||
|
||||
### `linear_update_customer`
|
||||
|
||||
Linearで顧客を更新する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | はい | 更新する顧客ID |
|
||||
| `name` | string | いいえ | 更新された顧客名 |
|
||||
| `domains` | array | いいえ | 更新されたドメイン |
|
||||
| `externalIds` | array | いいえ | 更新された外部ID |
|
||||
| `logoUrl` | string | いいえ | 更新されたロゴURL |
|
||||
| `ownerId` | string | いいえ | 更新されたオーナーユーザーID |
|
||||
| `revenue` | number | いいえ | 更新された年間収益 |
|
||||
| `size` | number | いいえ | 更新された組織規模 |
|
||||
| `statusId` | string | いいえ | 更新された顧客ステータスID |
|
||||
| `tierId` | string | いいえ | 更新された顧客ティアID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | 更新された顧客 |
|
||||
|
||||
### `linear_delete_customer`
|
||||
|
||||
Linearで顧客を削除する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | はい | 削除する顧客ID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 削除が成功したかどうか |
|
||||
|
||||
### `linear_merge_customers`
|
||||
|
||||
Linearで2つの顧客を統合し、ソースからターゲットにすべてのデータを移動する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `sourceCustomerId` | string | はい | ソース顧客ID(統合後に削除されます) |
|
||||
| `targetCustomerId` | string | はい | ターゲット顧客ID(すべてのデータを受け取ります) |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | 統合されたターゲット顧客 |
|
||||
|
||||
### `linear_create_customer_status`
|
||||
|
||||
Linearで新しい顧客ステータスを作成する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | はい | 顧客ステータス名 |
|
||||
| `color` | string | はい | ステータスの色(16進コード) |
|
||||
| `displayName` | string | いいえ | ステータスの表示名 |
|
||||
| `description` | string | いいえ | ステータスの説明 |
|
||||
| `position` | number | いいえ | ステータスリスト内の位置 |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | object | 作成された顧客ステータス |
|
||||
|
||||
### `linear_update_customer_status`
|
||||
|
||||
Linearで顧客ステータスを更新する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | はい | 更新する顧客ステータスID |
|
||||
| `name` | string | いいえ | 更新されたステータス名 |
|
||||
| `color` | string | いいえ | 更新されたステータスの色 |
|
||||
| `displayName` | string | いいえ | 更新された表示名 |
|
||||
| `description` | string | いいえ | 更新された説明 |
|
||||
| `position` | number | いいえ | 更新された位置 |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | object | 更新された顧客ステータス |
|
||||
|
||||
### `linear_delete_customer_status`
|
||||
|
||||
Linearで顧客ステータスを削除する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | はい | 削除する顧客ステータスID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 削除が成功したかどうか |
|
||||
|
||||
### `linear_list_customer_statuses`
|
||||
|
||||
Linearのすべての顧客ステータスを一覧表示する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatuses` | array | 顧客ステータスのリスト |
|
||||
|
||||
### `linear_create_customer_tier`
|
||||
|
||||
Linearで新しい顧客ティアを作成する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | はい | 顧客ティア名 |
|
||||
| `color` | string | はい | ティアの色(16進コード) |
|
||||
| `displayName` | string | いいえ | ティアの表示名 |
|
||||
| `description` | string | いいえ | ティアの説明 |
|
||||
| `position` | number | いいえ | ティアリスト内の位置 |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | object | 作成された顧客ティア |
|
||||
|
||||
### `linear_update_customer_tier`
|
||||
|
||||
Linearで顧客ティアを更新する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `tierId` | string | はい | 更新する顧客ティアID |
|
||||
| `name` | string | いいえ | 更新後のティア名 |
|
||||
| `color` | string | いいえ | 更新後のティアの色 |
|
||||
| `displayName` | string | いいえ | 更新後の表示名 |
|
||||
| `description` | string | いいえ | 更新後の説明 |
|
||||
| `position` | number | いいえ | 更新後の位置 |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | object | 更新された顧客ティア |
|
||||
|
||||
### `linear_delete_customer_tier`
|
||||
|
||||
Linearで顧客ティアを削除する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `tierId` | string | はい | 削除する顧客ティアID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 削除が成功したかどうか |
|
||||
|
||||
### `linear_list_customer_tiers`
|
||||
|
||||
Linearのすべての顧客ティアを一覧表示する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTiers` | array | 顧客ティアのリスト |
|
||||
|
||||
### `linear_delete_project`
|
||||
|
||||
Linearでプロジェクトを削除する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | はい | 削除するプロジェクトID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 削除が成功したかどうか |
|
||||
|
||||
### `linear_create_project_label`
|
||||
|
||||
Linearで新しいプロジェクトラベルを作成する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | はい | プロジェクトラベル名 |
|
||||
| `color` | string | いいえ | ラベルの色(16進コード) |
|
||||
| `description` | string | いいえ | ラベルの説明 |
|
||||
| `isGroup` | boolean | いいえ | これがラベルグループかどうか |
|
||||
| `parentId` | string | いいえ | 親ラベルグループID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | object | 作成されたプロジェクトラベル |
|
||||
|
||||
### `linear_update_project_label`
|
||||
|
||||
Linearでプロジェクトラベルを更新する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `labelId` | string | はい | 更新するプロジェクトラベルID |
|
||||
| `name` | string | いいえ | 更新されたラベル名 |
|
||||
| `color` | string | いいえ | 更新されたラベルの色 |
|
||||
| `description` | string | いいえ | 更新された説明 |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | object | 更新されたプロジェクトラベル |
|
||||
|
||||
### `linear_delete_project_label`
|
||||
|
||||
Linearでプロジェクトラベルを削除する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `labelId` | string | はい | 削除するプロジェクトラベルID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 削除が成功したかどうか |
|
||||
|
||||
### `linear_list_project_labels`
|
||||
|
||||
Linearのすべてのプロジェクトラベルを一覧表示する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | いいえ | 特定のプロジェクトのラベルをフィルタリングするためのオプションのプロジェクトID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabels` | array | プロジェクトラベルのリスト |
|
||||
|
||||
### `linear_add_label_to_project`
|
||||
|
||||
Linearのプロジェクトにラベルを追加する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | はい | プロジェクトID |
|
||||
| `labelId` | string | はい | 追加するラベルID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | ラベルが正常に追加されたかどうか |
|
||||
| `projectId` | string | プロジェクトID |
|
||||
|
||||
### `linear_remove_label_from_project`
|
||||
|
||||
Linearのプロジェクトからラベルを削除する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | はい | プロジェクトID |
|
||||
| `labelId` | string | はい | 削除するラベルID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | ラベルが正常に削除されたかどうか |
|
||||
| `projectId` | string | プロジェクトID |
|
||||
|
||||
### `linear_create_project_milestone`
|
||||
|
||||
Linearで新しいプロジェクトマイルストーンを作成する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | はい | プロジェクトID |
|
||||
| `name` | string | はい | マイルストーン名 |
|
||||
| `description` | string | いいえ | マイルストーンの説明 |
|
||||
| `targetDate` | string | いいえ | 目標日(ISO 8601) |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | object | 作成されたプロジェクトマイルストーン |
|
||||
|
||||
### `linear_update_project_milestone`
|
||||
|
||||
Linearでプロジェクトマイルストーンを更新する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `milestoneId` | string | はい | 更新するプロジェクトマイルストーンID |
|
||||
| `name` | string | いいえ | 更新されたマイルストーン名 |
|
||||
| `description` | string | いいえ | 更新された説明 |
|
||||
| `targetDate` | string | いいえ | 更新された目標日(ISO 8601) |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | object | 更新されたプロジェクトマイルストーン |
|
||||
|
||||
### `linear_delete_project_milestone`
|
||||
|
||||
Linearでプロジェクトマイルストーンを削除する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `milestoneId` | string | はい | 削除するプロジェクトマイルストーンID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 削除が成功したかどうか |
|
||||
|
||||
### `linear_list_project_milestones`
|
||||
|
||||
Linearでプロジェクトのすべてのマイルストーンを一覧表示する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | はい | マイルストーンを一覧表示するプロジェクトID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestones` | array | プロジェクトマイルストーンのリスト |
|
||||
|
||||
### `linear_create_project_status`
|
||||
|
||||
Linearで新しいプロジェクトステータスを作成する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | はい | プロジェクトステータス名 |
|
||||
| `color` | string | はい | ステータスの色(16進コード) |
|
||||
| `description` | string | いいえ | ステータスの説明 |
|
||||
| `indefinite` | boolean | いいえ | ステータスが無期限かどうか |
|
||||
| `position` | number | いいえ | ステータスリスト内の位置 |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | object | 作成されたプロジェクトステータス |
|
||||
|
||||
### `linear_update_project_status`
|
||||
|
||||
Linearのプロジェクトステータスを更新する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | はい | 更新するプロジェクトステータスID |
|
||||
| `name` | string | いいえ | 更新されたステータス名 |
|
||||
| `color` | string | いいえ | 更新されたステータスの色 |
|
||||
| `description` | string | いいえ | 更新された説明 |
|
||||
| `indefinite` | boolean | いいえ | 更新された無期限フラグ |
|
||||
| `position` | number | いいえ | 更新された位置 |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | object | 更新されたプロジェクトステータス |
|
||||
|
||||
### `linear_delete_project_status`
|
||||
|
||||
Linearのプロジェクトステータスを削除する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | はい | 削除するプロジェクトステータスID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 削除が成功したかどうか |
|
||||
|
||||
### `linear_list_project_statuses`
|
||||
|
||||
Linearのすべてのプロジェクトステータスを一覧表示する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatuses` | array | プロジェクトステータスのリスト |
|
||||
|
||||
## 備考
|
||||
|
||||
- カテゴリー: `tools`
|
||||
- タイプ: `linear`
|
||||
|
||||
@@ -190,7 +190,10 @@ Microsoft Plannerでタスクを更新する
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | タスクが正常に更新されたかどうか |
|
||||
| `message` | string | タスクが更新された際の成功メッセージ |
|
||||
| `task` | object | すべてのプロパティを持つ更新されたタスクオブジェクト |
|
||||
| `taskId` | string | 更新されたタスクのID |
|
||||
| `etag` | string | 更新後の新しいETag - 後続の操作に使用します |
|
||||
| `metadata` | object | taskId、planId、taskUrlを含むメタデータ |
|
||||
|
||||
### `microsoft_planner_delete_task`
|
||||
@@ -214,21 +217,20 @@ Microsoft Plannerからタスクを削除する
|
||||
|
||||
### `microsoft_planner_list_plans`
|
||||
|
||||
Microsoft 365グループ内のすべてのプランを一覧表示する
|
||||
現在のユーザーと共有されているすべてのプランを一覧表示する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `groupId` | string | はい | Microsoft 365グループのID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | プランが正常に取得されたかどうか |
|
||||
| `plans` | array | プランオブジェクトの配列 |
|
||||
| `metadata` | object | groupIdと数を含むメタデータ |
|
||||
| `plans` | array | 現在のユーザーと共有されているプランオブジェクトの配列 |
|
||||
| `metadata` | object | userIdと数を含むメタデータ |
|
||||
|
||||
### `microsoft_planner_read_plan`
|
||||
|
||||
@@ -358,6 +360,7 @@ Microsoft Plannerからバケットを削除する
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | タスクの詳細が正常に取得されたかどうか |
|
||||
| `taskDetails` | object | 説明、チェックリスト、参照を含むタスクの詳細 |
|
||||
| `etag` | string | このタスク詳細のETag値 - 更新操作に使用します |
|
||||
| `metadata` | object | taskIdを含むメタデータ |
|
||||
|
||||
### `microsoft_planner_update_task_details`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: OneDrive
|
||||
description: ファイルの作成、アップロード、一覧表示
|
||||
description: ファイルの作成、アップロード、ダウンロード、一覧表示、削除
|
||||
---
|
||||
|
||||
import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
@@ -50,7 +50,7 @@ Simでは、OneDrive統合によりエージェントがクラウドストレー
|
||||
|
||||
## 使用方法
|
||||
|
||||
OneDriveをワークフローに統合します。テキストファイルやExcelファイルの作成、ファイルのアップロード、ファイルの一覧表示が可能です。
|
||||
OneDriveをワークフローに統合します。テキストファイルやExcelファイルの作成、ファイルのアップロード、ダウンロード、一覧表示、ファイルやフォルダの削除が可能です。
|
||||
|
||||
## ツール
|
||||
|
||||
@@ -133,6 +133,24 @@ OneDriveのファイルとフォルダを一覧表示する
|
||||
| `files` | array | メタデータを含むファイルとフォルダオブジェクトの配列 |
|
||||
| `nextPageToken` | string | 結果の次のページを取得するためのトークン(オプション) |
|
||||
|
||||
### `onedrive_delete`
|
||||
|
||||
OneDriveからファイルまたはフォルダを削除する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `fileId` | string | はい | 削除するファイルまたはフォルダのID |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | ファイルが正常に削除されたかどうか |
|
||||
| `deleted` | boolean | ファイルが削除されたことの確認 |
|
||||
| `fileId` | string | 削除されたファイルのID |
|
||||
|
||||
## 注意事項
|
||||
|
||||
- カテゴリ: `tools`
|
||||
|
||||
@@ -162,6 +162,7 @@ Outlookを使用してメールを送信する
|
||||
| `to` | string | はい | 受信者のメールアドレス |
|
||||
| `subject` | string | はい | メールの件名 |
|
||||
| `body` | string | はい | メール本文の内容 |
|
||||
| `contentType` | string | いいえ | メール本文のコンテンツタイプ(テキストまたはHTML) |
|
||||
| `replyToMessageId` | string | いいえ | 返信するメッセージID(スレッド用) |
|
||||
| `conversationId` | string | いいえ | スレッド用の会話ID |
|
||||
| `cc` | string | いいえ | CCの受信者(カンマ区切り) |
|
||||
@@ -188,6 +189,7 @@ Outlookを使用してメールを下書き作成する
|
||||
| `to` | string | はい | 受信者のメールアドレス |
|
||||
| `subject` | string | はい | メールの件名 |
|
||||
| `body` | string | はい | メール本文の内容 |
|
||||
| `contentType` | string | いいえ | メール本文のコンテンツタイプ(テキストまたはHTML) |
|
||||
| `cc` | string | いいえ | CCの受信者(カンマ区切り) |
|
||||
| `bcc` | string | いいえ | BCCの受信者(カンマ区切り) |
|
||||
| `attachments` | file[] | いいえ | メールの下書きに添付するファイル |
|
||||
|
||||
@@ -123,11 +123,10 @@ Parallel AIを使用してウェブ全体で包括的な詳細調査を実施し
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `input` | string | はい | 調査クエリまたは質問(最大15,000文字) |
|
||||
| `processor` | string | いいえ | 計算レベル: base、lite、pro、ultra、ultra2x、ultra4x、ultra8x(デフォルト: base) |
|
||||
| `output_schema` | string | いいえ | 希望する出力形式の説明。引用付きのマークダウンレポートには「text」を使用するか、構造化されたJSON形式を記述 |
|
||||
| `include_domains` | string | いいえ | 調査を制限するドメインのカンマ区切りリスト(ソースポリシー) |
|
||||
| `exclude_domains` | string | いいえ | 調査から除外するドメインのカンマ区切りリスト(ソースポリシー) |
|
||||
| `input` | string | はい | 研究クエリまたは質問(最大15,000文字) |
|
||||
| `processor` | string | いいえ | 計算レベル:base、lite、pro、ultra、ultra2x、ultra4x、ultra8x(デフォルト:base) |
|
||||
| `include_domains` | string | いいえ | 研究を制限するドメインのカンマ区切りリスト(ソースポリシー) |
|
||||
| `exclude_domains` | string | いいえ | 研究から除外するドメインのカンマ区切りリスト(ソースポリシー) |
|
||||
| `apiKey` | string | はい | Parallel AI APIキー |
|
||||
|
||||
#### 出力
|
||||
|
||||
@@ -120,29 +120,6 @@ Redditをワークフローに統合します。投稿、コメントの閲覧
|
||||
| `subreddit` | string | 投稿が取得されたサブレディットの名前 |
|
||||
| `posts` | array | タイトル、作成者、URL、スコア、コメント数、およびメタデータを含む議論を呼んでいる投稿の配列 |
|
||||
|
||||
### `reddit_get_gilded`
|
||||
|
||||
サブレディットからギルド/報酬を受けた投稿を取得する
|
||||
|
||||
#### 入力
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | はい | 投稿を取得するサブレディットの名前(r/プレフィックスなし) |
|
||||
| `limit` | number | いいえ | 返す投稿の最大数(デフォルト:10、最大:100) |
|
||||
| `after` | string | いいえ | ページネーションのために、これより後のアイテムを取得するための完全名 |
|
||||
| `before` | string | いいえ | ページネーションのために、これより前のアイテムを取得するための完全名 |
|
||||
| `count` | number | いいえ | リスティングですでに見たアイテムの数(番号付けに使用) |
|
||||
| `show` | string | いいえ | 通常はフィルタリングされるアイテムを表示(例:「all」) |
|
||||
| `sr_detail` | boolean | いいえ | レスポンスでサブレディットの詳細を展開する |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `subreddit` | string | 投稿が取得されたサブレディットの名前 |
|
||||
| `posts` | array | ギルド/アワードされた投稿のタイトル、作成者、URL、スコア、コメント数、およびメタデータを含む配列 |
|
||||
|
||||
### `reddit_search`
|
||||
|
||||
サブレディット内の投稿を検索する
|
||||
@@ -167,7 +144,7 @@ Redditをワークフローに統合します。投稿、コメントの閲覧
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `subreddit` | string | 検索が実行されたサブレディットの名前 |
|
||||
| `posts` | array | タイトル、作成者、URL、スコア、コメント数、およびメタデータを含む検索結果の投稿配列 |
|
||||
| `posts` | array | タイトル、作成者、URL、スコア、コメント数、およびメタデータを含む検索結果投稿の配列 |
|
||||
|
||||
### `reddit_submit_post`
|
||||
|
||||
@@ -179,7 +156,7 @@ Redditをワークフローに統合します。投稿、コメントの閲覧
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | はい | 投稿先のサブレディットの名前(r/プレフィックスなし) |
|
||||
| `title` | string | はい | 投稿のタイトル(最大300文字) |
|
||||
| `text` | string | いいえ | セルフポスト用のテキストコンテンツ(マークダウン対応) |
|
||||
| `text` | string | いいえ | 自己投稿用のテキストコンテンツ(マークダウン対応) |
|
||||
| `url` | string | いいえ | リンク投稿用のURL(テキストと併用不可) |
|
||||
| `nsfw` | boolean | いいえ | 投稿をNSFWとしてマークする |
|
||||
| `spoiler` | boolean | いいえ | 投稿をスポイラーとしてマークする |
|
||||
@@ -201,8 +178,8 @@ Redditの投稿やコメントに対して賛成投票、反対投票、また
|
||||
|
||||
| パラメータ | 型 | 必須 | 説明 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | string | はい | 投票する対象の完全名(例:投稿の場合はt3_xxxxx、コメントの場合はt1_xxxxx) |
|
||||
| `dir` | number | はい | 投票方向:1(アップボート)、0(投票取消)、または -1(ダウンボート) |
|
||||
| `id` | string | はい | 投票対象の完全名(例:投稿の場合はt3_xxxxx、コメントの場合はt1_xxxxx) |
|
||||
| `dir` | number | はい | 投票方向:1(賛成)、0(投票取り消し)、または-1(反対) |
|
||||
|
||||
#### 出力
|
||||
|
||||
@@ -247,7 +224,7 @@ Redditの投稿やコメントを保存アイテムに保存する
|
||||
|
||||
### `reddit_reply`
|
||||
|
||||
Redditの投稿やコメントに返信コメントを追加する
|
||||
Redditの投稿やコメントにコメント返信を追加する
|
||||
|
||||
#### 入力
|
||||
|
||||
@@ -302,7 +279,7 @@ Redditの投稿やコメントに返信コメントを追加する
|
||||
|
||||
### `reddit_subscribe`
|
||||
|
||||
サブレディットの購読または購読解除
|
||||
サブレディットを購読または購読解除する
|
||||
|
||||
#### 入力
|
||||
|
||||
@@ -315,7 +292,7 @@ Redditの投稿やコメントに返信コメントを追加する
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 購読アクションが成功したかどうか |
|
||||
| `success` | boolean | サブスクリプション操作が成功したかどうか |
|
||||
| `message` | string | 成功またはエラーメッセージ |
|
||||
|
||||
## 注意事項
|
||||
|
||||
@@ -56,6 +56,7 @@ Resendをワークフローに統合します。メールを送信できます
|
||||
| `to` | string | はい | 受信者メールアドレス |
|
||||
| `subject` | string | はい | メールの件名 |
|
||||
| `body` | string | はい | メール本文 |
|
||||
| `contentType` | string | いいえ | メール本文のコンテンツタイプ(テキストまたはHTML) |
|
||||
| `resendApiKey` | string | はい | メール送信用のResend APIキー |
|
||||
|
||||
#### 出力
|
||||
|
||||
@@ -37,13 +37,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
/>
|
||||
<path d='M194.9 33.9001H169.8V121.4H194.9V33.9001Z' fill='white' />
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M142.9 41.3001L141.3 33.9001H119.7V121.4H144.7V62.1001C150.6 54.4001 160.6 55.8001 163.7 56.9001V33.9001C160.5 32.7001 148.8 30.5001 142.9 41.3001Z'
|
||||
fill='white'
|
||||
/>
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M92.8999 12.2002L68.4999 17.4002L68.3999 97.5002C68.3999 112.3 79.4999 123.2 94.2999 123.2C102.5 123.2 108.5 121.7 111.8 119.9V99.6002C108.6 100.9 92.7999 105.5 92.7999 90.7002V55.2002H111.8V33.9002H92.7999L92.8999 12.2002Z'
|
||||
fill='white'
|
||||
|
||||
@@ -322,16 +322,14 @@ Supabaseストレージバケットからファイルをダウンロードする
|
||||
| `projectId` | string | はい | あなたのSupabaseプロジェクトID(例:jdrkgepadsdopsntdlom) |
|
||||
| `bucket` | string | はい | ストレージバケットの名前 |
|
||||
| `path` | string | はい | ダウンロードするファイルへのパス(例:"folder/file.jpg") |
|
||||
| `fileName` | string | いいえ | オプションのファイル名上書き |
|
||||
| `apiKey` | string | はい | あなたのSupabaseサービスロールシークレットキー |
|
||||
|
||||
#### 出力
|
||||
|
||||
| パラメータ | 型 | 説明 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `message` | string | 操作ステータスメッセージ |
|
||||
| `fileContent` | string | ファイルコンテンツ(バイナリの場合はbase64エンコード、それ以外はプレーンテキスト) |
|
||||
| `contentType` | string | ファイルのMIMEタイプ |
|
||||
| `isBase64` | boolean | ファイルコンテンツがbase64エンコードされているかどうか |
|
||||
| `file` | file | 実行ファイルに保存されたダウンロードファイル |
|
||||
|
||||
### `supabase_storage_list`
|
||||
|
||||
|
||||
@@ -276,28 +276,6 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `attachmentId` | string | 已删除的附件 ID |
|
||||
| `deleted` | boolean | 删除状态 |
|
||||
|
||||
### `confluence_add_label`
|
||||
|
||||
为 Confluence 页面添加标签。
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | string | 是 | 您的 Confluence 域名 \(例如:yourcompany.atlassian.net\) |
|
||||
| `pageId` | string | 是 | 要添加标签的 Confluence 页面 ID |
|
||||
| `labelName` | string | 是 | 要添加的标签名称 |
|
||||
| `cloudId` | string | 否 | 实例的 Confluence Cloud ID。如果未提供,将使用域名进行获取。 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | string | 操作的时间戳 |
|
||||
| `pageId` | string | 页面 ID |
|
||||
| `labelName` | string | 标签名称 |
|
||||
| `added` | boolean | 添加状态 |
|
||||
|
||||
### `confluence_list_labels`
|
||||
|
||||
列出 Confluence 页面上的所有标签。
|
||||
@@ -317,28 +295,6 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `ts` | string | 检索的时间戳 |
|
||||
| `labels` | array | 标签列表 |
|
||||
|
||||
### `confluence_remove_label`
|
||||
|
||||
从 Confluence 页面中移除一个标签。
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `domain` | string | 是 | 您的 Confluence 域名 \(例如:yourcompany.atlassian.net\) |
|
||||
| `pageId` | string | 是 | 要移除标签的 Confluence 页面 ID |
|
||||
| `labelName` | string | 是 | 要移除的标签名称 |
|
||||
| `cloudId` | string | 否 | 实例的 Confluence Cloud ID。如果未提供,将使用域名进行获取。 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `ts` | string | 操作的时间戳 |
|
||||
| `pageId` | string | 页面 ID |
|
||||
| `labelName` | string | 标签名称 |
|
||||
| `removed` | boolean | 移除状态 |
|
||||
|
||||
### `confluence_get_space`
|
||||
|
||||
获取特定 Confluence 空间的详细信息。
|
||||
|
||||
@@ -58,18 +58,14 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `query` | string | 是 | 要执行的搜索查询 |
|
||||
| `numResults` | number | 否 | 要返回的结果数量 \(默认值: 10,最大值: 25\) |
|
||||
| `useAutoprompt` | boolean | 否 | 是否使用自动提示来优化查询 \(默认值: false\) |
|
||||
| `type` | string | 否 | 搜索类型: neural, keyword, auto 或 fast \(默认值: auto\) |
|
||||
| `includeDomains` | string | 否 | 结果中包含的域名列表,用逗号分隔 |
|
||||
| `excludeDomains` | string | 否 | 结果中排除的域名列表,用逗号分隔 |
|
||||
| `startPublishedDate` | string | 否 | 筛选在此日期之后发布的结果 \(ISO 8601 格式,例如:2024-01-01\) |
|
||||
| `endPublishedDate` | string | 否 | 筛选在此日期之前发布的结果 \(ISO 8601 格式\) |
|
||||
| `startCrawlDate` | string | 否 | 筛选在此日期之后抓取的结果 \(ISO 8601 格式\) |
|
||||
| `endCrawlDate` | string | 否 | 筛选在此日期之前抓取的结果 \(ISO 8601 格式\) |
|
||||
| `category` | string | 否 | 按类别筛选: company, research_paper, news_article, pdf, github, tweet, movie, song, personal_site |
|
||||
| `type` | string | 否 | 搜索类型:neural、keyword、auto 或 fast \(默认值: auto\) |
|
||||
| `includeDomains` | string | 否 | 用逗号分隔的域名列表,包含在结果中 |
|
||||
| `excludeDomains` | string | 否 | 用逗号分隔的域名列表,从结果中排除 |
|
||||
| `category` | string | 否 | 按类别筛选:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `text` | boolean | 否 | 在结果中包含完整文本内容 \(默认值: false\) |
|
||||
| `highlights` | boolean | 否 | 在结果中包含高亮片段 \(默认值: false\) |
|
||||
| `summary` | boolean | 否 | 在结果中包含 AI 生成的摘要 \(默认值: false\) |
|
||||
| `livecrawl` | string | 否 | 实时抓取模式: always, fallback 或 never \(默认值: never\) |
|
||||
| `livecrawl` | string | 否 | 实时爬取模式:always、fallback 或 never \(默认值: never\) |
|
||||
| `apiKey` | string | 是 | Exa AI API 密钥 |
|
||||
|
||||
#### 输出
|
||||
@@ -109,17 +105,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | 是 | 用于查找相似链接的 URL |
|
||||
| `numResults` | number | 否 | 返回的相似链接数量 \(默认值: 10, 最大值: 25\) |
|
||||
| `url` | string | 是 | 要查找相似链接的 URL |
|
||||
| `numResults` | number | 否 | 要返回的相似链接数量 \(默认值: 10,最大值: 25\) |
|
||||
| `text` | boolean | 否 | 是否包含相似页面的完整文本 |
|
||||
| `includeDomains` | string | 否 | 用逗号分隔的域名列表,用于包含在结果中 |
|
||||
| `excludeDomains` | string | 否 | 用逗号分隔的域名列表,用于排除在结果之外 |
|
||||
| `excludeSourceDomain` | boolean | 否 | 排除源域名的结果 \(默认值: false\) |
|
||||
| `startPublishedDate` | string | 否 | 过滤发布在此日期之后的结果 \(ISO 8601 格式,例如:2024-01-01\) |
|
||||
| `endPublishedDate` | string | 否 | 过滤发布在此日期之前的结果 \(ISO 8601 格式\) |
|
||||
| `startCrawlDate` | string | 否 | 过滤在此日期之后爬取的结果 \(ISO 8601 格式\) |
|
||||
| `endCrawlDate` | string | 否 | 过滤在此日期之前爬取的结果 \(ISO 8601 格式\) |
|
||||
| `category` | string | 否 | 按类别过滤:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `includeDomains` | string | 否 | 用逗号分隔的域名列表,包含在结果中 |
|
||||
| `excludeDomains` | string | 否 | 用逗号分隔的域名列表,从结果中排除 |
|
||||
| `excludeSourceDomain` | boolean | 否 | 从结果中排除源域名 \(默认值: false\) |
|
||||
| `category` | string | 否 | 按类别筛选:company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
|
||||
| `highlights` | boolean | 否 | 在结果中包含高亮片段 \(默认值: false\) |
|
||||
| `summary` | boolean | 否 | 在结果中包含 AI 生成的摘要 \(默认值: false\) |
|
||||
| `livecrawl` | string | 否 | 实时爬取模式:always、fallback 或 never \(默认值: never\) |
|
||||
|
||||
@@ -58,7 +58,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
## 使用说明
|
||||
|
||||
将 Firecrawl 集成到工作流程中。可以抓取页面、搜索网络、爬取整个网站、映射 URL 结构,并使用 AI 提取结构化数据。
|
||||
将 Firecrawl 集成到工作流程中。使用 AI 抓取页面、搜索网络、爬取整个网站、映射 URL 结构并提取结构化数据。
|
||||
|
||||
## 工具
|
||||
|
||||
@@ -71,25 +71,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | 是 | 要抓取内容的 URL |
|
||||
| `formats` | json | 否 | 输出格式 \(markdown, html, rawHtml, links, images, screenshot\)。默认值: \["markdown"\] |
|
||||
| `onlyMainContent` | boolean | 否 | 仅提取主要内容,排除页眉、导航和页脚 \(默认值: true\) |
|
||||
| `includeTags` | json | 否 | 输出中要保留的 HTML 标签 |
|
||||
| `excludeTags` | json | 否 | 输出中要移除的 HTML 标签 |
|
||||
| `maxAge` | number | 否 | 如果缓存版本的年龄小于此值(以毫秒为单位),则返回缓存版本 \(默认值: 172800000\) |
|
||||
| `headers` | json | 否 | 自定义请求头 \(cookies, user-agent 等\) |
|
||||
| `waitFor` | number | 否 | 抓取前的延迟时间(以毫秒为单位)\(默认值: 0\) |
|
||||
| `mobile` | boolean | 否 | 模拟移动设备 \(默认值: false\) |
|
||||
| `skipTlsVerification` | boolean | 否 | 跳过 TLS 证书验证 \(默认值: true\) |
|
||||
| `timeout` | number | 否 | 请求超时时间(以毫秒为单位) |
|
||||
| `parsers` | json | 否 | 文件处理控制 \(例如,\["pdf"\]\) |
|
||||
| `actions` | json | 否 | 抓取前的操作 \(等待、点击、滚动、截图等\) |
|
||||
| `location` | json | 否 | 地理设置 \(国家、语言\) |
|
||||
| `removeBase64Images` | boolean | 否 | 从输出中移除 base64 图像 \(默认值: true\) |
|
||||
| `blockAds` | boolean | 否 | 启用广告和弹窗拦截 \(默认值: true\) |
|
||||
| `proxy` | string | 否 | 代理类型: basic, stealth, 或 auto \(默认值: auto\) |
|
||||
| `storeInCache` | boolean | 否 | 缓存页面 \(默认值: true\) |
|
||||
| `zeroDataRetention` | boolean | 否 | 启用零数据保留模式 \(默认值: false\) |
|
||||
| `scrapeOptions` | json | 否 | 内容抓取选项 \(旧版,优先顶级参数\) |
|
||||
| `scrapeOptions` | json | 否 | 内容抓取选项 |
|
||||
| `apiKey` | string | 是 | Firecrawl API 密钥 |
|
||||
|
||||
#### 输出
|
||||
@@ -109,15 +91,6 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `query` | string | 是 | 要使用的搜索查询 |
|
||||
| `limit` | number | 否 | 返回的最大结果数 \(1-100,默认值:5\) |
|
||||
| `sources` | json | 否 | 搜索来源:\["web"\]、\["images"\] 或 \["news"\] \(默认值:\["web"\]\) |
|
||||
| `categories` | json | 否 | 按类别筛选:\["github"\]、\["research"\] 或 \["pdf"\] |
|
||||
| `tbs` | string | 否 | 基于时间的搜索:qdr:h \(小时\)、qdr:d \(天\)、qdr:w \(周\)、qdr:m \(月\)、qdr:y \(年\) |
|
||||
| `location` | string | 否 | 结果的地理位置 \(例如:"San Francisco, California, United States"\) |
|
||||
| `country` | string | 否 | 用于地理定位的 ISO 国家代码 \(默认值:US\) |
|
||||
| `timeout` | number | 否 | 超时时间(毫秒)\(默认值:60000\) |
|
||||
| `ignoreInvalidURLs` | boolean | 否 | 从结果中排除无效的 URL \(默认值:false\) |
|
||||
| `scrapeOptions` | json | 否 | 搜索结果的高级抓取配置 |
|
||||
| `apiKey` | string | 是 | Firecrawl API 密钥 |
|
||||
|
||||
#### 输出
|
||||
@@ -134,23 +107,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | 是 | 要抓取的网站 URL |
|
||||
| `limit` | number | 否 | 要抓取的最大页面数 \(默认值:100\) |
|
||||
| `url` | string | 是 | 要爬取的网站 URL |
|
||||
| `limit` | number | 否 | 要爬取的最大页面数 \(默认值:100\) |
|
||||
| `onlyMainContent` | boolean | 否 | 仅提取页面的主要内容 |
|
||||
| `prompt` | string | 否 | 用自然语言指令自动生成抓取选项 |
|
||||
| `maxDiscoveryDepth` | number | 否 | URL 发现的深度限制 \(根页面的深度为 0\) |
|
||||
| `sitemap` | string | 否 | 是否使用站点地图数据:"skip" 或 "include" \(默认值:"include"\) |
|
||||
| `crawlEntireDomain` | boolean | 否 | 跟随同级/父级 URL 或仅跟随子路径 \(默认值:false\) |
|
||||
| `allowExternalLinks` | boolean | 否 | 跟随外部网站链接 \(默认值:false\) |
|
||||
| `allowSubdomains` | boolean | 否 | 跟随子域链接 \(默认值:false\) |
|
||||
| `ignoreQueryParameters` | boolean | 否 | 防止使用不同查询参数重新抓取相同路径 \(默认值:false\) |
|
||||
| `delay` | number | 否 | 抓取之间的秒数间隔以符合速率限制 |
|
||||
| `maxConcurrency` | number | 否 | 并发抓取限制 |
|
||||
| `excludePaths` | json | 否 | 要排除的 URL 的正则表达式模式数组 |
|
||||
| `includePaths` | json | 否 | 要专门包含的 URL 的正则表达式模式数组 |
|
||||
| `webhook` | json | 否 | 抓取通知的 Webhook 配置 |
|
||||
| `scrapeOptions` | json | 否 | 高级抓取配置 |
|
||||
| `zeroDataRetention` | boolean | 否 | 启用零数据保留模式 \(默认值:false\) |
|
||||
| `apiKey` | string | 是 | Firecrawl API 密钥 |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -70,14 +70,15 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `to` | string | 是 | 收件人电子邮件地址 |
|
||||
| `subject` | string | 否 | 电子邮件主题 |
|
||||
| `body` | string | 是 | 电子邮件正文内容 |
|
||||
| `threadId` | string | 否 | 要回复的线程 ID(用于线程化) |
|
||||
| `replyToMessageId` | string | 否 | Gmail 消息 ID,用于回复 - 使用 Gmail 读取结果中的 "id" 字段(不是 RFC 的 "messageId") |
|
||||
| `cc` | string | 否 | 抄送收件人(逗号分隔) |
|
||||
| `bcc` | string | 否 | 密送收件人(逗号分隔) |
|
||||
| `attachments` | file[] | 否 | 附加到电子邮件的文件 |
|
||||
| `to` | 字符串 | 是 | 收件人邮箱地址 |
|
||||
| `subject` | 字符串 | 否 | 邮件主题 |
|
||||
| `body` | 字符串 | 是 | 邮件正文内容 |
|
||||
| `contentType` | 字符串 | 否 | 邮件正文的内容类型(文本或 HTML) |
|
||||
| `threadId` | 字符串 | 否 | 回复的线程 ID(用于线程化) |
|
||||
| `replyToMessageId` | 字符串 | 否 | Gmail 消息 ID,用于回复 - 使用 Gmail 读取结果中的 "id" 字段(不是 RFC 的 "messageId") |
|
||||
| `cc` | 字符串 | 否 | 抄送收件人(逗号分隔) |
|
||||
| `bcc` | 字符串 | 否 | 密送收件人(逗号分隔) |
|
||||
| `attachments` | 文件[] | 否 | 附加到邮件的文件 |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -94,14 +95,15 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `to` | string | 是 | 收件人电子邮件地址 |
|
||||
| `subject` | string | 否 | 电子邮件主题 |
|
||||
| `body` | string | 是 | 电子邮件正文内容 |
|
||||
| `threadId` | string | 否 | 要回复的线程 ID(用于线程化) |
|
||||
| `replyToMessageId` | string | 否 | Gmail 消息 ID,用于回复 - 使用 Gmail 读取结果中的 "id" 字段(不是 RFC 的 "messageId") |
|
||||
| `cc` | string | 否 | 抄送收件人(逗号分隔) |
|
||||
| `bcc` | string | 否 | 密送收件人(逗号分隔) |
|
||||
| `attachments` | file[] | 否 | 附加到电子邮件草稿的文件 |
|
||||
| `to` | 字符串 | 是 | 收件人邮箱地址 |
|
||||
| `subject` | 字符串 | 否 | 邮件主题 |
|
||||
| `body` | 字符串 | 是 | 邮件正文内容 |
|
||||
| `contentType` | 字符串 | 否 | 邮件正文的内容类型(文本或 HTML) |
|
||||
| `threadId` | 字符串 | 否 | 回复的线程 ID(用于线程化) |
|
||||
| `replyToMessageId` | 字符串 | 否 | Gmail 消息 ID,用于回复 - 使用 Gmail 读取结果中的 "id" 字段(不是 RFC 的 "messageId") |
|
||||
| `cc` | 字符串 | 否 | 抄送收件人(逗号分隔) |
|
||||
| `bcc` | 字符串 | 否 | 密送收件人(逗号分隔) |
|
||||
| `attachments` | 文件[] | 否 | 附加到邮件草稿的文件 |
|
||||
|
||||
#### 输出
|
||||
|
||||
|
||||
@@ -76,28 +76,16 @@ Jina AI Reader 专注于从网页中提取最相关的内容,去除杂乱、
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `url` | string | 是 | 要读取并转换为 markdown 的 URL |
|
||||
| `useReaderLMv2` | boolean | 否 | 是否使用 ReaderLM-v2 以获得更高质量(3 倍 token 成本) |
|
||||
| `gatherLinks` | boolean | 否 | 是否收集所有链接到末尾 |
|
||||
| `gatherLinks` | boolean | 否 | 是否在末尾收集所有链接 |
|
||||
| `jsonResponse` | boolean | 否 | 是否以 JSON 格式返回响应 |
|
||||
| `apiKey` | string | 是 | 您的 Jina AI API 密钥 |
|
||||
| `targetSelector` | string | 否 | 用于定位特定页面元素的 CSS 选择器(例如,“#main-content”) |
|
||||
| `waitForSelector` | string | 否 | 提取内容前等待的 CSS 选择器(适用于动态页面) |
|
||||
| `removeSelector` | string | 否 | 要排除的元素的 CSS 选择器(例如,“header, footer, .ad”) |
|
||||
| `timeout` | number | 否 | 页面加载的最大等待时间(秒) |
|
||||
| `withImagesummary` | boolean | 否 | 从页面收集所有带有元数据的图像 |
|
||||
| `retainImages` | string | 否 | 控制图像包含:“none”移除所有,“all”保留所有 |
|
||||
| `retainImages` | string | 否 | 控制图像包含:"none" 删除所有,"all" 保留所有 |
|
||||
| `returnFormat` | string | 否 | 输出格式:markdown、html、text、screenshot 或 pageshot |
|
||||
| `withIframe` | boolean | 否 | 在提取中包含 iframe 内容 |
|
||||
| `withShadowDom` | boolean | 否 | 提取 Shadow DOM 内容 |
|
||||
| `setCookie` | string | 否 | 转发身份验证 cookie(禁用缓存) |
|
||||
| `proxyUrl` | string | 否 | 用于请求路由的 HTTP 代理 URL |
|
||||
| `proxy` | string | 否 | 代理的国家代码(例如,“US”、“UK”)或“auto”/“none” |
|
||||
| `engine` | string | 否 | 渲染引擎:browser、direct 或 cf-browser-rendering |
|
||||
| `tokenBudget` | number | 否 | 请求的最大 token 数(成本控制) |
|
||||
| `noCache` | boolean | 否 | 绕过缓存内容以进行实时检索 |
|
||||
| `cacheTolerance` | number | 否 | 自定义缓存生命周期(秒) |
|
||||
| `noCache` | boolean | 否 | 绕过缓存内容以实时检索 |
|
||||
| `withGeneratedAlt` | boolean | 否 | 使用 VLM 为图像生成替代文本 |
|
||||
| `baseUrl` | string | 否 | 设置为“final”以遵循重定向链 |
|
||||
| `locale` | string | 否 | 渲染的浏览器语言环境(例如,“en-US”) |
|
||||
| `robotsTxt` | string | 否 | 用于 robots.txt 检查的 Bot User-Agent |
|
||||
| `dnt` | boolean | 否 | 请勿跟踪 - 防止缓存/跟踪 |
|
||||
| `noGfm` | boolean | 否 | 禁用 GitHub Flavored Markdown |
|
||||
@@ -118,27 +106,18 @@ Jina AI Reader 专注于从网页中提取最相关的内容,去除杂乱、
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `q` | 字符串 | 是 | 搜索查询字符串 |
|
||||
| `apiKey` | 字符串 | 是 | 您的 Jina AI API 密钥 |
|
||||
| `gl` | 字符串 | 否 | 用于地理特定结果的两位国家代码(例如,“US”、“UK”、“JP”) |
|
||||
| `location` | 字符串 | 否 | 用于本地化搜索结果的城市级位置 |
|
||||
| `hl` | 字符串 | 否 | 用于结果的两位语言代码(例如,“en”、“es”、“fr”) |
|
||||
| `num` | 数字 | 否 | 每页的最大结果数(默认值:5) |
|
||||
| `page` | 数字 | 否 | 用于分页的页码(偏移量) |
|
||||
| `site` | 字符串 | 否 | 将结果限制为特定域名。可以用逗号分隔多个站点(例如,“jina.ai,github.com”) |
|
||||
| `withFavicon` | 布尔值 | 否 | 在结果中包含网站图标 |
|
||||
| `withImagesummary` | 布尔值 | 否 | 从结果页面收集所有图片及其元数据 |
|
||||
| `withLinksummary` | 布尔值 | 否 | 从结果页面收集所有链接 |
|
||||
| `retainImages` | 字符串 | 否 | 控制图片包含:“none”移除所有,“all”保留所有 |
|
||||
| `noCache` | 布尔值 | 否 | 绕过缓存内容以进行实时检索 |
|
||||
| `withGeneratedAlt` | 布尔值 | 否 | 使用 VLM 为图片生成替代文本 |
|
||||
| `respondWith` | 字符串 | 否 | 设置为“no-content”以仅获取元数据而不包含页面内容 |
|
||||
| `returnFormat` | 字符串 | 否 | 输出格式:markdown、html、text、screenshot 或 pageshot |
|
||||
| `engine` | 字符串 | 否 | 渲染引擎:browser 或 direct |
|
||||
| `timeout` | 数字 | 否 | 页面加载的最大等待时间(秒) |
|
||||
| `setCookie` | 字符串 | 否 | 转发身份验证 cookies |
|
||||
| `proxyUrl` | 字符串 | 否 | 用于请求路由的 HTTP 代理 URL |
|
||||
| `locale` | 字符串 | 否 | 用于渲染的浏览器语言环境(例如,“en-US”) |
|
||||
| `q` | string | 是 | 搜索查询字符串 |
|
||||
| `apiKey` | string | 是 | 您的 Jina AI API 密钥 |
|
||||
| `num` | number | 否 | 每页最大结果数(默认值:5) |
|
||||
| `site` | string | 否 | 将结果限制为特定域名。可以用逗号分隔多个站点(例如:"jina.ai,github.com") |
|
||||
| `withFavicon` | boolean | 否 | 在结果中包含网站图标 |
|
||||
| `withImagesummary` | boolean | 否 | 从结果页面收集所有带有元数据的图像 |
|
||||
| `withLinksummary` | boolean | 否 | 从结果页面收集所有链接 |
|
||||
| `retainImages` | string | 否 | 控制图像包含:"none" 删除所有,"all" 保留所有 |
|
||||
| `noCache` | boolean | 否 | 绕过缓存内容以实时检索 |
|
||||
| `withGeneratedAlt` | boolean | 否 | 使用 VLM 为图像生成替代文本 |
|
||||
| `respondWith` | string | 否 | 设置为 "no-content" 以仅获取元数据而不包含页面内容 |
|
||||
| `returnFormat` | string | 否 | 输出格式:markdown、html、text、screenshot 或 pageshot |
|
||||
|
||||
#### 输出
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ Jira 的主要功能包括:
|
||||
|
||||
## 使用说明
|
||||
|
||||
将 Jira 集成到工作流程中。可以读取、写入和更新问题。需要 OAuth。
|
||||
将 Jira 集成到工作流程中。可以读取、写入和更新问题。还可以基于 Jira 的 webhook 事件触发工作流程。
|
||||
|
||||
## 工具
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Linear 的主要功能包括:
|
||||
|
||||
## 使用说明
|
||||
|
||||
将 Linear 集成到工作流程中。可以管理问题、评论、项目、标签、工作流状态、周期、附件等。
|
||||
将 Linear 集成到工作流程中。可以管理问题、评论、项目、标签、工作流状态、周期、附件等。还可以基于 Linear 的 webhook 事件触发工作流。
|
||||
|
||||
## 工具
|
||||
|
||||
@@ -885,6 +885,590 @@ Linear 的主要功能包括:
|
||||
| --------- | ---- | ----------- |
|
||||
| `notification` | object | 更新后的通知 |
|
||||
|
||||
### `linear_create_customer`
|
||||
|
||||
在 Linear 中创建新客户
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | 是 | 客户名称 |
|
||||
| `domains` | array | 否 | 与此客户关联的域名 |
|
||||
| `externalIds` | array | 否 | 来自其他系统的外部 ID |
|
||||
| `logoUrl` | string | 否 | 客户的 logo URL |
|
||||
| `ownerId` | string | 否 | 拥有此客户的用户 ID |
|
||||
| `revenue` | number | 否 | 来自此客户的年收入 |
|
||||
| `size` | number | 否 | 客户组织的规模 |
|
||||
| `statusId` | string | 否 | 客户状态 ID |
|
||||
| `tierId` | string | 否 | 客户层级 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | 创建的客户 |
|
||||
|
||||
### `linear_list_customers`
|
||||
|
||||
列出 Linear 中的所有客户
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `first` | number | 否 | 返回的客户数量 \(默认值: 50\) |
|
||||
| `after` | string | 否 | 分页的游标 |
|
||||
| `includeArchived` | boolean | 否 | 包括已归档的客户 \(默认值: false\) |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customers` | array | 客户数组 |
|
||||
|
||||
### `linear_create_customer_request`
|
||||
|
||||
在 Linear 中创建客户请求(需求)。分配给客户,设置紧急程度(优先级:0 = 不重要,1 = 重要),并可选地链接到一个问题。
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | 是 | 要分配此请求的客户 ID |
|
||||
| `body` | string | 否 | 客户请求的描述 |
|
||||
| `priority` | number | 否 | 紧急程度:0 = 不重要,1 = 重要(默认:0)|
|
||||
| `issueId` | string | 否 | 要链接此请求的问题 ID |
|
||||
| `projectId` | string | 否 | 要链接此请求的项目 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | object | 创建的客户请求 |
|
||||
|
||||
### `linear_update_customer_request`
|
||||
|
||||
在 Linear 中更新客户请求(需求)。可以更改紧急程度、描述、客户分配和链接的问题。
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerNeedId` | string | 是 | 要更新的客户请求 ID |
|
||||
| `body` | string | 否 | 更新后的客户请求描述 |
|
||||
| `priority` | number | 否 | 更新后的紧急程度:0 = 不重要,1 = 重要 |
|
||||
| `customerId` | string | 否 | 新的客户 ID,用于分配此请求 |
|
||||
| `issueId` | string | 否 | 新的问题 ID,用于链接此请求 |
|
||||
| `projectId` | string | 否 | 新的项目 ID,用于链接此请求 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeed` | object | 更新的客户请求 |
|
||||
|
||||
### `linear_list_customer_requests`
|
||||
|
||||
列出 Linear 中的所有客户请求(需求)
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `first` | number | 否 | 要返回的客户请求数量(默认值:50) |
|
||||
| `after` | string | 否 | 分页的游标 |
|
||||
| `includeArchived` | boolean | 否 | 包括已归档的客户请求(默认值:false) |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerNeeds` | array | 客户请求的数组 |
|
||||
|
||||
### `linear_get_customer`
|
||||
|
||||
在 Linear 中通过 ID 获取单个客户
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | 是 | 要检索的客户 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | 客户数据 |
|
||||
|
||||
### `linear_update_customer`
|
||||
|
||||
在 Linear 中更新客户
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | 是 | 要更新的客户 ID |
|
||||
| `name` | string | 否 | 更新的客户名称 |
|
||||
| `domains` | array | 否 | 更新的域名 |
|
||||
| `externalIds` | array | 否 | 更新的外部 ID |
|
||||
| `logoUrl` | string | 否 | 更新的 logo URL |
|
||||
| `ownerId` | string | 否 | 更新的所有者用户 ID |
|
||||
| `revenue` | number | 否 | 更新的年收入 |
|
||||
| `size` | number | 否 | 更新的组织规模 |
|
||||
| `statusId` | string | 否 | 更新的客户状态 ID |
|
||||
| `tierId` | string | 否 | 更新的客户层级 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | 更新的客户 |
|
||||
|
||||
### `linear_delete_customer`
|
||||
|
||||
删除 Linear 中的客户
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `customerId` | string | 是 | 要删除的客户 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 删除是否成功 |
|
||||
|
||||
### `linear_merge_customers`
|
||||
|
||||
通过将所有数据从源客户移动到目标客户,合并 Linear 中的两个客户
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `sourceCustomerId` | string | 是 | 源客户 ID \(合并后将被删除\) |
|
||||
| `targetCustomerId` | string | 是 | 目标客户 ID \(将接收所有数据\) |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customer` | object | 合并后的目标客户 |
|
||||
|
||||
### `linear_create_customer_status`
|
||||
|
||||
在 Linear 中创建新的客户状态
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | 是 | 客户状态名称 |
|
||||
| `color` | string | 是 | 状态颜色 \(十六进制代码\) |
|
||||
| `displayName` | string | 否 | 状态的显示名称 |
|
||||
| `description` | string | 否 | 状态描述 |
|
||||
| `position` | number | 否 | 状态列表中的位置 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | object | 创建的客户状态 |
|
||||
|
||||
### `linear_update_customer_status`
|
||||
|
||||
更新 Linear 中的客户状态
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | 是 | 要更新的客户状态 ID |
|
||||
| `name` | string | 否 | 更新后的状态名称 |
|
||||
| `color` | string | 否 | 更新后的状态颜色 |
|
||||
| `displayName` | string | 否 | 更新后的显示名称 |
|
||||
| `description` | string | 否 | 更新后的描述 |
|
||||
| `position` | number | 否 | 更新后的位置 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatus` | object | 更新后的客户状态 |
|
||||
|
||||
### `linear_delete_customer_status`
|
||||
|
||||
删除 Linear 中的客户状态
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | 是 | 要删除的客户状态 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 删除是否成功 |
|
||||
|
||||
### `linear_list_customer_statuses`
|
||||
|
||||
列出 Linear 中的所有客户状态
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerStatuses` | array | 客户状态列表 |
|
||||
|
||||
### `linear_create_customer_tier`
|
||||
|
||||
在 Linear 中创建一个新的客户等级
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | 是 | 客户等级名称 |
|
||||
| `color` | string | 是 | 等级颜色(十六进制代码) |
|
||||
| `displayName` | string | 否 | 等级的显示名称 |
|
||||
| `description` | string | 否 | 等级描述 |
|
||||
| `position` | number | 否 | 等级列表中的位置 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | object | 创建的客户等级 |
|
||||
|
||||
### `linear_update_customer_tier`
|
||||
|
||||
在 Linear 中更新客户等级
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `tierId` | string | 是 | 要更新的客户等级 ID |
|
||||
| `name` | string | 否 | 更新后的等级名称 |
|
||||
| `color` | string | 否 | 更新后的等级颜色 |
|
||||
| `displayName` | string | 否 | 更新后的显示名称 |
|
||||
| `description` | string | 否 | 更新后的描述 |
|
||||
| `position` | number | 否 | 更新后的位置 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTier` | object | 更新的客户等级 |
|
||||
|
||||
### `linear_delete_customer_tier`
|
||||
|
||||
在 Linear 中删除客户等级
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `tierId` | string | 是 | 要删除的客户等级 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 删除是否成功 |
|
||||
|
||||
### `linear_list_customer_tiers`
|
||||
|
||||
列出 Linear 中的所有客户层级
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `customerTiers` | array | 客户层级列表 |
|
||||
|
||||
### `linear_delete_project`
|
||||
|
||||
删除 Linear 中的一个项目
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | 是 | 要删除的项目 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 删除是否成功 |
|
||||
|
||||
### `linear_create_project_label`
|
||||
|
||||
在 Linear 中创建一个新的项目标签
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | 是 | 项目标签名称 |
|
||||
| `color` | string | 否 | 标签颜色 \(十六进制代码\) |
|
||||
| `description` | string | 否 | 标签描述 |
|
||||
| `isGroup` | boolean | 否 | 是否为标签组 |
|
||||
| `parentId` | string | 否 | 父标签组 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | object | 创建的项目标签 |
|
||||
|
||||
### `linear_update_project_label`
|
||||
|
||||
更新 Linear 中的项目标签
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `labelId` | string | 是 | 要更新的项目标签 ID |
|
||||
| `name` | string | 否 | 更新后的标签名称 |
|
||||
| `color` | string | 否 | 更新后的标签颜色 |
|
||||
| `description` | string | 否 | 更新后的描述 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabel` | object | 更新后的项目标签 |
|
||||
|
||||
### `linear_delete_project_label`
|
||||
|
||||
删除 Linear 中的项目标签
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `labelId` | string | 是 | 要删除的项目标签 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 删除是否成功 |
|
||||
|
||||
### `linear_list_project_labels`
|
||||
|
||||
列出 Linear 中的所有项目标签
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | 否 | 可选的项目 ID,用于筛选特定项目的标签 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectLabels` | array | 项目标签列表 |
|
||||
|
||||
### `linear_add_label_to_project`
|
||||
|
||||
在 Linear 中为项目添加标签
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | 是 | 项目 ID |
|
||||
| `labelId` | string | 是 | 要添加的标签 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 标签是否成功添加 |
|
||||
| `projectId` | string | 项目 ID |
|
||||
|
||||
### `linear_remove_label_from_project`
|
||||
|
||||
从 Linear 项目中移除标签
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | 是 | 项目 ID |
|
||||
| `labelId` | string | 是 | 要移除的标签 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 标签是否成功移除 |
|
||||
| `projectId` | string | 项目 ID |
|
||||
|
||||
### `linear_create_project_milestone`
|
||||
|
||||
在 Linear 中创建新的项目里程碑
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | 是 | 项目 ID |
|
||||
| `name` | string | 是 | 里程碑名称 |
|
||||
| `description` | string | 否 | 里程碑描述 |
|
||||
| `targetDate` | string | 否 | 目标日期 \(ISO 8601\) |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | object | 创建的项目里程碑 |
|
||||
|
||||
### `linear_update_project_milestone`
|
||||
|
||||
更新 Linear 中的项目里程碑
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `milestoneId` | string | 是 | 要更新的项目里程碑 ID |
|
||||
| `name` | string | 否 | 更新后的里程碑名称 |
|
||||
| `description` | string | 否 | 更新后的描述 |
|
||||
| `targetDate` | string | 否 | 更新后的目标日期 \(ISO 8601\) |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestone` | object | 更新后的项目里程碑 |
|
||||
|
||||
### `linear_delete_project_milestone`
|
||||
|
||||
删除 Linear 中的项目里程碑
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `milestoneId` | string | 是 | 要删除的项目里程碑 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 删除操作是否成功 |
|
||||
|
||||
### `linear_list_project_milestones`
|
||||
|
||||
列出 Linear 中项目的所有里程碑
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `projectId` | string | 是 | 要列出里程碑的项目 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectMilestones` | array | 项目里程碑列表 |
|
||||
|
||||
### `linear_create_project_status`
|
||||
|
||||
在 Linear 中创建一个新的项目状态
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `name` | string | 是 | 项目状态名称 |
|
||||
| `color` | string | 是 | 状态颜色 \(十六进制代码\) |
|
||||
| `description` | string | 否 | 状态描述 |
|
||||
| `indefinite` | boolean | 否 | 状态是否为无限期 |
|
||||
| `position` | number | 否 | 状态列表中的位置 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | object | 创建的项目状态 |
|
||||
|
||||
### `linear_update_project_status`
|
||||
|
||||
更新 Linear 中的项目状态
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | 是 | 要更新的项目状态 ID |
|
||||
| `name` | string | 否 | 更新后的状态名称 |
|
||||
| `color` | string | 否 | 更新后的状态颜色 |
|
||||
| `description` | string | 否 | 更新后的描述 |
|
||||
| `indefinite` | boolean | 否 | 更新后的无限期标志 |
|
||||
| `position` | number | 否 | 更新后的位置 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatus` | object | 更新后的项目状态 |
|
||||
|
||||
### `linear_delete_project_status`
|
||||
|
||||
删除 Linear 中的项目状态
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `statusId` | string | 是 | 要删除的项目状态 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 删除是否成功 |
|
||||
|
||||
### `linear_list_project_statuses`
|
||||
|
||||
列出 Linear 中的所有项目状态
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `projectStatuses` | array | 项目状态列表 |
|
||||
|
||||
## 注意事项
|
||||
|
||||
- 类别:`tools`
|
||||
|
||||
@@ -190,7 +190,10 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 是否成功更新任务 |
|
||||
| `message` | string | 任务更新成功时的成功消息 |
|
||||
| `task` | object | 包含所有属性的已更新任务对象 |
|
||||
| `taskId` | string | 已更新任务的 ID |
|
||||
| `etag` | string | 更新后的新 ETag - 用于后续操作 |
|
||||
| `metadata` | object | 包括 taskId、planId 和 taskUrl 的元数据 |
|
||||
|
||||
### `microsoft_planner_delete_task`
|
||||
@@ -214,21 +217,20 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
### `microsoft_planner_list_plans`
|
||||
|
||||
列出 Microsoft 365 组中的所有计划
|
||||
列出与当前用户共享的所有计划
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 是否必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `groupId` | string | 是 | Microsoft 365 组的 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 是否成功检索到计划 |
|
||||
| `plans` | array | 计划对象的数组 |
|
||||
| `metadata` | object | 包括 groupId 和 count 的元数据 |
|
||||
| `plans` | array | 与当前用户共享的计划对象数组 |
|
||||
| `metadata` | object | 包括 userId 和 count 的元数据 |
|
||||
|
||||
### `microsoft_planner_read_plan`
|
||||
|
||||
@@ -358,6 +360,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 是否成功检索到任务详情 |
|
||||
| `taskDetails` | object | 包括描述、检查清单和引用的任务详情 |
|
||||
| `etag` | string | 此任务详情的 ETag 值 - 用于更新操作 |
|
||||
| `metadata` | object | 包括 taskId 的元数据 |
|
||||
|
||||
### `microsoft_planner_update_task_details`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: OneDrive
|
||||
description: 创建、上传和列出文件
|
||||
description: 创建、上传、下载、列出和删除文件
|
||||
---
|
||||
|
||||
import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
@@ -50,7 +50,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
## 使用说明
|
||||
|
||||
将 OneDrive 集成到工作流程中。可以创建文本和 Excel 文件、上传文件以及列出文件。
|
||||
将 OneDrive 集成到工作流程中。可以创建文本和 Excel 文件,上传文件,下载文件,列出文件,以及删除文件或文件夹。
|
||||
|
||||
## 工具
|
||||
|
||||
@@ -133,7 +133,25 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `files` | array | 包含元数据的文件和文件夹对象数组 |
|
||||
| `nextPageToken` | string | 用于检索下一页结果的令牌 \(可选\) |
|
||||
|
||||
### `onedrive_delete`
|
||||
|
||||
从 OneDrive 删除文件或文件夹
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `fileId` | string | 是 | 要删除的文件或文件夹的 ID |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 文件是否成功删除 |
|
||||
| `deleted` | boolean | 文件已删除的确认信息 |
|
||||
| `fileId` | string | 已删除文件的 ID |
|
||||
|
||||
## 注意事项
|
||||
|
||||
- 类别: `tools`
|
||||
- 类型: `onedrive`
|
||||
- 类别:`tools`
|
||||
- 类型:`onedrive`
|
||||
|
||||
@@ -162,11 +162,12 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `to` | string | 是 | 收件人电子邮件地址 |
|
||||
| `subject` | string | 是 | 邮件主题 |
|
||||
| `body` | string | 是 | 邮件正文内容 |
|
||||
| `contentType` | string | 否 | 邮件正文的内容类型(text 或 html) |
|
||||
| `replyToMessageId` | string | 否 | 要回复的消息 ID(用于线程化) |
|
||||
| `conversationId` | string | 否 | 用于线程化的会话 ID |
|
||||
| `cc` | string | 否 | 抄送收件人(以逗号分隔) |
|
||||
| `bcc` | string | 否 | 密送收件人(以逗号分隔) |
|
||||
| `attachments` | file[] | 否 | 要附加到电子邮件的文件 |
|
||||
| `cc` | string | 否 | 抄送收件人(逗号分隔) |
|
||||
| `bcc` | string | 否 | 密送收件人(逗号分隔) |
|
||||
| `attachments` | file[] | 否 | 要附加到邮件的文件 |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -188,8 +189,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `to` | string | 是 | 收件人电子邮件地址 |
|
||||
| `subject` | string | 是 | 邮件主题 |
|
||||
| `body` | string | 是 | 邮件正文内容 |
|
||||
| `cc` | string | 否 | 抄送收件人(以逗号分隔) |
|
||||
| `bcc` | string | 否 | 密送收件人(以逗号分隔) |
|
||||
| `contentType` | string | 否 | 邮件正文的内容类型(text 或 html) |
|
||||
| `cc` | string | 否 | 抄送收件人(逗号分隔) |
|
||||
| `bcc` | string | 否 | 密送收件人(逗号分隔) |
|
||||
| `attachments` | file[] | 否 | 要附加到邮件草稿的文件 |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -125,9 +125,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `input` | string | 是 | 研究查询或问题 \(最多 15,000 个字符\) |
|
||||
| `processor` | string | 否 | 计算级别:base、lite、pro、ultra、ultra2x、ultra4x、ultra8x \(默认值:base\) |
|
||||
| `output_schema` | string | 否 | 所需的输出格式描述。使用 "text" 表示带有引用的 markdown 报告,或描述结构化 JSON 格式 |
|
||||
| `include_domains` | string | 否 | 限制研究的域名列表,以逗号分隔 \(来源策略\) |
|
||||
| `exclude_domains` | string | 否 | 排除研究的域名列表,以逗号分隔 \(来源策略\) |
|
||||
| `include_domains` | string | 否 | 限制研究范围的以逗号分隔的域名列表 \(来源策略\) |
|
||||
| `exclude_domains` | string | 否 | 从研究中排除的以逗号分隔的域名列表 \(来源策略\) |
|
||||
| `apiKey` | string | 是 | Parallel AI API 密钥 |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -120,29 +120,6 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `subreddit` | string | 获取帖子的 subreddit 名称 |
|
||||
| `posts` | array | 包含标题、作者、URL、评分、评论数量和元数据的有争议帖子数组 |
|
||||
|
||||
### `reddit_get_gilded`
|
||||
|
||||
从 subreddit 获取被奖励的帖子
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | 是 | 要从中获取帖子的 subreddit 名称(不带 r/ 前缀) |
|
||||
| `limit` | number | 否 | 返回帖子的最大数量(默认:10,最大:100) |
|
||||
| `after` | string | 否 | 用于分页的项目后面的完整名称 |
|
||||
| `before` | string | 否 | 用于分页的项目前面的完整名称 |
|
||||
| `count` | number | 否 | 列表中已查看项目的计数(用于编号) |
|
||||
| `show` | string | 否 | 显示通常会被过滤的项目(例如:"all") |
|
||||
| `sr_detail` | boolean | 否 | 在响应中展开 subreddit 详细信息 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `subreddit` | string | 获取帖子的 subreddit 名称 |
|
||||
| `posts` | array | 包含标题、作者、URL、评分、评论数量和元数据的被奖励/加精帖子数组 |
|
||||
|
||||
### `reddit_search`
|
||||
|
||||
在 subreddit 中搜索帖子
|
||||
@@ -153,12 +130,12 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | 是 | 要搜索的 subreddit 名称(不带 r/ 前缀) |
|
||||
| `query` | string | 是 | 搜索查询文本 |
|
||||
| `sort` | string | 否 | 搜索结果的排序方法:"relevance"、"hot"、"top"、"new" 或 "comments"(默认:"relevance") |
|
||||
| `time` | string | 否 | 搜索结果的时间筛选:"hour"、"day"、"week"、"month"、"year" 或 "all"(默认:"all") |
|
||||
| `limit` | number | 否 | 返回帖子的最大数量(默认:10,最大:100) |
|
||||
| `restrict_sr` | boolean | 否 | 限制搜索仅在指定的 subreddit 中(默认:true) |
|
||||
| `after` | string | 否 | 用于分页的项目后面的 fullname |
|
||||
| `before` | string | 否 | 用于分页的项目前面的 fullname |
|
||||
| `sort` | string | 否 | 搜索结果的排序方法:"relevance"、"hot"、"top"、"new" 或 "comments"(默认值:"relevance") |
|
||||
| `time` | string | 否 | 搜索结果的时间筛选:"hour"、"day"、"week"、"month"、"year" 或 "all"(默认值:"all") |
|
||||
| `limit` | number | 否 | 返回帖子的最大数量(默认值:10,最大值:100) |
|
||||
| `restrict_sr` | boolean | 否 | 限制搜索仅在指定的 subreddit 中(默认值:true) |
|
||||
| `after` | string | 否 | 用于分页的项目后续 fullname |
|
||||
| `before` | string | 否 | 用于分页的项目之前 fullname |
|
||||
| `count` | number | 否 | 列表中已查看项目的计数(用于编号) |
|
||||
| `show` | string | 否 | 显示通常会被过滤的项目(例如:"all") |
|
||||
|
||||
@@ -167,23 +144,23 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `subreddit` | string | 执行搜索的 subreddit 名称 |
|
||||
| `posts` | array | 搜索结果帖子数组,包括标题、作者、URL、评分、评论数量和元数据 |
|
||||
| `posts` | array | 包含标题、作者、URL、评分、评论数量和元数据的搜索结果帖子数组 |
|
||||
|
||||
### `reddit_submit_post`
|
||||
|
||||
提交一个新帖子到 subreddit(文本或链接)
|
||||
向 subreddit 提交一个新帖子(文本或链接)
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | 是 | 要发布到的 subreddit 名称(不带 r/ 前缀) |
|
||||
| `subreddit` | string | 是 | 要发布帖子的 subreddit 名称(不包括 r/ 前缀) |
|
||||
| `title` | string | 是 | 提交的标题(最多 300 个字符) |
|
||||
| `text` | string | 否 | 自定义帖子的文本内容(支持 markdown) |
|
||||
| `url` | string | 否 | 链接帖子的 URL(不能与文本同时使用) |
|
||||
| `nsfw` | boolean | 否 | 将帖子标记为 NSFW |
|
||||
| `spoiler` | boolean | 否 | 将帖子标记为剧透 |
|
||||
| `send_replies` | boolean | 否 | 发送回复通知到收件箱(默认:true) |
|
||||
| `send_replies` | boolean | 否 | 发送回复通知到收件箱(默认值:true) |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -201,8 +178,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | string | 是 | 要投票的事物完整名称(例如,帖子为 t3_xxxxx,评论为 t1_xxxxx) |
|
||||
| `dir` | number | 是 | 投票方向:1(赞成),0(取消投票),或 -1(反对) |
|
||||
| `id` | string | 是 | 要投票的对象全名(例如,帖子为 t3_xxxxx,评论为 t1_xxxxx) |
|
||||
| `dir` | number | 是 | 投票方向:1(点赞),0(取消投票),或 -1(点踩) |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -219,7 +196,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | string | 是 | 要保存的事物完整名称(例如,帖子为 t3_xxxxx,评论为 t1_xxxxx) |
|
||||
| `id` | string | 是 | 要保存的对象全名(例如,帖子为 t3_xxxxx,评论为 t1_xxxxx) |
|
||||
| `category` | string | 否 | 保存的分类(Reddit Gold 功能) |
|
||||
|
||||
#### 输出
|
||||
@@ -247,7 +224,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
### `reddit_reply`
|
||||
|
||||
为 Reddit 帖子或评论添加评论回复
|
||||
为 Reddit 帖子或评论添加回复
|
||||
|
||||
#### 输入
|
||||
|
||||
@@ -260,7 +237,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 是否成功发布了回复 |
|
||||
| `success` | boolean | 回复是否成功发布 |
|
||||
| `message` | string | 成功或错误信息 |
|
||||
| `data` | object | 评论数据,包括 ID、名称、永久链接和正文 |
|
||||
|
||||
@@ -272,14 +249,14 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `thing_id` | string | 是 | 要编辑的对象全名(例如,帖子为 t3_xxxxx,评论为 t1_xxxxx) |
|
||||
| `text` | string | 是 | 以 markdown 格式编写的新文本内容 |
|
||||
| `thing_id` | string | 是 | 要编辑的事物完整名称(例如,帖子为 t3_xxxxx,评论为 t1_xxxxx) |
|
||||
| `text` | string | 是 | 新的文本内容,支持 markdown 格式 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `success` | boolean | 是否成功编辑 |
|
||||
| `success` | boolean | 编辑是否成功 |
|
||||
| `message` | string | 成功或错误信息 |
|
||||
| `data` | object | 更新后的内容数据 |
|
||||
|
||||
@@ -291,7 +268,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `id` | string | 是 | 要删除的对象全名(例如,帖子为 t3_xxxxx,评论为 t1_xxxxx) |
|
||||
| `id` | string | 是 | 要删除的事物完整名称(例如,帖子为 t3_xxxxx,评论为 t1_xxxxx) |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -302,13 +279,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
|
||||
### `reddit_subscribe`
|
||||
|
||||
订阅或取消订阅一个子版块
|
||||
订阅或取消订阅一个 subreddit
|
||||
|
||||
#### 输入
|
||||
|
||||
| 参数 | 类型 | 必需 | 描述 |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `subreddit` | string | 是 | 子版块的名称(不带 r/ 前缀) |
|
||||
| `subreddit` | string | 是 | subreddit 的名称(不带 r/ 前缀) |
|
||||
| `action` | string | 是 | 要执行的操作:"sub" 表示订阅,"unsub" 表示取消订阅 |
|
||||
|
||||
#### 输出
|
||||
@@ -318,7 +295,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `success` | boolean | 订阅操作是否成功 |
|
||||
| `message` | string | 成功或错误信息 |
|
||||
|
||||
## 注意
|
||||
## 注意事项
|
||||
|
||||
- 类别:`tools`
|
||||
- 类型:`reddit`
|
||||
|
||||
@@ -56,6 +56,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
| `to` | 字符串 | 是 | 收件人电子邮件地址 |
|
||||
| `subject` | 字符串 | 是 | 电子邮件主题 |
|
||||
| `body` | 字符串 | 是 | 电子邮件正文内容 |
|
||||
| `contentType` | 字符串 | 否 | 电子邮件正文的内容类型(文本或 HTML) |
|
||||
| `resendApiKey` | 字符串 | 是 | 用于发送电子邮件的 Resend API 密钥 |
|
||||
|
||||
#### 输出
|
||||
|
||||
@@ -37,13 +37,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
|
||||
/>
|
||||
<path d='M194.9 33.9001H169.8V121.4H194.9V33.9001Z' fill='white' />
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M142.9 41.3001L141.3 33.9001H119.7V121.4H144.7V62.1001C150.6 54.4001 160.6 55.8001 163.7 56.9001V33.9001C160.5 32.7001 148.8 30.5001 142.9 41.3001Z'
|
||||
fill='white'
|
||||
/>
|
||||
<path
|
||||
fill-rule='evenodd'
|
||||
fillRule='evenodd'
|
||||
clipRule='evenodd'
|
||||
d='M92.8999 12.2002L68.4999 17.4002L68.3999 97.5002C68.3999 112.3 79.4999 123.2 94.2999 123.2C102.5 123.2 108.5 121.7 111.8 119.9V99.6002C108.6 100.9 92.7999 105.5 92.7999 90.7002V55.2002H111.8V33.9002H92.7999L92.8999 12.2002Z'
|
||||
fill='white'
|
||||
|
||||
@@ -322,16 +322,14 @@ Sim 的 Supabase 集成使您能够轻松地将代理工作流连接到您的 Su
|
||||
| `projectId` | string | 是 | 您的 Supabase 项目 ID \(例如:jdrkgepadsdopsntdlom\) |
|
||||
| `bucket` | string | 是 | 存储桶的名称 |
|
||||
| `path` | string | 是 | 要下载的文件路径 \(例如:"folder/file.jpg"\) |
|
||||
| `fileName` | string | 否 | 可选的文件名覆盖 |
|
||||
| `apiKey` | string | 是 | 您的 Supabase 服务角色密钥 |
|
||||
|
||||
#### 输出
|
||||
|
||||
| 参数 | 类型 | 描述 |
|
||||
| --------- | ---- | ----------- |
|
||||
| `message` | string | 操作状态消息 |
|
||||
| `fileContent` | string | 文件内容 \(如果是二进制文件则为 base64 编码,否则为纯文本\) |
|
||||
| `contentType` | string | 文件的 MIME 类型 |
|
||||
| `isBase64` | boolean | 文件内容是否为 base64 编码 |
|
||||
| `file` | file | 下载的文件存储在执行文件中 |
|
||||
|
||||
### `supabase_storage_list`
|
||||
|
||||
|
||||
@@ -771,9 +771,9 @@ checksums:
|
||||
content/77: 0295e0cd05bbf86d6d79400d787759f5
|
||||
content/78: 3cd8fb82728b7fe44d1ed632b2b7b7f8
|
||||
content/79: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/80: 031bfed7a18067f97475aaf1b643f70d
|
||||
content/80: e8af066efea911c3baf5ac009e75b991
|
||||
content/81: bcadfc362b69078beee0088e5936c98b
|
||||
content/82: 81f3639fe16192a603782cad69949fcd
|
||||
content/82: f87e976ce212bb9c7bcd83a26156de2a
|
||||
content/83: 8e8cd69d95c285dfdc7f3e3765d4ccf4
|
||||
content/84: 7608623aeae8de7933090a3cd07b3725
|
||||
content/85: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
@@ -1094,67 +1094,61 @@ checksums:
|
||||
content/24: 28605b2826c4e1f6fbe4bc1e8b3b664f
|
||||
content/25: bcadfc362b69078beee0088e5936c98b
|
||||
content/26: d64082653c01d8617b96a6e54aef8b99
|
||||
content/27: 9bf9856e01ea2de893025c9fba4dce18
|
||||
content/28: d365b55a1395d2025bfa1490229c675a
|
||||
content/27: 1d70ddd54964e16564a38d5fc318d9e1
|
||||
content/28: b1b0748588a3be78d8087d34c13fab7b
|
||||
content/29: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/30: 627abdda1797b303dcb7f81c53ce7d05
|
||||
content/30: bd6c9fc3022a0b735906b52ce7b0c288
|
||||
content/31: bcadfc362b69078beee0088e5936c98b
|
||||
content/32: 10984b483abb8a492920cb917a82368a
|
||||
content/33: 1d70ddd54964e16564a38d5fc318d9e1
|
||||
content/34: b1b0748588a3be78d8087d34c13fab7b
|
||||
content/32: 330ebaa77be1a218e2654790eb796e3c
|
||||
content/33: 9a1d3d95398d19abf57986460361d153
|
||||
content/34: b814ba7b2ffbb162be66c8426552c8b8
|
||||
content/35: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/36: bd6c9fc3022a0b735906b52ce7b0c288
|
||||
content/36: a15c300411b54bf21991f8f11c4a2e54
|
||||
content/37: bcadfc362b69078beee0088e5936c98b
|
||||
content/38: 330ebaa77be1a218e2654790eb796e3c
|
||||
content/39: 9a1d3d95398d19abf57986460361d153
|
||||
content/40: b814ba7b2ffbb162be66c8426552c8b8
|
||||
content/38: d39caf6c046e3b7bd87cd913fd643c10
|
||||
content/39: 9a8b95a6d7538e6c5baadebb451fdb23
|
||||
content/40: 7f0f1da232ca79fb7ee4d2847e7f7cf0
|
||||
content/41: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/42: a15c300411b54bf21991f8f11c4a2e54
|
||||
content/42: 5c6760c1348ff3aa1d8ab63d62c6a634
|
||||
content/43: bcadfc362b69078beee0088e5936c98b
|
||||
content/44: d39caf6c046e3b7bd87cd913fd643c10
|
||||
content/45: 9a8b95a6d7538e6c5baadebb451fdb23
|
||||
content/46: 7f0f1da232ca79fb7ee4d2847e7f7cf0
|
||||
content/44: 9e6e9b8a28089ad259c23050ae536a98
|
||||
content/45: d8f84273e2331c0dd8b8b3f8e2cda13b
|
||||
content/46: 31f60a8dd0ebc6326f11a5ddebc50c25
|
||||
content/47: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/48: 5c6760c1348ff3aa1d8ab63d62c6a634
|
||||
content/48: e06093dca6f1c08cac65903ca799fd16
|
||||
content/49: bcadfc362b69078beee0088e5936c98b
|
||||
content/50: 9e6e9b8a28089ad259c23050ae536a98
|
||||
content/51: d8f84273e2331c0dd8b8b3f8e2cda13b
|
||||
content/52: 31f60a8dd0ebc6326f11a5ddebc50c25
|
||||
content/53: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/54: e06093dca6f1c08cac65903ca799fd16
|
||||
content/55: bcadfc362b69078beee0088e5936c98b
|
||||
content/56: 9406dc820ae9b00c1b60bd307048222c
|
||||
content/57: da80c27068a59449e42f2dfd08881fed
|
||||
content/50: 9406dc820ae9b00c1b60bd307048222c
|
||||
content/51: da80c27068a59449e42f2dfd08881fed
|
||||
content/52: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/53: d71b6bb8e2dd6ce98101aec6a1dd77f2
|
||||
content/54: bcadfc362b69078beee0088e5936c98b
|
||||
content/55: 8398c02184bed1bdc99c8444a3886f4b
|
||||
content/56: 8c3314d757e6af2420f082adfd89005c
|
||||
content/57: 7bcb7aa268e77eab6acf69eb6b99fea5
|
||||
content/58: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/59: d71b6bb8e2dd6ce98101aec6a1dd77f2
|
||||
content/59: 9ea1b9a4fe7d8d8c0658f3ca5ed922c4
|
||||
content/60: bcadfc362b69078beee0088e5936c98b
|
||||
content/61: 8398c02184bed1bdc99c8444a3886f4b
|
||||
content/62: 8c3314d757e6af2420f082adfd89005c
|
||||
content/63: 7bcb7aa268e77eab6acf69eb6b99fea5
|
||||
content/61: 717c8b8f8175b2873f4ccd6d8d31b119
|
||||
content/62: 01acdb1ee2979d2adb664f672d809d2e
|
||||
content/63: 1aa149359f6a2d113dbf6c93a7673265
|
||||
content/64: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/65: 9ea1b9a4fe7d8d8c0658f3ca5ed922c4
|
||||
content/65: 5f9f403fc3fdbfdab8ee58b59b60a2f7
|
||||
content/66: bcadfc362b69078beee0088e5936c98b
|
||||
content/67: 717c8b8f8175b2873f4ccd6d8d31b119
|
||||
content/68: 01acdb1ee2979d2adb664f672d809d2e
|
||||
content/69: 1aa149359f6a2d113dbf6c93a7673265
|
||||
content/67: ab18f28101e67e29d6da1efef371ef5c
|
||||
content/68: aaac8cad5f4b5a0c368dd4a7ce213994
|
||||
content/69: 7708c0de9c5f09f53d69aa6daf2f738c
|
||||
content/70: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/71: 5f9f403fc3fdbfdab8ee58b59b60a2f7
|
||||
content/71: 0b7d9fb822eb2cd8bfe89467ee078f1b
|
||||
content/72: bcadfc362b69078beee0088e5936c98b
|
||||
content/73: ab18f28101e67e29d6da1efef371ef5c
|
||||
content/74: aaac8cad5f4b5a0c368dd4a7ce213994
|
||||
content/75: 7708c0de9c5f09f53d69aa6daf2f738c
|
||||
content/73: b39d38f1d75272415411248294edca5f
|
||||
content/74: badd3eac43720a462b63b4f928a34909
|
||||
content/75: 0610c163c50d78a061fc71fb3f7d9668
|
||||
content/76: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/77: 0b7d9fb822eb2cd8bfe89467ee078f1b
|
||||
content/77: 8a64a4a4500eafceac6c5814f1a0c532
|
||||
content/78: bcadfc362b69078beee0088e5936c98b
|
||||
content/79: b39d38f1d75272415411248294edca5f
|
||||
content/80: badd3eac43720a462b63b4f928a34909
|
||||
content/81: 0610c163c50d78a061fc71fb3f7d9668
|
||||
content/82: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/83: 8a64a4a4500eafceac6c5814f1a0c532
|
||||
content/84: bcadfc362b69078beee0088e5936c98b
|
||||
content/85: 4afa8bbf710e7824f05257a99af18d14
|
||||
content/86: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/87: 98d45145c1b01ba6eb68c583812b3a4e
|
||||
content/79: 4afa8bbf710e7824f05257a99af18d14
|
||||
content/80: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/81: 98d45145c1b01ba6eb68c583812b3a4e
|
||||
8de9006813d9d4f4f1a6360bf6ab44ec:
|
||||
meta/title: d4d96d56246a524f9983597a2f5f81dc
|
||||
meta/description: a83fea4716785fccfa9dfa151d8cb1ee
|
||||
@@ -1330,7 +1324,7 @@ checksums:
|
||||
content/21: 7243f520514d4f851951749b2a42f7a7
|
||||
content/22: 4ea4fe44217790b45e3ba51651f4b4aa
|
||||
content/23: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/24: 35a1879ba318dddce4e56935c363b614
|
||||
content/24: 5a56ae7f7ba1a4385da43f822782b024
|
||||
content/25: bcadfc362b69078beee0088e5936c98b
|
||||
content/26: 98c3ad979dfde09dc41d1b6e370b38f5
|
||||
content/27: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
@@ -1352,13 +1346,13 @@ checksums:
|
||||
content/11: 822829fd1c0500496b72d5a0abafeb41
|
||||
content/12: 4a8b7fc9ab62f88061e4b21ac5b10947
|
||||
content/13: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/14: 9edeb4b9fca066dd5bf11d0c3a2cb8db
|
||||
content/14: acb2572b602fe6210fad444ae60b1a24
|
||||
content/15: bcadfc362b69078beee0088e5936c98b
|
||||
content/16: 558c49a1186440a5a2254dcfbd7b74f7
|
||||
content/17: 64a8e14453f9063bd8d89d43b7833fa8
|
||||
content/18: c5800c27cab920bd65932ffc703e6fc6
|
||||
content/19: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/20: c886c72190889c7b55a8f38a294ecf38
|
||||
content/20: e4f1595909b56102f2a84a8da52d4c09
|
||||
content/21: bcadfc362b69078beee0088e5936c98b
|
||||
content/22: 9f1a5d98944fc79dbcd0b01e0a82fe28
|
||||
content/23: d80aeca589a53111bf1695cdd331cf5b
|
||||
@@ -1427,7 +1421,7 @@ checksums:
|
||||
content/16: b0e90cbf465db6be12cec715f9db03a9
|
||||
b486a8a6d2af003065e7730c860e6538:
|
||||
meta/title: 0553a74da1a4396f9f34b891a853c505
|
||||
meta/description: ea8e75269244137d9e25a6fed61c5cf2
|
||||
meta/description: e2c16e4b303eab594859f25868d9b5c9
|
||||
content/0: 1b031fb0c62c46b177aeed5c3d3f8f80
|
||||
content/1: 2f2292b3fe709bcb54d5cdbd2677c598
|
||||
content/2: ecac09853db4eaaabe3c7c1514236071
|
||||
@@ -1436,7 +1430,7 @@ checksums:
|
||||
content/5: bcd65b6873b071b2831821ae39804ba9
|
||||
content/6: 517dd4ba787691643cb3e929ca662fa9
|
||||
content/7: 821e6394b0a953e2b0842b04ae8f3105
|
||||
content/8: 614f192a01b39eb448d70a6145488cbb
|
||||
content/8: e4d3c6bc02b7a61d5f6684705d9afa01
|
||||
content/9: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
|
||||
content/10: 6df7e096bafa5efda818db1ab65841fd
|
||||
content/11: 646990da68ff77ca02dd172f830f12f0
|
||||
@@ -1462,8 +1456,14 @@ checksums:
|
||||
content/31: a56f587826dfe06cf993f7ebeb25f617
|
||||
content/32: bcadfc362b69078beee0088e5936c98b
|
||||
content/33: da6a9f2ffc3e87d481d3c790e47113c3
|
||||
content/34: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/35: c3f36b8866903fac8f3e1eabae9c2848
|
||||
content/34: 6061efa06161e6e96fa54a5a2425f419
|
||||
content/35: ae4034f4d2db878d0db0ac4a04ea2da6
|
||||
content/36: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/37: d2ed24cf6fa73763824415cafa0ce761
|
||||
content/38: bcadfc362b69078beee0088e5936c98b
|
||||
content/39: 5acb6078f6c9f13c22bc6db8bc05d6de
|
||||
content/40: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/41: c3f36b8866903fac8f3e1eabae9c2848
|
||||
92a0f8b1918d46770c8e57682321d123:
|
||||
meta/title: da404344dabd8904725c8f95d61a82d5
|
||||
meta/description: d1af052d71031772e9258536553ee2f1
|
||||
@@ -1753,7 +1753,7 @@ checksums:
|
||||
content/23: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/24: 776834afe725cd6c1828f76874dbf80f
|
||||
content/25: bcadfc362b69078beee0088e5936c98b
|
||||
content/26: 26eae59f770c7435b18008877ccf89c9
|
||||
content/26: 3e1bf40d4ebc8a41ff89f35566688111
|
||||
content/27: 1f3103031b1df389dc46dccf0d2decc7
|
||||
content/28: 03b4899102a92f656654cf9ba4f32b65
|
||||
content/29: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
@@ -1761,11 +1761,11 @@ checksums:
|
||||
content/31: bcadfc362b69078beee0088e5936c98b
|
||||
content/32: f3cdba7da7009536277b1bff4d0bce05
|
||||
content/33: e2f0e0a50e355ed64d3eaa80261ba122
|
||||
content/34: 45faecb61b035468187a90c4a6685ad0
|
||||
content/34: 1fd4a0673797a76754a409dd3c540a07
|
||||
content/35: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/36: f358b9b444624163ec1870a3df9e45c9
|
||||
content/36: d71b6bb8e2dd6ce98101aec6a1dd77f2
|
||||
content/37: bcadfc362b69078beee0088e5936c98b
|
||||
content/38: 86b3721e75213fe69867ba041100f288
|
||||
content/38: 3d7b0be898360b009673a90a039538b4
|
||||
content/39: d80bbb70493de33d7bba37ffe8b8480d
|
||||
content/40: 9124a73022a6618e2efab2bac93b1e86
|
||||
content/41: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
@@ -1807,7 +1807,7 @@ checksums:
|
||||
content/77: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/78: dfe3011b884feb0f983de91fde87be9d
|
||||
content/79: bcadfc362b69078beee0088e5936c98b
|
||||
content/80: be81a5e4743b881afe064a9b4af3f894
|
||||
content/80: d139cdb74353d64293fbdf6b3a95dfb3
|
||||
content/81: ab8a67a47c2e2f381541b46d99b31d08
|
||||
content/82: 38c479f518f5cc0c119d1baa11fda286
|
||||
content/83: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
@@ -1945,7 +1945,7 @@ checksums:
|
||||
content/5: 535e34d9695822e3c2c3730dc622f729
|
||||
content/6: 3997fe3c3877bf91d4694a9b3ef32fe4
|
||||
content/7: 821e6394b0a953e2b0842b04ae8f3105
|
||||
content/8: 97bde70963a671c47636c21c03b70cf7
|
||||
content/8: 84fdc36a358b651ab5e5a57b6c6c27dc
|
||||
content/9: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
|
||||
content/10: dc0cd9ecdd8caafc0a4a7c60b68daa2f
|
||||
content/11: 67ffd9a9b55ad6c1259af98deafb5d0a
|
||||
@@ -2229,8 +2229,200 @@ checksums:
|
||||
content/289: 17cda5bfb9d10a2413277fb4d0be4694
|
||||
content/290: bcadfc362b69078beee0088e5936c98b
|
||||
content/291: d31ea676a17738476cf426b95d95dbdb
|
||||
content/292: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/293: 5aa7c7286815a4bdfa4f82b9ecab8a7a
|
||||
content/292: 19449fcb949556b650bf370c40fb0c05
|
||||
content/293: 5485e86deed4f65d1cef5053acf6435d
|
||||
content/294: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/295: a74180cb7e16bae54c5f638bd5735bc0
|
||||
content/296: bcadfc362b69078beee0088e5936c98b
|
||||
content/297: 8131550b75025541bb316ea8126aab66
|
||||
content/298: e19b5366af1d29162930435dd1f71287
|
||||
content/299: 56f6fd03af750494c6a1ff36d507c1db
|
||||
content/300: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/301: fe0b21d0c86ae42428c12bfc502214cb
|
||||
content/302: bcadfc362b69078beee0088e5936c98b
|
||||
content/303: 6cf8ba09b304811aef15ed68c640e14d
|
||||
content/304: 431f0d2b8ee73a6a000dbaf94b2161f6
|
||||
content/305: 466eee2d4b1e459c4da053cca55567e6
|
||||
content/306: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/307: 9b3342388d6a6024c2796a346807b7c7
|
||||
content/308: bcadfc362b69078beee0088e5936c98b
|
||||
content/309: 0b07378987053e87ed0cce4abc0d605e
|
||||
content/310: 4ab9325559d35894d537b38929a41ddc
|
||||
content/311: 04312872c71e945788261c370dc5593c
|
||||
content/312: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/313: 9cf61d5d4122cf0bdbe7970047c3595a
|
||||
content/314: bcadfc362b69078beee0088e5936c98b
|
||||
content/315: f0c3fa85786ec6b8c769cba26f253a21
|
||||
content/316: a320b3a339f94468f23785977cd0da79
|
||||
content/317: f91bb61bc38510e9da3edcf2cca7062c
|
||||
content/318: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/319: b6241df60b093a460157ee6069421ed1
|
||||
content/320: bcadfc362b69078beee0088e5936c98b
|
||||
content/321: f326cafc035fbbdfd43e0e1171ef387f
|
||||
content/322: e8bd05b9d137f8445c748c134c232933
|
||||
content/323: f8e7a7277bce140493b92328f051672a
|
||||
content/324: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/325: 08969146fa53dae61c48e84f43e568b9
|
||||
content/326: bcadfc362b69078beee0088e5936c98b
|
||||
content/327: 6bc6ba8ded36bd8fbca4bc891a973db7
|
||||
content/328: ad56e0adc94507288c0f49deccd65c68
|
||||
content/329: 8a8737e69be978fca19dce3c3b41fdbf
|
||||
content/330: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/331: c70e35d1e98d34a71fd08e626ac8799a
|
||||
content/332: bcadfc362b69078beee0088e5936c98b
|
||||
content/333: 663fa06f84d9723dc0dc1bd4d229cb2b
|
||||
content/334: 950111b2b8fbc1043d061e9aa1a8b704
|
||||
content/335: 373165d466dcd0c5fd4f95758e8abc4e
|
||||
content/336: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/337: 47dedee24ad17a93832b212fed5d4468
|
||||
content/338: bcadfc362b69078beee0088e5936c98b
|
||||
content/339: a0b4643526d6fb707186fd5913fc47fe
|
||||
content/340: a99783dc706ac692125b2ed2c5028bd6
|
||||
content/341: 7d7d4612324560592abecbfca6898b4b
|
||||
content/342: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/343: 87f29238a132bff3ece1f47a991d61df
|
||||
content/344: bcadfc362b69078beee0088e5936c98b
|
||||
content/345: c8603c28f0273c450d1b1326d030d6cf
|
||||
content/346: f7d17ab5adeb9c968f52fd459c01115a
|
||||
content/347: 99efeedf51d486981cebaa54f24eba92
|
||||
content/348: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/349: 789efd58f7d8c4ee75a7556f71b47172
|
||||
content/350: bcadfc362b69078beee0088e5936c98b
|
||||
content/351: 5ed36d8f70cf676ce4654b8cd616b363
|
||||
content/352: 7213586194a1cb9e24851d178c95daee
|
||||
content/353: 48df2a873de5ea9908166a40021dad54
|
||||
content/354: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/355: 353863439ca2fe12d6152a1c1cc2aa42
|
||||
content/356: bcadfc362b69078beee0088e5936c98b
|
||||
content/357: 718afb17f1784200f0a3766773417c95
|
||||
content/358: 20e59e0f8f986c6ef525ceb6fffd5be2
|
||||
content/359: af184bca0400c52abcb2aaf30cd46846
|
||||
content/360: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/361: 323a332a9dd0331f79d84d244fb740b4
|
||||
content/362: bcadfc362b69078beee0088e5936c98b
|
||||
content/363: a0b4643526d6fb707186fd5913fc47fe
|
||||
content/364: b589f74e0b8a7ca5595285a3d0f30c84
|
||||
content/365: f2915604fc64096697c1bba0847895c1
|
||||
content/366: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/367: d71b6bb8e2dd6ce98101aec6a1dd77f2
|
||||
content/368: bcadfc362b69078beee0088e5936c98b
|
||||
content/369: 9b359f6982b82742af4707b2941fe6dd
|
||||
content/370: e6b441bb2a24f974af7c1a2b4e385063
|
||||
content/371: 791cdea081c832ee8aa37a545c1e0629
|
||||
content/372: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/373: 92f11132022ea058823298f9e92d9d4b
|
||||
content/374: bcadfc362b69078beee0088e5936c98b
|
||||
content/375: 95eafb888822c67b740b2caed7449647
|
||||
content/376: aa1f9d4afa3db290c38fcef621cfcfc8
|
||||
content/377: c2a86dd2b9f4c533e01045f1e3f740b8
|
||||
content/378: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/379: 5f61b0a0f4e2e8a99a42e812a1ede364
|
||||
content/380: bcadfc362b69078beee0088e5936c98b
|
||||
content/381: abda8e70bc5cb3f37ad0ec1bd12a4861
|
||||
content/382: 49b53a80d6be6680e23572b2e5863b44
|
||||
content/383: 9343c8aec2581ea190d68e6b074e9221
|
||||
content/384: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/385: f4d460a15530bfb739adcf82028561aa
|
||||
content/386: bcadfc362b69078beee0088e5936c98b
|
||||
content/387: a0b4643526d6fb707186fd5913fc47fe
|
||||
content/388: 13284b9cf3f6c76b5d25665a2ebcfa37
|
||||
content/389: a6cdee8cc6eac4b12ae3efa2321a88f0
|
||||
content/390: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/391: d71b6bb8e2dd6ce98101aec6a1dd77f2
|
||||
content/392: bcadfc362b69078beee0088e5936c98b
|
||||
content/393: e2d04ba6b1bf3b5f2fabe3eeeb07afb8
|
||||
content/394: 869f09bfcf8b3f486577ddeac92736d1
|
||||
content/395: d90bbbab980479c2e2615d148182f541
|
||||
content/396: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/397: 422de6f94cea864eebfff4372c413311
|
||||
content/398: bcadfc362b69078beee0088e5936c98b
|
||||
content/399: a0b4643526d6fb707186fd5913fc47fe
|
||||
content/400: f17b5c16f106085925c714b22959cc0f
|
||||
content/401: c50d1424ef13db47c44f10dfee39a920
|
||||
content/402: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/403: 4fb3b6ac2f4416abd838807e4f0efb68
|
||||
content/404: bcadfc362b69078beee0088e5936c98b
|
||||
content/405: 48a91e9804204fb902733bbcb519d8f3
|
||||
content/406: 417531850860835ff8d1bc4990576f8a
|
||||
content/407: 4c6d4a2ff6977aacdf74458c67198d47
|
||||
content/408: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/409: fb1d2f80c4c5d081520445488371ed0c
|
||||
content/410: bcadfc362b69078beee0088e5936c98b
|
||||
content/411: 66ac28258f9c04e2714b3dfe393abe01
|
||||
content/412: 8ac4fb50296344c01c41d5b26c116ad8
|
||||
content/413: 642ac82590c8f22bea6f93d31fc48fd6
|
||||
content/414: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/415: 38daff8993b4338886e2a7bc7dd63d00
|
||||
content/416: bcadfc362b69078beee0088e5936c98b
|
||||
content/417: a0b4643526d6fb707186fd5913fc47fe
|
||||
content/418: 6738de7a5528401649a5e9472b818525
|
||||
content/419: 0c3b4fc0a6c3dba584d4c1e26074175d
|
||||
content/420: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/421: dd607a8ff22049b76a466b222d88d9e2
|
||||
content/422: bcadfc362b69078beee0088e5936c98b
|
||||
content/423: 7a7c0f575a0abb7e16224538240ddd24
|
||||
content/424: 72bc8f23e789c910b246ff0890120113
|
||||
content/425: abbfb94b4007f84e74a1c95c6bc1ebe6
|
||||
content/426: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/427: b5241476c242ac1d4aff8a75c2cf1134
|
||||
content/428: bcadfc362b69078beee0088e5936c98b
|
||||
content/429: 989f21601484c0acb70ff58c90a4ffbb
|
||||
content/430: eb7be709f60bca62b531bfbda16fd50c
|
||||
content/431: 8f3845f87542becf4f2aabe2518cd846
|
||||
content/432: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/433: 5715afab8816ea6670e1b3783314b6db
|
||||
content/434: bcadfc362b69078beee0088e5936c98b
|
||||
content/435: fbd5cf04710a1c4319d666adcc8dcdeb
|
||||
content/436: 0a57ac22e0db2aa1976e356ce4026322
|
||||
content/437: 594e194da536b4170f50cfa32376071b
|
||||
content/438: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/439: 4adcff91a28d6e5ef163b38c544408b3
|
||||
content/440: bcadfc362b69078beee0088e5936c98b
|
||||
content/441: ca0bca6674449d6a8814425940ff1a82
|
||||
content/442: 4c2f19a928729537581baf48f9ac6326
|
||||
content/443: e4cbadecbe1e808508f67f123acb0b25
|
||||
content/444: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/445: 74f5c11317dfb1103fda84b40144d286
|
||||
content/446: bcadfc362b69078beee0088e5936c98b
|
||||
content/447: f3476754022a7e4fb711f9c02609759b
|
||||
content/448: dbf5a8f8c10e7489c148c4f3e0041564
|
||||
content/449: eb9c1d91f5497dfe9091884d94b86396
|
||||
content/450: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/451: d33906bd906617844c00d94475223a4e
|
||||
content/452: bcadfc362b69078beee0088e5936c98b
|
||||
content/453: a0b4643526d6fb707186fd5913fc47fe
|
||||
content/454: 8fa1cf89fdce1807372c7cfb65a56978
|
||||
content/455: d89b7b921a08ec0db8a578ed06c4758f
|
||||
content/456: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/457: 5c2fe8924f59d6f322158ae49c63aca0
|
||||
content/458: bcadfc362b69078beee0088e5936c98b
|
||||
content/459: d409b0142986aa0b3d639a85b2308fee
|
||||
content/460: 4278f1ea3ef8e4e141aa55455dc45b7f
|
||||
content/461: 2563a5d8d8c790ce109d706ce3443807
|
||||
content/462: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/463: b12446be8e7501c8ad4a32634c07cd0a
|
||||
content/464: bcadfc362b69078beee0088e5936c98b
|
||||
content/465: eaff49649d1ae705346a12e04ea3b741
|
||||
content/466: b5d7ba66d1bfee635d2b79d1069d542b
|
||||
content/467: fea40230bbd01b94715fd05435366479
|
||||
content/468: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/469: f8c9f821191611e8dfc1fa73777383c4
|
||||
content/470: bcadfc362b69078beee0088e5936c98b
|
||||
content/471: 1e673c52e2f80a835bce9f5f585f39f7
|
||||
content/472: ffae0bc9f93d8a99e41f25208202ad52
|
||||
content/473: 6a52b2b3bdead79715f996a66ef0631a
|
||||
content/474: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/475: b9ec67f099cc1713795f98f6d05aaee5
|
||||
content/476: bcadfc362b69078beee0088e5936c98b
|
||||
content/477: a0b4643526d6fb707186fd5913fc47fe
|
||||
content/478: 7b82115a9f26d2ad58e3c672e4ff8f0d
|
||||
content/479: 881ca8b1ab72718de61e159a83bb3f6f
|
||||
content/480: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/481: d71b6bb8e2dd6ce98101aec6a1dd77f2
|
||||
content/482: bcadfc362b69078beee0088e5936c98b
|
||||
content/483: 83ee329cc66840cd58a5ca29a83ff404
|
||||
content/484: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/485: 5aa7c7286815a4bdfa4f82b9ecab8a7a
|
||||
236b4ece030e54d41a78cf1f3ea62b43:
|
||||
meta/title: 434d6cd2ab58b3fcfca0d49e0b354c8b
|
||||
meta/description: 68eb0d71f0d5be4552c4529c0fe9f4c9
|
||||
@@ -2275,7 +2467,7 @@ checksums:
|
||||
content/5: d1c4450558c64b0daecbbebb1ef8d46d
|
||||
content/6: 1aaed8a1063b1af2cbae0ceb642739f0
|
||||
content/7: 821e6394b0a953e2b0842b04ae8f3105
|
||||
content/8: 0a18a40bb5eae0dffedbc200af5f3f17
|
||||
content/8: b756279a1c4033fcc3a23949c47ad4fc
|
||||
content/9: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
|
||||
content/10: ac1c2fde5e6cc17fab123a65b33f89ab
|
||||
content/11: 2765ffecc34942a07ef0a9b97773bd65
|
||||
@@ -2427,13 +2619,13 @@ checksums:
|
||||
content/10: 1906031836f47631bfd5a944a07703ba
|
||||
content/11: de4cc9e2461685e5632c4c14f43480d8
|
||||
content/12: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/13: e4b7d6336bc5d35d2af0a6e1f120c5da
|
||||
content/13: 6ad8fcd98fc25eab726d05f9e9ccc6a4
|
||||
content/14: bcadfc362b69078beee0088e5936c98b
|
||||
content/15: 0ac8cd06fceaf16c960de79f7df987ee
|
||||
content/16: c340d51e1b2d05b9b68a79baa8e9481a
|
||||
content/17: 64d5a97527775c7bfcdcbb418a10ea35
|
||||
content/18: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/19: e0ee5aa4998fbc06be8345313de7d35b
|
||||
content/19: e9146f70bebd3ff43a7d00d547e9d756
|
||||
content/20: bcadfc362b69078beee0088e5936c98b
|
||||
content/21: 41108245f08a8057cdeb3367de6c2e20
|
||||
content/22: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
@@ -2759,13 +2951,13 @@ checksums:
|
||||
content/11: 59ea24bb2cd80bf7fb0f98b8dc0b251d
|
||||
content/12: 69c9a5b252f10da7e52a2537af16088a
|
||||
content/13: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/14: 5a71dc5d47b79554963882fb7e267a1d
|
||||
content/14: 512c3c3441da600fb1e616a37f93571c
|
||||
content/15: bcadfc362b69078beee0088e5936c98b
|
||||
content/16: cb72ea72163f2a9cb8aef03eaf3da52f
|
||||
content/17: f99b81c56a6e718223067b5eec641c20
|
||||
content/18: 0da6a460cff4d07096fa38f6d10d8d0d
|
||||
content/19: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/20: 4c34a0b52b5005f5a312f0ad09f5a624
|
||||
content/20: 2602d0d9af09d7ebbe69184a92ae7526
|
||||
content/21: bcadfc362b69078beee0088e5936c98b
|
||||
content/22: e9ac34c67e488c57c2d28f5b731bd032
|
||||
content/23: 66c479adb6d552931bec3302ae9c9680
|
||||
@@ -3216,24 +3408,24 @@ checksums:
|
||||
content/6: d74114e19898e411abf03afa63701227
|
||||
content/7: 1ed9b3fcc03266ab0a3190e5ecf73d8f
|
||||
content/8: 821e6394b0a953e2b0842b04ae8f3105
|
||||
content/9: 8bc86154b9ab56ba6b3965e1029129a4
|
||||
content/9: 8b5db927c8ab7b5806b7aabfd6903909
|
||||
content/10: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
|
||||
content/11: 21ffec9c7c4a4e802556573a15f5ca26
|
||||
content/12: 1e24b572e247655f0081396ce44af661
|
||||
content/13: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/14: cfa772aa7c703a050dd6e7fc290c34a0
|
||||
content/14: 30550d25db464611c0b2345a4c253ced
|
||||
content/15: bcadfc362b69078beee0088e5936c98b
|
||||
content/16: 2f6a279744009edc05c6afb70890bf7c
|
||||
content/17: 7fbab112fa6dd148c632c02fd235ada4
|
||||
content/18: 83f626a9c38b3207632ae3c4361648ae
|
||||
content/19: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/20: 7d9688200767fbcec927454b27b4136b
|
||||
content/20: d614832b48a943aec1c0ff5794af4254
|
||||
content/21: bcadfc362b69078beee0088e5936c98b
|
||||
content/22: 83e54727120d28019182fae62e3e8916
|
||||
content/23: e40ad3a62523dd211f0bab80209b3119
|
||||
content/24: b88d7658d0775d07b0d01b4bc29879ed
|
||||
content/25: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/26: a16eed836af43d1ae866884f258404a7
|
||||
content/26: 75dc7395ae5b877d07e0e1085bc1edf0
|
||||
content/27: bcadfc362b69078beee0088e5936c98b
|
||||
content/28: 5c7c8e4a17a30cb7283465d463508fc8
|
||||
content/29: 81643f4a0495d20a07f9086478f2185e
|
||||
@@ -3285,7 +3477,7 @@ checksums:
|
||||
content/9: b012197e65487ff167f2cbd78da85eac
|
||||
content/10: 0cc2f207ef4e2f3ac0acf4cf9b3aba2c
|
||||
content/11: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/12: a39c22ba8cd8a0b102a2769661366e14
|
||||
content/12: 10980279b69aa6c6a1464f263ca25be6
|
||||
content/13: bcadfc362b69078beee0088e5936c98b
|
||||
content/14: 3d15775cf6e0105686ea02f90008b64b
|
||||
content/15: 4499d456d0b0166932b1cdcc55c21396
|
||||
@@ -3297,7 +3489,7 @@ checksums:
|
||||
content/21: 9c18dfa51781c1e30cb2e2741b92b091
|
||||
content/22: 8f86d82c91437004767ce62918f5ede6
|
||||
content/23: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/24: 0a3055f5fc8d406d0cc45301fcd42da7
|
||||
content/24: be02ad818111831d726d6bca32c59fe7
|
||||
content/25: bcadfc362b69078beee0088e5936c98b
|
||||
content/26: 9176672ef538cc624ee574133f9949e7
|
||||
content/27: c9afca4e81299f2f696c4e988878b18d
|
||||
@@ -3640,38 +3832,26 @@ checksums:
|
||||
content/72: 2e80241a94359c7165b7eee705674e31
|
||||
content/73: bcadfc362b69078beee0088e5936c98b
|
||||
content/74: e843dcc7e9c933e4a5747379c1e51f2e
|
||||
content/75: a12fd78f38aeeeb67db68c0b60c2c7a2
|
||||
content/76: 164149bbd88d4343b9fd55fed4c243e0
|
||||
content/75: 72c749dd7c4c64b84e8764c606c9599e
|
||||
content/76: d3feee2154fc7a46b842e2435a649727
|
||||
content/77: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/78: e0992645b83f9da8e3cdd8e47cfac85c
|
||||
content/78: 7465a5023e6ba134f07e12e588a85671
|
||||
content/79: bcadfc362b69078beee0088e5936c98b
|
||||
content/80: e9ec05ec56405f64994d0634aca28773
|
||||
content/81: 72c749dd7c4c64b84e8764c606c9599e
|
||||
content/82: d3feee2154fc7a46b842e2435a649727
|
||||
content/80: a2817ce70b061ae3f2c1bf62c4078001
|
||||
content/81: 119c212dac0135f1ccedfbf0eb8d27ae
|
||||
content/82: 83dd6ad7872478f4ec41b4362792b883
|
||||
content/83: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/84: 7465a5023e6ba134f07e12e588a85671
|
||||
content/84: d2acf911462ae4e825d47e8a386d6d1c
|
||||
content/85: bcadfc362b69078beee0088e5936c98b
|
||||
content/86: a2817ce70b061ae3f2c1bf62c4078001
|
||||
content/87: ea745b9364ac70b603d1daac2ace7539
|
||||
content/88: e978c69389712eeae259995d204e07ef
|
||||
content/86: f69940bcedadf67b0e474682577207cf
|
||||
content/87: db73fc05316809b28857ca697ceeffe7
|
||||
content/88: 3277861c34a8958c3a6d47b5978ae867
|
||||
content/89: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/90: f20f64e30053561e4edece22ec066ba5
|
||||
content/90: 07003e71b6286e0588f606d8e063c783
|
||||
content/91: bcadfc362b69078beee0088e5936c98b
|
||||
content/92: fbede3597ce4d10a86126910f868c5cc
|
||||
content/93: 119c212dac0135f1ccedfbf0eb8d27ae
|
||||
content/94: 83dd6ad7872478f4ec41b4362792b883
|
||||
content/95: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/96: d2acf911462ae4e825d47e8a386d6d1c
|
||||
content/97: bcadfc362b69078beee0088e5936c98b
|
||||
content/98: f69940bcedadf67b0e474682577207cf
|
||||
content/99: db73fc05316809b28857ca697ceeffe7
|
||||
content/100: 3277861c34a8958c3a6d47b5978ae867
|
||||
content/101: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/102: 07003e71b6286e0588f606d8e063c783
|
||||
content/103: bcadfc362b69078beee0088e5936c98b
|
||||
content/104: 5c0becafe66dc048e541fe7330336c3f
|
||||
content/105: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/106: 05207a2c6155f6912f2945a2ca85d5fc
|
||||
content/92: 5c0becafe66dc048e541fe7330336c3f
|
||||
content/93: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
content/94: 05207a2c6155f6912f2945a2ca85d5fc
|
||||
63c9ac4220dfb233b39daaa9c82ade00:
|
||||
meta/title: 50de3a91960f18340fe2672a889fcfd7
|
||||
meta/description: 4dd9ce8fa67af977678af57427c65e0b
|
||||
@@ -5507,7 +5687,7 @@ checksums:
|
||||
content/9: 96b7ecef24a984b140d2ec494a33eae6
|
||||
content/10: a06fdf71f9e63af6bd6d60118526ad41
|
||||
content/11: 371d0e46b4bd2c23f559b8bc112f6955
|
||||
content/12: ed7b11c91f53da51d72edfa8f3442b1c
|
||||
content/12: 7d7da2e11f852a273797a2e09b66c8ee
|
||||
content/13: bcadfc362b69078beee0088e5936c98b
|
||||
content/14: 3bec05737fcf4d94a9fb64a34debd27f
|
||||
content/15: b3f310d5ef115bea5a8b75bf25d7ea9a
|
||||
@@ -5948,7 +6128,7 @@ checksums:
|
||||
meta/title: c35bb85d9507094c0fea7e0dc04b3d72
|
||||
meta/description: 0dc42fc6a72363200916d6f1a1380f6e
|
||||
content/0: 1b031fb0c62c46b177aeed5c3d3f8f80
|
||||
content/1: aeecd1fd575abe776aa8e4876e3089b4
|
||||
content/1: 052df6c1e5ddd521d337497c18cf002b
|
||||
content/2: 821e6394b0a953e2b0842b04ae8f3105
|
||||
content/3: 71d12c4b3409ce65f50f67f497538e34
|
||||
content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e
|
||||
|
||||
Reference in New Issue
Block a user