Skip to main content
Glama
Etha0916

praesentire-mcp

Server Quality Checklist

75%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation4/5

    Tools are mostly distinct: compare_languages is unique (cross-language comparison), while get_sentiment and get_sentiment_batch overlap but descriptions clarify batch is a more efficient bulk call without full article details.

    Naming Consistency4/5

    Naming follows a consistent pattern: get_sentiment and get_sentiment_batch share the get_ prefix, compare_languages uses compare_ which is fitting. Minor deviation but overall predictable.

    Tool Count4/5

    Three tools is reasonable for a focused sentiment analysis server. Each tool has a distinct role (single, batch, compare) without being overly minimal.

    Completeness4/5

    Covers key operations: single sentiment, batch sentiment, and cross-language comparison. Could benefit from historical trends or time-series, but core functionality is present.

  • Average 4.4/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 2 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • This server has been verified by its author.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations, the description carries full burden. It details the return values (english/chinese aggregates and divergence) and explains the behavioral trait that large divergence often precedes mood shifts. It does not mention destructive behavior (none needed) or auth/rate limits, but is transparent about output and interpretation.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is three sentences, front-loaded with purpose. It is clear but slightly verbose in explaining divergence meaning and examples. Every sentence adds value, but could be tightened.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given no output schema, the description fully explains return values and divergence formula. It covers purpose, usage context, parameters, and behavioral insights. For a 2-parameter tool with 100% schema coverage, it leaves no gaps.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema coverage is 100%, so baseline is 3. The description adds value for ticker by listing useful examples (Taiwan-listed, US semis, ADRs), but for window_hours it largely repeats schema info (default, max, min). Overall, schema already documents parameters well.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description explicitly states the tool compares English vs Traditional Chinese news sentiment side-by-side with a divergence score, and specifies its purpose for cross-market arbitrage signal detection. It is distinct from siblings like get_sentiment (single language) and get_sentiment_batch (batch for one language).

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description explains when to use (for cross-market arbitrage) and provides context about US press leading Taiwan/Asia press, as well as interpreting divergence. It lacks explicit 'when not to use' or comparison with sibling tools, but the context is clear.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries full burden. It transparently describes the output format, sources (listing specific English and Chinese outlets), and coverage skew (US large-caps, Taiwan semis). It does not mention any destructive behavior or side effects, but as a read-only tool, this is acceptable. Lacks mention of rate limits or authentication needs.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is concise and dense, covering purpose, output, sources, and usage in a few sentences. It is front-loaded with the main action. However, the 'Useful for' list could be integrated into a more structured format.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the low complexity (2 parameters, no output schema), the description is remarkably complete. It explains the return value details, sources, and usage contexts. No output schema is needed as the description sufficiently describes the response.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Input schema coverage is 100%, so schema already documents parameters. The description adds value by clarifying ticker case-insensitivity, length limits, and coverage bias, as well as window_hours default and max. This goes beyond the schema alone.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool's purpose: get aggregated financial news sentiment for a single stock ticker. It specifies the output details (score range, confidence, article count, distribution, and latest articles) and sources. This distinguishes it from siblings like get_sentiment_batch (multiple tickers) and compare_languages (language comparison).

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description includes a 'Useful for' section with concrete scenarios: gauging market mood before a position, monitoring post-earnings sentiment, explaining price moves. This provides clear usage guidance. However, it does not explicitly state when not to use the tool or mention alternatives beyond sibling tool names.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior5/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations, description fully discloses important behaviors: each ticker counts as separate request against daily rate limit, latest_3 articles omitted per result, and suggests fallback for full data. No contradictions.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    Four sentences, front-loaded with key purpose, each sentence adds distinct value: purpose, efficiency, rate limit, data truncation. No redundancy.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given no output schema, description hints at response structure (articles omitted per result) but could explicitly state return format. Still adequately covers usage constraints and outcome.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema covers both parameters with descriptions (100% coverage). Description adds no new parameter-specific details beyond schema. Baseline 3 is appropriate as schema does the work.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    Description clearly states 'Get sentiment for multiple tickers in one call' with specific verb and resource. Distinguishes from sibling get_sentiment by emphasizing it's for multiple tickers and more efficient for watchlists.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    Explicitly says when to use: 'More efficient than calling get_sentiment N times when you have a watchlist.' Also explains billing implications and data truncation, advising to call get_sentiment for full payload.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

praesentire-mcp MCP server

Copy to your README.md:

Score Badge

praesentire-mcp MCP server

Copy to your README.md:

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Etha0916/praesentire-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server