insync_assistant — Technical Reference

Overview

insync_assistant is the single MCP tool exposed by InSync Analytics. It routes to 16 financial data tools.

Parallel-Safe Tools

These tools fetch independent data and can be called simultaneously:

query_actuals , query_estimates , get_guidance , query_market_data , get_valuation , get_document_tree , get_call_date , get_stock_split , get_macroeco , get_commodity , get_weather , search_news

Sequential-Only Tools

These tools produce outputs that feed into other tools — they must complete before the next step:

search_tickerid , search_lineitem , search_by_lineitem , parse_document_content

Further Reading