Skip to main content

SyteOps

Provider id: syteops · 2 tool(s).

syteops_dispatch

Invoke any SyteOps Manage operation. Pass resource + action (see syteops_manifest) and params per that operation's schema. Destructive operations (the manifest marks them) require confirm:true. Returns {ok, changed, data} on success.

Profiles: full, syteops

Parameters

ParameterTypeRequiredDescription
resourcestringyesManage resource, e.g. 'modules', 'users', 'roles', 'status'. See syteops_manifest.
actionstringyesAction on the resource, e.g. 'list', 'get', 'activate'. See syteops_manifest.
paramsobjectnoOperation parameters per the manifest's params schema for this resource+action.
confirmbooleannoSet true to authorize a destructive operation (the manifest marks which actions are destructive).

syteops_manifest

Discover the SyteOps Manage API: every resource and action with its summary, parameter schema, and whether it is destructive. Optionally filter to one resource. Use this to learn what syteops_dispatch can do.

Profiles: full, lean, syteops

Parameters

ParameterTypeRequiredDescription
resourcestringnoOptional — return operations only for this resource (e.g. 'modules', 'users').