v2.2.1 to v2.2.1

19 added, 8 removed. Audit A to A.

---
name: agentii-investment-intelligence
version: 2.2.1
description: >-
- Institutional-grade equity research skills for AI agents. 25 Claude-type skills
- across 4 verticals (equity-research-core, business-intelligence, industry-analysis,
- models-and-pitches) powered by agentii.ai's agent-use-ready SEC filing data plane
- — 10 years of filings, XBRL financials, earnings calendars, and company profiles
- for 165+ US-public-equity tickers. Features the three-layer retrieval protocol
- (Document Discovery → Page Map → Deep Read) for ~99% token efficiency, server-side
- parallel multi-period search via search_cross_period, and a full Excel/PPT generation
- pipeline with 3-tier office backend support.
+ Institutional-grade equity research skills for AI agents. 31 Claude-type skills
+ across 5 verticals (equity-research-core, business-intelligence, industry-analysis,
+ models-and-pitches, quantitative-analysis) powered by agentii.ai's agent-use-ready
+ SEC filing data plane — 10 years of filings, XBRL financials, earnings calendars,
+ and company profiles for 165+ US-public-equity tickers. Features the three-layer
+ retrieval protocol (Document Discovery → Page Map → Deep Read, with deep-outline
+ escalation) for ~99% token efficiency, server-side parallel multi-period search via
+ search_cross_period, and a full Excel/PPT generation pipeline with 3-tier office
+ backend support.
author: agentii-ai
license: Apache-2.0
homepage: https://agentii.ai
documentation: https://agentii.ai/docs
tools:
- search_xbrl_facts
- list_xbrl_concepts
- search_sec_filings
- search_documents
- search_companies
- search_earnings_calendar
- list_upcoming_earnings
- list_sources
- read_source_outline
+ - read_source_deep_outline
- read_source_pages
- search_keyword_in_source
- search_cross_period
+ - batch_search
- get_company_profile
- get_company_financials
- get_company_fiscal_calendar
+ - get_earnings_calendar_event
+ - read_rendered_statement
+ - get_statement
+ - get_statement_structure
+ - get_calculation_tree
+ - validate_calculation
+ - get_financial_ratios
+ - get_segment_data
- list_coverage
- get_ticker_coverage
- list_domains
- get_entity_knowledge
env:
- name: AGENTII_API_KEY
required: true
description: Generate at https://agentii.ai/api-keys — 7-day free trial, 2,000 credits, no credit card
- name: AGENTII_BASE_URL
required: false
default: https://api.agentii.ai
---