MCP tool · People
get_person
One person in full: work history, emails, ownership stakes and statements.
Read only
When to use
Use it once you have a person's reference. It makes up to three API calls and combines them, so one tool call answers who someone is, where they've worked and what's been said about them.
Call search_people first to get the reference this tool needs.
Parameters
referenceuuid·bodyrequired- The person's reference UUID.
Example
Ask your assistant something like this, and it makes the call below. The result is shown as the JSON the tool returns, which reaches the assistant as a text content item.
What has been said about Elena Marchetti since she joined Halberd?Example records are invented.
Errors
These come back as a tool result with isError: true, so the assistant can read the reason and try again.
Not found.No person has that reference.ownerships_note: Ownerships unavailable (…)Your plan excludes ownership data. The rest of the profile still returns.
Built on
The tool calls these endpoints with your own token. Use the API directly to get the same data into your own systems.
- GET
/v1/profiles/{profileReference} - GET
/v1/profiles/{profileReference}/ownership - GET
/v1/profiles/{profileReference}/articles
Related
- ConceptPeopleA profile is one person: who they are, where they've worked, and what they hold.
- ConceptStatementsAnnotated passages on source articles: what a person said, and what others said about them.
- MCP tool · Peoplesearch_peopleFind people by name, optionally narrowed to one organisation or a profile type.
- MCP tool · Companiesget_company_peopleThe people who work, or have worked, at an organisation.