Workflow Guides

Practical patterns that respect the audited 237-entry config surface across 19 MCP families while acknowledging that the host-callable 239-tool runtime can still publish a smaller filtered catalog.

1. First-Day Setup and Catalog Check

Settings
Reg Filters
Port 5555
Runtime-visible catalog

Before any serious automation, confirm what this machine can actually publish.

  1. Launch the server and verify that the local endpoint is available on http://127.0.0.1:5555/mcp.
  2. Open the configuration surface, add credentials only where needed, and keep destructive routes on ask first.
  3. Review the registration output because build profile, credentials, and registration mode decide what the client receives.
SindByte configuration interface
The configuration surface is the fastest way to understand why two SindByte installations can expose different live tool catalogs even though they share the same default product definition.

2. Local Coding Assistant Workflow

FileTools
DataTools
TextTools
IQTools

Use a narrow publication set and keep write operations gated.

  1. Expose only the families you need for the repo: usually FileTools, DataTools, TextTools, and selected IQ routes.
  2. Read and inspect first, then ask the model to propose a patch before any file write.
  3. Use reasoning helpers such as Validate or SelfCritique when the change crosses multiple files or affects deployment logic.

3. Scheduled Timer + IQ Workflow

TimerTools
IQTools
Provider aware
Once / Interval / Daily / Weekly

Use the SetTimer surface when you want the reasoning engine to run on a schedule instead of by manual prompting.

SetTimer live interface
The live SetTimer form is where recurring IQ checks, scheduled summaries, and timed market reviews become practical instead of theoretical.

4. Dialog-LAB Review Workflow

Dialog-LAB
LMChat
Thinking extraction
Voice loop

Use Dialog-LAB for comparison and LMChat for direct follow-up execution.

  1. Run the same prompt across model A/B/C inside Dialog-LAB.
  2. Inspect reasoning traces and choose the most useful answer or merge path.
  3. Move the winning prompt or result into LMChat when you want a simpler one-model continuation with IQ support.
LMChat live interface
LMChat is the lighter execution surface once Dialog-LAB has already done the comparison and review work.

5. Paper-First Trading Workflow

Trading Hub
TradingIQ
DecisionMenu v2
12 venues

Treat the trading stack as an operator workflow, not a blind auto-trader.

  1. Verify credentials and keep permissions minimal.
  2. Use Scanner to shortlist candidates, then MultiVote or Consensus to challenge the setup.
  3. Run paper sessions first and store learnings before any move toward live execution.

6. Web Asset Pipeline

GenerateImage
PictureEdit
Resize
Convert

Use the image stack when the deliverable is a web page or documentation set with local assets.

GenerateImage -> PictureEdit -> PictureResize -> PictureConvert -> File write / HTML integration

This works best when the provider routes are published and the target mode is chosen explicitly: file for committed assets, memory for intermediate review, clipboard for quick handoff, or both when you want permanence plus convenience.

Operational Safeguards