A
API GatewayEntry point for all API requests, handling routing, authentication, and rate limiting Automated validation
Process that automatically reviews tool configurations for security, compliance, and performance requirements before enabling them in Grand Central Availability zone
Isolated location within a region for high availability
C
Circuit breakerDesign pattern that prevents cascading failures by stopping requests to failing services Connector
Pre-built integration that connects Grand Central to external systems CQRS
Command Query Responsibility Segregation - pattern separating read and write operations
D
Distributed tracingMethod for tracking requests across multiple services
E
Event sourcingPattern where state changes are stored as a sequence of events External MCP server
Third-party MCP-compatible service hosted outside Grand Central that can be accessed through Grand Central’s unified interface for consistent authentication, auditing, and rate limiting
H
Health checkEndpoint that reports the health status of a service Horizontal scaling
Adding more instances of a service to handle increased load
I
IdempotencyProperty where an operation produces the same result when executed multiple times
J
JSON-RPC 2.0Remote procedure call protocol used by MCP for communication between AI agents and Grand Central’s tool servers
L
Load balancerDistributes incoming traffic across multiple service instances
M
MCP (Model Context Protocol)Open protocol that enables AI agents to discover and invoke backend API operations as tools through standardized tool discovery and invocation endpoints Microservices
Architectural style where applications are composed of small, independent services
N
Native toolsMCP tools backed directly by Grand Central’s internal APIs, included in platform subscriptions with predictable costs and optimized performance
O
ObservabilityAbility to understand system behavior through logs, metrics, and traces
R
Rate limitingControlling the number of requests a client can make in a time period Retry logic
Automatically retrying failed operations with backoff strategies
S
Service meshInfrastructure layer that handles service-to-service communication SLO (Service Level Objective)
Target level of service reliability Subscription key
API key that authenticates requests to Grand Central’s endpoints and determines which endpoints are accessible
T
ThroughputNumber of requests processed per unit of time Tool discovery
MCP capability that allows AI agents to query available operations through the
tools/list endpoint, receiving tool names, descriptions, and parameter schemas
Tool invocationProcess of calling a specific MCP tool through the
tools/call endpoint with required parameters, returning results to the AI agent
Tool schemaJSON Schema definition describing a tool’s parameters, including required fields, data types, validation patterns, and descriptions that guide AI agents in correct usage
V
Vertical scalingIncreasing resources (CPU, memory) of existing instances