Back to MCP catalog
builder_discoverDiscover builder conditions, value references, workflows, configuration, and recipes through exact typed facets.
Area
Strategy Builder
Group
Schema discovery
Access
Read
Risk
Read-only
Details
Full description
Details
Use the deterministic builder registry before authoring unfamiliar strategy objects. Start with action="facets", narrow with action="list" and exact filters, then fetch a returned ref with action="get".
Filters use AND across fields and OR within each array. Results are sorted by canonical ref, never semantically ranked, and never silently truncated. Validation failures return executable calls back to this tool.
builder_discover(action="facets")
builder_discover(action="list", filters={"families": ["trend"], "recommended_roles": ["gate"]})
builder_discover(action="get", ref="condition:price_vs_ma")
Capabilities
Bounded options and operating modes surfaced above the full JSON schema.
Action options
action
facetslistgetDetail options
detail
compactfullRequired Inputs
FieldTypeDescription
actionenum: facets, list, getget fetches a known exact ref in one call; list returns compact matching records; facets lists exact filter values when the domain is unknown.Optional Inputs
FieldTypeDescription
detailenum: compact, fullProjection for action='list'. 'compact' returns only canonical ref, kind, and condition discriminator; 'full' returns all filtering metadata. Ignored by facets/get because those actions have one fixed projection.filtersanyOf (2 variants)Exact filters for action='list'. AND across fields, OR within each array. At least one filter must be non-empty.refanyOf (2 variants)Canonical or documented alias for action='get'. If the exact type is known, call get directly (for example condition:trailing_stop).