コンテンツにスキップ

法人税申告書作成 jpcite call sequence (税理士)

Cost: ¥54 (18 billable units, ¥3/req) · Duration: 120s · Parallel-safe: True · Disclaimer: §52 (税理士法) — 申告書作成は税理士の独占業務。本レシピは参考資料のみ。

Preconditions

  • client_id
  • houjin_bangou
  • fiscal_year_end (YYYY-MM-DD)
  • business_profile

Steps

  1. enum_values_am — closed-set
  2. search_tax_incentives — 適用候補
  3. get_am_tax_rule — rule 詳細
  4. evaluate_tax_applicability — bulk 判定
  5. search_acceptance_stats_am — 同業種 採択率
  6. track_amendment_lineage_am — YoY 改正
  7. list_tax_sunset_alerts — FY 内 sunset
  8. search_loans_am — 融資/特例
  9. check_enforcement_am — 行政処分 履歴
  10. cross_check_jurisdiction — 整合性
  11. check_exclusions — 排他
  12. prepare_kessan_briefing — 確定申告 briefing
  13. compose_audit_workpaper — workpaper PDF
  14. bundle_application_kit — 添付 scaffold
  15. get_provenance — 出典
  16. jpcite_route — outcome route
  17. deep_health_am — snapshot pin
  18. jpcite_execute_packet — route 実行

Output artifact

  • Type: corporate_filing_evidence_packet
  • Format: JSON (mirrored to PDF on artifact_pack package_kind)

SDK invocation

import httpx, os
JPCITE = "https://api.jpcite.com"
key = os.environ["JPCITE_API_KEY"]
resp = httpx.post(
    f"{JPCITE}/v1/jpcite/route",
    headers={"X-API-Key": key},
    json={"intent": "recipe_tax_corporate_filing"},
).raise_for_status().json()
# returns recommended_tool, outcome_contract_id, deliverable_slug,
# estimated_price_jpy, execute_input_hash, next_action

Operator: Bookyou株式会社 (T8010001213708) · Brand: jpcite · NO LLM inside · ¥3/req metered · 100% organic