existdb_lookup_function
Looks up eXist-db/XQuery function documentation by name, providing signature, parameters, return type, and usage notes. Accepts local, prefixed, or partial function names.
Instructions
Look up the documentation for one or more eXist-db / XQuery functions by name. Returns the full signature, parameter descriptions, return type, and usage notes. Accepts a local name (e.g. 'store'), a prefixed name (e.g. 'xmldb:store'), or a partial match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function name to look up, e.g. 'store', 'xmldb:store', or 'ft:query' | |
| namespace | No | Optional namespace URI or prefix to restrict the search, e.g. 'xmldb' or 'http://exist-db.org/xquery/xmldb' |