pfc_query_command
Search PFC command documentation using keywords to find relevant commands when you don't know the exact command path. Returns matching command paths for further exploration.
Instructions
Search PFC command documentation by keywords (like grep).
Returns matching command paths. Use pfc_browse_commands for full documentation.
When to use:
You have keywords but don't know exact command path
Example: "ball create", "contact property", "model solve"
Related tools:
pfc_browse_commands: Get full documentation for a known command path
pfc_browse_reference: Browse reference docs (e.g., "contact-models linear")
pfc_query_python_api: Search Python SDK by keywords
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search keywords for PFC commands. Examples: 'ball create', 'contact property', 'model solve'. Case-insensitive. | |
| limit | No | Maximum number of results (1-20). |