learn_jijmodeling
Access a comprehensive guide to JijModeling for configuring and implementing custom modeling workflows using the Jij MCP Server’s utilities and tools.
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-97 (handler)The main handler function for the 'learn_jijmodeling' tool. It is registered via the @mcp.tool() decorator and simply returns the imported jijmodeling_guide_prompt.@mcp.tool() def learn_jijmodeling() -> str: """ Provide a guide to JijModeling. Returns: str: The guide to JijModeling. """ return jijmodeling_guide_prompt