ping
Confirm the Nordic MCP server process is responding. Use at the start of a session to verify server reachability before other calls.
Instructions
Connectivity check that confirms the Nordic MCP server process is responding.
Use this at the start of a session to verify the server is reachable before making other calls. Do not use as a proxy for database health — the server can respond while the Qdrant vector database is temporarily unavailable. To confirm data availability, call search_filings directly.
Returns: A greeting string: "Hello {name}! Nordic MCP server is running."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Arbitrary label included in the response, e.g. 'healthcheck' or 'agent-1' | world |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |