Humantic AI MCP / Tools / humantic_pi_profile_flag_v1
Personality Profiling Pi

humantic_pi_profile_flag_v1

Feedback: right/wrong person, accuracy, usefulness.

At a glance

Key inputs

identifier + iscorrect / isaccurate / isuseful (+ correctid, flag_reason).

Upstream API

POST /v1/user-profile/update

Example ask
That profile resolved to the wrong Sarah Chen — the correct one is linkedin.com/in/sarah-chen-ops.
Example tool call
humantic_pi_profile_flag_v1({
  "linkedin_url": "https://linkedin.com/in/sarah-chen-vp",
  "iscorrect": false,
  "correctid": "https://linkedin.com/in/sarah-chen-ops"
})
Example output
{
  "status": "200",
  "message": "Analysis already exists.",
  "results": {
    "username": "https://linkedin.com/in/sarah-chen-vp",
    "userid": "a91c4e7d2f03b8e6c512"
  },
  "metadata": { "first_created_at": "2026-08-14T10:49:53Z", "last_modified_at": "2026-08-21T09:02:11Z" },
  "_status": "ready",
  "_trace_id": "7ec062115698e314"
}
Good to know. Flagging improves match quality across the platform. Use it for wrong-person, inaccurate reads, or usefulness signals.