v1

latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KB
Investing Skills

Retrieve Investing Skill

Retrieve a single investing skill by its unique name, including its full prompt content, declared inputs, and required tools.

get/api/v2/investing-skills/{investing_skill_name}

Path parameters

investing_skill_namestring required

The unique name of the investing skill (e.g. 'earnings', 'dcf').

Response

idinteger required

Unique identifier for the investing skill

namestring required

Stable identifier used in URLs and tool args (e.g. 'earnings', 'dcf')

titlestring required

Human-readable label for the skill (e.g. 'Earnings Review')

descriptionstring required

One/two-sentence summary of the skill, used for routing

contentstring required

Full markdown prompt body, with placeholders like {ticker} / {tickers}

{"stackTrail":"components:schemas:InvestingSkillDetail:properties:inputs","oasType":"schema","type":"unknown","description":"Declared input params, e.g. [{\"name\": \"ticker\", \"type\": \"string\", \"required\": true}]"}
{"stackTrail":"components:schemas:InvestingSkillDetail:properties:required_tools","oasType":"schema","type":"unknown","description":"Daloopa MCP tools the skill chains, e.g. [\"discover_companies\", \"get_company_fundamentals\"]"}