Generated MCP reference

Quawd MCP Tool Reference

A published map of the tools exposed by Quawd's MCP server. The catalog stays compact for scanning; exact input schemas live in linked JSON files for agents and implementers.

Endpoint

https://mcp.quawd.bot/mcp

Tools

18

Groups

10

Schemas

18

Assess

1 tool

Compare

1 tool

Explain

1 tool

Get

2 tools

List

2 tools

Research projects

1 tool

Run

1 tool

Signals

1 tool

Strategy builder

7 tools
builder_add_conditionWriteAdd a condition card to the strategy. Returns card_id. Use multi-timeframe by setting 'resolution' inside lhs/rhs value refs. Use builder_get_card_schema('value_ref:indicator') for the full schema.builder_attachWriteUse after building a card to wire it into a strategy slot (entry, exit, gate, overlay). Each strategy needs at least one entry attachment to trade.builder_compileWriteUse when ready to backtest: freeze a strategy into a runnable blueprint. Call after all entries/exits/gates have been attached and sizing/risk are configured. Idempotent.builder_composeWriteUse to combine multiple existing condition cards into one logical card. Modes: allOf (AND), anyOf (OR), not, at_least (N-of-M), consecutive (N bars), sequence (ordered steps).builder_createWriteUse FIRST when starting a new strategy. Returns a strategy_id used by every subsequent builder_* call. Pick `symbols` and `timeframe` from list_assets() to ensure data coverage. `symbols` is a list — single-symbol: ['SPY']; universe: ['AAPL','MSFT','GOOG']. Example: builder_create(name='RSI mean revert', symbols=['BTC-USD'], timeframe='1h', parent_strategy_id='root').builder_get_card_schemaWriteUse BEFORE builder_add_condition to discover and inspect card types. Call with no card_type (optionally with role=entry/exit/gate) to list all available types grouped by category. Call with a specific card_type (e.g. 'trailing_stop', 'value_ref:indicator') to get its full JSON schema.builder_set_strategy_configWriteSet strategy-level config (sizing, position_policy, execution, risk) in one partial-patch call. Only keys present in patch are applied.

Walk

1 tool
Quawd

A subscription SaaS platform for designing, backtesting, and paper-trading algorithmic trading strategies on equities and crypto — described in plain English to an AI agent, no code required.

© 2026 Quawd. All rights reserved.

Quawd is a software tool, not a broker-dealer or investment adviser, and does not provide investment advice. Trading involves substantial risk of loss. Backtested and hypothetical results have inherent limitations and are not indicative of future performance.