search_entities
ActiveTool of Permid
declared in 0.1.0
Search PermID for organizations, people, instruments, or quotes by name. Returns PermID, primary type, name, and a brief context. Use get_entity with the PermID for the full linked-data record.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Apple Inc"
},
{
"limit": 10,
"query": "Tesla",
"entity_type": "organization"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "1-100 (default 20)"
},
"query": {
"type": "string",
"description": "Free-text search term"
},
"entity_type": {
"enum": [
"organization",
"person",
"instrument",
"quote",
"all"
],
"type": "string",
"description": "Restrict by type"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Permid
https://github.com/pipeworx-io/mcp-permid
1/7 registries