TheDocumentation Index
Fetch the complete documentation index at: https://hypha-docs.plinqx.app/llms.txt
Use this file to discover all available pages before exploring further.
tools/list endpoint returns all tools available to the authenticated API key’s Collections.
Endpoint
Authentication
Bearer token with your Plinqx API key. Format:
Bearer plinqx_xxxxxxxxxxxxxxxxxxxxYour Plinqx API key
Request Example
Response
Array of tool definitions available to the API key.
Tool Object
Tool identifier (e.g.,
sf_query, custom__get_weather)Human-readable description of what the tool does
JSON Schema defining the tool’s input parameters
Response Example
Tool Filtering
Tools are filtered based on:- Collection Access: Only tools in API key’s Collections are returned
- Store Exposure: Tools must be exposed to the requesting store (if store context is provided)
- Tool Status: Only published/enabled tools are returned
Response Headers
Maximum requests per time window
Remaining requests in current window
Unix timestamp when rate limit resets
Error Responses
401 Unauthorized
403 Forbidden
Next Steps
Call Tools
Learn how to execute tools
Create API Keys
Generate API keys for your clients