Server Details
Score MCP tool definitions 0-100. Checks names, schemas, annotations, and uniqueness.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
1 toolvalidate_mcp_toolsInspect
Validate MCP tool definitions for quality, completeness, and spec compliance. Checks naming conventions, descriptions, inputSchema, parameter descriptions, annotations (readOnlyHint/destructiveHint), and outputSchema. Returns a score (0-100), grade (A-F), and per-tool issue reports. Use this to audit your MCP server before shipping.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS URL that returns MCP tool definitions as JSON. The endpoint should return { "tools": [...] } or a raw array of tool objects. | |
| tools | No | Array of MCP tool definition objects. Each must have "name", "description", and "inputSchema". You can also pass the full tools/list response object: { "tools": [...] } |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!