監査調書編纂 jpcite call sequence (公認会計士)¶
Cost: ¥42 (14 billable units, ¥3/req) · Duration: 90s · Parallel-safe: True · Disclaimer: §47条の2 (公認会計士法) — 監査意見表明は会計士の独占業務。本レシピは調書補助のみ。
Preconditions¶
audit_firm_idclient_idhoujin_bangouaudit_period (YYYY or YYYY-Q1..Q4)
Steps¶
- deep_health_am — snapshot pin
- enum_values_am — vocab
- search_tax_incentives — 適用候補
- get_am_tax_rule — rule 詳細
- evaluate_tax_applicability — profile x rule
- track_amendment_lineage_am — 期間中 改正
- cross_check_jurisdiction — 整合性
- check_enforcement_am — 履歴
- match_due_diligence_questions — DD 質問 deck
- get_provenance — 出典
- check_exclusions — 排他
- compose_audit_workpaper — 調書 PDF
- dispatch_audit_seal_webhook — audit_seal 配信
- jpcite_route — outcome route
Output artifact¶
- Type:
audit_workpaper_pdf - Format: JSON (mirrored to PDF on
artifact_packpackage_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_audit_workpaper_compile"},
).raise_for_status().json()
# returns recommended_tool, outcome_contract_id, deliverable_slug,
# estimated_price_jpy, execute_input_hash, next_action
Related¶
Operator: Bookyou株式会社 (T8010001213708) · Brand: jpcite · NO LLM inside · ¥3/req metered · 100% organic