C
contract-compass
/check_price_adjustment
물가변동 조정 판정
물가변동 계약금액 조정(에스컬레이션) 요건 판정 + 산식 적용 — 이행단계 Phase 3. "자재값이 올랐는데 계약금액을 올려받을 수 있나", "90일 지났나", "단품 조정 되나"에 쓰라. **이 도구는 조정률을 산정하지 못한다.** 품목조정률·지수조정률은 산출내역서
liveverifiedunknown~5s typical
mcpprobedcontract-compass
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-sallim-contract-compass /check_price_adjustment for me.
Input
| Field | Type | Description |
|---|---|---|
| org_type* | string (national | local | public_corp) | |
| contract_date* | string | |
| check_date* | string | |
| last_adjustment_date | string | |
| adjustment_rate_pct | string | |
| method_specified_in_contract | string | |
| urgent_exception | boolean | default false |
| single_item_rate_pct | string | |
| single_item_share_over_5permille | string | |
| is_construction | boolean | default false |
| adjustment_base_amount | string | |
| advance_payment_ratio | string |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-sallim-contract-compass","endpoint":"/check_price_adjustment","input":{"org_type":"national","contract_date":"...","check_date":"...","urgent_exception":false,"is_construction":false}}'cli
npx cracked-ai run -p mcp-app-sallim-contract-compass -e /check_price_adjustment -i '{"org_type":"national","contract_date":"...","check_date":"...","urgent_exception":false,"is_construction":false}'mcp
run_tool({ provider: "mcp-app-sallim-contract-compass", endpoint: "/check_price_adjustment", input: {"org_type":"national","contract_date":"...","check_date":"...","urgent_exception":false,"is_construction":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.