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.
- Launch the server and verify that the local endpoint is available on
http://127.0.0.1:5555/mcp.
- Open the configuration surface, add credentials only where needed, and keep destructive routes on
ask first.
- Review the registration output because build profile, credentials, and registration mode decide what the client receives.
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.
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.
- Select the provider and model deliberately for each timer; local LM workflows and cloud workflows have different cost and latency profiles.
- Store output into memory or a file target so the next workflow step has something durable to consume.
- Reserve this flow for repeated monitoring, report generation, or market scans.
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.
- Run the same prompt across model A/B/C inside Dialog-LAB.
- Inspect reasoning traces and choose the most useful answer or merge path.
- Move the winning prompt or result into LMChat when you want a simpler one-model continuation with IQ support.
LMChat is the lighter execution surface once Dialog-LAB has already done the comparison and review work.
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.