tally_connection_status
Verify TallyPrime is running and reachable over HTTP. Returns connection status, endpoint, version, round-trip time, and error guidance when unreachable.
Instructions
Check whether TallyPrime is running and reachable over its HTTP interface.
WHEN TO USE: as a first step when any other Tally tool fails, or to confirm setup before starting an analysis. Cheap and safe to call at any time.
ALWAYS REACHES TALLYPRIME: this is the one tool that never answers from the response cache, because a cached liveness answer would report success while TallyPrime was in fact serving nothing. So a green result here means Tally answered just now, not that it answered at some point in the last few minutes.
RETURNS: whether the connection succeeded, the endpoint tried, the version of this server, round-trip time, the wire format and character encoding TallyPrime replied with, and — on failure — a stable error code with a specific suggestion for fixing it.
Use this when the user asks which version they are running, or when helping them troubleshoot an install — the version is reported whether or not the connection works.
DOES NOT RETURN: any accounting data. It does not read ledgers, vouchers or reports, and does not tell you which company is loaded — use tally_list_companies for that.
PAGINATION: not applicable.
Read-only: nothing here can modify TallyPrime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||