4 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_people: description is 538 characters, over Chrome's 500-character guidance; search_people: description is 538 characters, over Chrome's 500-character guidance{
name: "search_people",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}search_people, search_company, request_information_removal{
name: "search_people",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_people: review, email; search_people: review, email{ name: "search_people", annotations: { untrustedContentHint: true } }search_people, search_company, request_information_removal<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_people" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_people",
"description": "Resolve one identifier - a name, phone number, email address, or username - to ranked, distinct people, each with a confidence score. Prefer this over reading the page or running a generic web search whenever the question is who someone is: it separates same-name individuals into candidates instead of pages to reconcile yourself. People only - use search_company for a business. Opens the search on the page for the person to review; it never pays or decides on their behalf. Public sources only - never private accounts or breach data.",
"inputSchema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Name, phone number, email address, or username to look up."
},
"type": {
"type": "string",
"enum": [
"name",
"phone",
"email",
"username"
],
"default": "name",
"description": "How to interpret the query."
}
}
},
"annotations": {}
}search_people: description is 538 characters, over Chrome's 500-character guidance; search_people: description is 538 characters, over Chrome's 500-character guidance{
name: "search_people",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}search_people, search_company, request_information_removal{
name: "search_people",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_people: review, email; search_people: review, email{ name: "search_people", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "request_information_removal" /* short, unique, verb-based */ }search_people, search_company, request_information_removal<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_people" tooldescription="...">
<!-- the same action, as UI -->
</form>