pfc_query_command
Find PFC command paths by searching with keywords. Use when you know terms but not exact command names.
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). | |
| version | No | PFC documentation version to search. Defaults to 7.0. | 7.0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||