pfc_query_python_api
Search PFC Python SDK documentation by keywords to find API paths and signatures when you don't know exact function names.
Instructions
Search PFC Python SDK documentation by keywords (like grep).
Returns matching API paths with signatures. Use pfc_browse_python_api for full documentation.
When to use:
You have keywords but don't know exact API path
Example: "ball velocity", "create", "contact force"
Related tools:
pfc_browse_python_api: Get full documentation for a known API path
pfc_query_command: Search PFC commands by keywords
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search keywords for PFC Python SDK API. Examples: 'ball pos', 'contact force', 'model solve'. Case-insensitive. | |
| limit | No | Maximum number of results (1-20). |