You're viewing a demo portfolio

Join the waitlist
PRSM

nonprofit_search_name

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Fuzzy-search tax-exempt organizations by name, optionally filtered to a US state. Tolerant of word reordering and minor spelling differences. Returns ranked matches with EIN, location, and IRC subsection. Use the returned EIN with nonprofit_details or nonprofit_lookup_ein.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Organization name or partial name to search for."
    },
    "limit": {
      "type": "number",
      "description": "Max matches to return (default 10, max 50)."
    },
    "state": {
      "type": "string",
      "description": "Optional 2-letter US state/territory code to narrow results, e.g. \"NY\", \"TX\", \"CA\"."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →