learn_jijmodeling
Access a guide to JijModeling for implementing mathematical optimization models with easy configuration and extensible workflows.
Instructions
Provide a guide to JijModeling.
Returns:
str: The guide to JijModeling.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- jij_mcp/mcp_setting.py:88-96 (handler)The main handler function for the 'learn_jijmodeling' tool. It is decorated with @mcp.tool() for registration and simply returns the imported jijmodeling_guide_prompt, serving as the core implementation of the tool.@mcp.tool() def learn_jijmodeling() -> str: """ Provide a guide to JijModeling. Returns: str: The guide to JijModeling. """ return jijmodeling_guide_prompt