OpenFairyGUI API
Preparing search index...
mcp/src
OpenFairyGuiBackendToolDefinition
Interface OpenFairyGuiBackendToolDefinition
interface
OpenFairyGuiBackendToolDefinition
{
annotations
:
{
destructiveHint
?:
boolean
;
idempotentHint
?:
boolean
;
openWorldHint
?:
boolean
;
readOnlyHint
?:
boolean
;
}
;
backendMethod
:
BackendMethodName
;
description
:
string
;
inputSchema
:
ZodObject
;
name
:
|
"openfairygui_backend_get_capabilities"
|
"openfairygui_backend_open_session"
|
"openfairygui_backend_open_project_session"
|
"openfairygui_backend_get_session"
|
"openfairygui_backend_apply_transaction"
|
"openfairygui_backend_save_session"
|
"openfairygui_backend_materialize_session"
|
"openfairygui_backend_close_session"
|
"openfairygui_backend_get_events"
|
"openfairygui_backend_get_job"
|
"openfairygui_backend_list_jobs"
|
"openfairygui_backend_cancel_job"
|
"openfairygui_backend_get_cache_snapshot"
|
"openfairygui_backend_refresh_cache"
;
outputSchema
:
ZodObject
;
title
:
string
;
}
Index
Properties
annotations
backend
Method
description
input
Schema
name
output
Schema
title
Properties
annotations
annotations
:
{
destructiveHint
?:
boolean
;
idempotentHint
?:
boolean
;
openWorldHint
?:
boolean
;
readOnlyHint
?:
boolean
;
}
backend
Method
backendMethod
:
BackendMethodName
description
description
:
string
input
Schema
inputSchema
:
ZodObject
name
name
:
|
"openfairygui_backend_get_capabilities"
|
"openfairygui_backend_open_session"
|
"openfairygui_backend_open_project_session"
|
"openfairygui_backend_get_session"
|
"openfairygui_backend_apply_transaction"
|
"openfairygui_backend_save_session"
|
"openfairygui_backend_materialize_session"
|
"openfairygui_backend_close_session"
|
"openfairygui_backend_get_events"
|
"openfairygui_backend_get_job"
|
"openfairygui_backend_list_jobs"
|
"openfairygui_backend_cancel_job"
|
"openfairygui_backend_get_cache_snapshot"
|
"openfairygui_backend_refresh_cache"
output
Schema
outputSchema
:
ZodObject
title
title
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
annotations
backend
Method
description
input
Schema
name
output
Schema
title
OpenFairyGUI API
Loading...