EntangleEQ
E
EntangleEQ
/assess_readiness

assess readiness

Use this when a user wants a first-pass readiness check for French/EU pay transparency obligations before requesting an EntangleEQ demo. country and headcount a

liveunknown~5s typical
mcpentangleeq
$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-com-entangleeq-pay-transparency /assess_readiness for me.

Input

FieldTypeDescription
country*stringCompany country, for example France. Required.
headcount*integerApproximate employee count (positive whole number). Required.
hasPayrollExportbooleanWhether payroll export or DSN data is available.
hasJobFamiliesbooleanWhether equivalent-value job families/categories are mapped.
hasPromotionDatabooleanWhether promotion data is available.
hasCseReportingbooleanWhether CSE/NAO reporting evidence is already assembled.

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-com-entangleeq-pay-transparency","endpoint":"/assess_readiness","input":{"country":"...","headcount":1}}'
cli
npx cracked-ai run -p mcp-com-entangleeq-pay-transparency -e /assess_readiness -i '{"country":"...","headcount":1}'
mcp
run_tool({ provider: "mcp-com-entangleeq-pay-transparency", endpoint: "/assess_readiness", input: {"country":"...","headcount":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.