Clerk
Server Details
Access Clerk authentication docs, SDK snippets, and quickstart guides
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.4/5 across 2 of 2 tools scored. Lowest: 2.8/5.
The two tools are clearly distinct: one retrieves a specific snippet by name, the other lists snippets with optional filtering. Both are about snippets, but their purposes are unambiguous.
Both names include 'clerk_sdk' and one uses the 'list_' verb, but the other lacks an explicit verb ('clerk_sdk_snippet'). This is a minor inconsistency, as the pattern is otherwise predictable.
With just two tools, the server feels minimal but still covers the core snippet retrieval and discovery needs. It is borderline but not extremely thin.
The surface covers listing and getting snippets, which covers the basic lifecycle for a snippet library. A search-by-content tool might be a nice addition, but it's not a critical gap.
Available Tools
2 toolsclerk_sdk_snippetClerk SDK snippetCInspect
Get Clerk SDK code snippets and patterns.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | SDK snippet slug (e.g. "use-user", "use-auth") OR bundle name (e.g. "b2b-saas", "organizations"). | b2b-saas |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for disclosing behavior. It only says 'Get', which implies a read-only operation, but it does not describe output format, error conditions, or whether the result is a single snippet or a bundle of patterns. The behavior remains largely opaque.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence, making it concise and front-loaded. However, it is under-specified to the point of being generic; while no words are wasted, the sentence does not earn its place because it omits critical differentiation and usage details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations, output schema, and the simplicity of the schema, the description should compensate but does not. The description fails to explain what the tool returns, how the slug parameter works, or how it differs from listing snippets, leaving the context incomplete for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides 100% coverage with a detailed description of the 'slug' parameter, including examples of both snippet slugs and bundle names. The tool description adds no additional parameter meaning, so the score stays at the baseline of 3 given the high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb ('Get') and resource ('Clerk SDK code snippets and patterns'), making the core purpose understandable. However, it does not differentiate from the sibling tool 'list_clerk_sdk_snippets' by specifying that this tool retrieves a specific snippet by slug rather than listing all snippets.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus the sibling list tool. The description gives no context about selecting a slug easily or when to use a snippet versus a bundle name. The lack of any usage instructions leaves the agent without direction for tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_clerk_sdk_snippetsList Clerk SDK snippetsAInspect
List all available Clerk SDK snippets and bundles. Filter by tag to find specific functionality.
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter snippets by tag (e.g. "auth", "organizations", "b2b", "billing") |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It states that it lists all snippets/bundles and supports filtering by tag, which is useful, but it does not mention pagination, response format, or whether the filter performs exact or partial matching. For a read-only list operation, this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: two short sentences that convey the core function and the filter capability. It is front-loaded with the main action and includes no filler or repetition, earning the maximum score.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (one optional parameter, no output schema) and the clear listing semantics, the description covers the essential aspects: what it lists (snippets and bundles) and how to narrow results. It does not mention alternative siblings or return details, but these are not critical for a list tool. Slight gap in not distinguishing from the singular sibling prevents a 5.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 100% coverage for the single parameter 'tag' and already includes examples. The description reinforces the schema by stating 'Filter by tag to find specific functionality' but adds no new syntax or semantic details beyond what the schema provides. Thus, baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and clearly identifies the resource ('all available Clerk SDK snippets and bundles'). It also distinguishes from the sibling tool 'clerk_sdk_snippet' by emphasizing the plural/listing nature and the 'bundles' scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use this tool: when you need to list all snippets and optionally filter by tag. It does not explicitly mention when not to use it or name the sibling as an alternative, so it lacks a 5-level exclusion, but the 'Filter by tag' guidance gives solid usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides access to Better Auth framework documentation, authentication provider configurations, database adapter setup, and generates production-ready authentication configs for modern web frameworks.62
- AlicenseBquality-maintenanceProvides AI agents with access to Statly SDK and API documentation, enabling search across docs, retrieval of language-specific SDK references, code examples, and REST API information.4
- FlicenseAqualityDmaintenanceProvides access to 600+ documentation libraries from DevDocs.io including Python, JavaScript, React, Django, and more. Enables searching, browsing, and retrieving documentation content directly through Claude Desktop.53
- AlicenseAqualityDmaintenanceEnables interaction with AIApp BaaS authentication system through keyword-based document search and automatic generation of framework-specific client code. Supports React, Next.js, Vue, and Vanilla JS with TypeScript integration and automatic project ID injection.354MIT