Ongoing · The latest public check could not reach the endpoint after a previous working observation. Watch would confirm an outage after two failed checks.
Critical
A Watch would confirm an outage after two failed checks, then alert only if it may affect the selected client.
Les notes ci-dessus concernent ce connecteur.
Contenu fourni par le serveur. Les noms, descriptions et schémas ci-dessous sont copiés du serveur MCP. Ils peuvent être dans une autre langue. Talandor ne les traduit pas et ne les vérifie pas.
Outils et exposition déclarée
Les annotations du serveur sont des déclarations, pas un comportement vérifié.
Afficher 4 définitions d’outils fournies par le serveur sur 4
getSBGridAPIDetail
Aucun détail d’effet fourniAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Get the full documentation for one SBGrid3.0 API/option by its exact name: syntax, all sub-options, detailed explanation, and a code example. Use after searchSBGridAPI once you know the exact name. ⚠️ SBGrid3 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · columns/gridConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Exact API/option name as shown in searchSBGridAPI results (e.g. 'excelExport', 'columns', 'personalization')."
}
}
}
getSBGridExample
Aucun détail d’effet fourniAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Find runnable SBGrid3.0 code examples by feature or use case. Returns ready-to-adapt example snippets. Use when you want working sample code rather than the API reference. ⚠️ SBGrid3 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · columns/gridConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of examples to return. Default 3."
},
"query": {
"type": "string",
"description": "Feature or use case to find examples for (e.g. 'excel export', 'row grouping', 'cell editing')."
}
}
}
listSBGridAPIs
Aucun détail d’effet fourniAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Browse the SBGrid3.0 API surface by category. Call with no argument to get all top-level categories; pass a category to list the APIs under it. Use to explore what exists when you don't have a specific keyword. ⚠️ SBGrid3 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · columns/gridConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"required": [],
"properties": {
"category": {
"type": "string",
"description": "Category to list APIs for (optional). Omit to return the list of all categories."
}
}
}
searchSBGridAPI
Aucun détail d’effet fourniAfficher les détails fournis par le serveurDescription du serveur (copiée ; langue non vérifiée)
Search SBGrid3.0 grid API and option documentation by keyword. Returns matching entries with name, summary, syntax, and category. Start here to find which API/option fits a task, then call getSBGridAPIDetail for full details or getSBGridExample for code. ⚠️ SBGrid3 코드/샘플 생성 시 서버 공통지침(표준 골격에서 출발 · columns/gridConfig 리터럴 나열 · 요청 기능만 최소 적용) 준수 — 상세는 서버 instructions 참고.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return. Default 5."
},
"query": {
"type": "string",
"description": "Keyword to search: a feature, option, or method name (e.g. 'excelExport', 'filter', 'column width', 'row grouping')."
}
}
}