my quant doesn’t speak english — editorial discovery
Server Details
Read-only discovery for a finite market briefing with explicit evidence boundaries.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- beepboop2025/myquantdoesntspeakenglish
- GitHub Stars
- 0
- Server Listing
- myquantdoesntspeakenglish
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.7/5 across 2 of 2 tools scored.
get_health and list_capabilities serve clearly distinct purposes: one is an operational heartbeat, the other enumerates capabilities and boundaries. There is no meaningful overlap or risk of selecting the wrong tool.
Both tool names follow the same verb_noun snake_case pattern (get_health, list_capabilities), creating a predictable and consistent naming convention.
Two tools is borderline and feels thin for a server whose name implies editorial discovery. However, the tools are coherent as lightweight health/capability introspection endpoints, so the count is not unreasonable.
The server references briefing, evidence-network, app-feed, and interpretation boundaries, but exposes no actual tools to access or act on those resources. For an editorial-discovery server, the lack of any discovery or content-access operation is a severe completeness gap.
Available Tools
2 toolsget_healthCheck the My Quant public surfacesARead-onlyIdempotentInspect
Return a non-sensitive API and MCP compatibility heartbeat without reading or changing user state.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry the heavy lifting with readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=false. The description adds genuine value beyond these by disclosing that no user state is read or changed and that the heartbeat is non-sensitive, which reinforces the privacy/safety profile. This is useful, non-redundant behavioral context.
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?
A single, tightly packed sentence with zero filler. The safest and most distinctive trait ('non-sensitive', no state access) is front-loaded, and every clause earns its place.
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?
For a parameterless, annotation-rich health-check tool, the description is complete: an agent knows it is a safe, state-independent compatibility probe. No output schema exists, but the return value of a heartbeat check is self-evident, so nothing critical is missing.
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?
With zero parameters and 100% schema coverage, there is nothing for the description to document. This is the baseline-4 case for a parameterless tool, and no additional param meaning is needed.
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 verb 'Return' plus the resource 'API and MCP compatibility heartbeat' gives a specific, actionable purpose, and 'without reading or changing user state' scopes it further. It is distinguishable from the sibling list_capabilities by intent, though it doesn't name the sibling. The term 'heartbeat' is slightly abstract but well qualified by 'non-sensitive' and 'compatibility.'
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 conveys context — a safe, non-sensitive health check — that implies when to call it, but it provides no explicit when-to-use guidance, exclusions, or mention of the sibling list_capabilities as an alternative. The usage context is inferred rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_capabilitiesDiscover the My Quant editorial productARead-onlyIdempotentInspect
List the current briefing, evidence-network, app-feed, API, MCP, and interpretation boundaries.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description is consistent with those annotations, adding that the tool enumerates boundaries across six specific domains. It doesn't reveal the response structure or behavior beyond the listing, but for a pure read-only listing tool, this is adequate.
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?
A single, front-loaded sentence with the verb 'List' leading the description. The comma-separated enumeration of domains is compact, though the sentence is slightly dense to parse. Every word earns its place.
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?
For a zero-parameter, read-only discovery tool, the description covers what the tool lists and its scope. However, the term 'boundaries' is never defined, and with no output schema provided, an agent must infer what a boundary looks like until runtime. It is adequate but leaves a notable gap.
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 tool has zero parameters, and schema coverage is 100% (vacuously). Per the rubric, 0 params earns a baseline of 4, and there is nothing for the description to compensate for regarding parameter meaning. The description's silence on parameters 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 and resource: 'List the current briefing, evidence-network, app-feed, API, MCP, and interpretation boundaries.' This clearly communicates a discovery/listing tool for product capabilities. However, 'boundaries' is slightly ambiguous without domain context, preventing a higher score.
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?
Usage is implied by the name and description — an agent would call this to understand the editorial product's scope before acting. However, there's no explicit guidance on when to use this over the sibling tool `get_health`, nor any exclusions mentioned. The context is absent rather than wrong.
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
- AlicenseBqualityBmaintenanceProvides a read-only MCP interface to query and retrieve verifiable evidence from a local memory bank, supporting search, dossier, chronology, source, and evidence tools.6BSD Zero Clause
- AlicenseNot gradedqualityAmaintenanceProvides read-only MCP tools for market snapshots, position risk, order reconciliation, and daily report previews with deterministic financial calculations, evidence chains, and audit trails.MIT
- AlicenseNot gradedqualityAmaintenanceProvides a local-first, evidence-backed ledger for physical property, enabling agents to search inventory, prepare capture reviews, and inspect proposals through MCP. Enforces strict boundaries: scoped reads by default, with private write access limited to preparing, not applying, mutations.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to query persistent, build-scoped evidence memory for reverse engineering, combining static analysis, runtime captures, and claims with honest uncertainty. Provides read-only access to an evidence graph and MCP prompts for structured investigations.01Apache 2.0
Your Connectors
Sign in to create a connector for this server.