Platform
Data source: Internal
REST Bridge Endpoint
https://context.gnist.ai/rest/hello/
AuthenticationAll requests require a Gnist-API-Key header (or api_key query parameter).
Free tier: 100 calls/day. Get your API key.
Tools (2)
say_helloSay hello. Open endpoint — no authentication required. Use to verify MCP connectivity.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | required |
Request Body
{
"name": "example"
}report_feedbackReport a bug, feature request, or general feedback for this data source.
Use this when something doesn't work as expected, when you'd like
a new feature, or when you have suggestions for improvement.
Args:
feedback: Describe the issue or suggestion.
feedback_type: One of 'bug', 'feature_request', or 'general'.
| Parameter | Type | Required | Description |
|---|---|---|---|
feedback | string | required | |
feedback_type | string | optional | (default: "general") |
Request Body
{
"feedback": "example"
}Quick Start
Shell
curl -X POST "https://context.gnist.ai/rest/hello/say_hello" \
-H "Content-Type: application/json" \
-H "Gnist-API-Key: YOUR_API_KEY" \
-d '{"name": "example"}'
Python
import httpx
resp = httpx.post(
"https://context.gnist.ai/rest/hello/say_hello",
headers={"Gnist-API-Key": "YOUR_API_KEY"},
json={
"name": "example"
},
)
print(resp.json())
Related Toolkits (Platform)
Compose
Create and manage toolbelts — curated subsets of tools served as single MCP endpoints.
Resolver
Cross-server entity resolution — resolve names to canonical identifiers across all data servers.
Handshake
Connection test and capability negotiation for MCP clients.
Webhook Subscriptions
Manage webhook subscriptions for push-based data delivery — subscribe to entity changes, list subscriptions, and track d