Get server info and connection status
easybill_get_server_infoCheck Easybill MCP server config and verify API credentials. Use when write tools are missing, auth errors occur, or rate limits hit to reveal current mode and limits.
Instructions
Report this MCP server's configuration and verify the easybill API credentials work.
Call this when a write tool appears to be missing, when you get authentication errors, or when you hit rate limits — it explains the current mode and limits.
Returns: { server_version, api_base_url, writes_enabled, tools_registered, rate_limit_per_minute, character_limit, connection } where 'connection' reports whether a live test call to easybill succeeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_connection | No | Make one lightweight API call to verify the credentials. Costs one request against your rate limit. |