Skip to main content

state_show

Family: State — timeline reads over project history. See State.

Show a state entry.

@mcp.tool()
def state_show(
dir: str,
entry_id: str,
) -> str

Parameters

NameTypeRequired
dirstryes
entry_idstryes

Returns str.

Call shape

Fill your values; omit optional parameters:

{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "state_show",
"arguments": {
"dir": "...",
"entry_id": "..."
}
}
}