You're viewing a demo portfolio

Join the waitlist
PRSM

search_entities

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Permid

https://github.com/pipeworx-io/mcp-permid

1/7 registries
View full server →
search_entities — Permid — PRSM MCP