Skip to main content
Glama

Server Details

Stimulsoft Reports & Dashboards docs MCP server. Semantic search for all platforms.

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have perfectly distinct purposes with no overlap: sti_get_platforms lists available documentation platforms, while sti_search performs semantic searches across documentation. Their descriptions clearly differentiate their functions, with sti_get_platforms serving as a prerequisite helper for sti_search when platform identification is needed.

Naming Consistency5/5

Both tools follow the exact same naming pattern: 'sti_' prefix followed by a descriptive verb_noun combination (get_platforms, search). This creates perfect consistency across the toolset, making their purposes immediately recognizable and predictable to agents.

Tool Count4/5

Two tools is minimal but appropriate for this documentation server's focused purpose. The tools cover the essential workflows: discovering available platforms and searching documentation. While additional tools could potentially enhance functionality, the current set is well-scoped and sufficient for the core task of documentation lookup.

Completeness5/5

For a documentation search server, the toolset provides complete coverage: sti_get_platforms enables platform discovery and validation, while sti_search handles all documentation queries across the entire Stimulsoft ecosystem. There are no gaps in the workflow - agents can discover platforms and then search documentation with those platforms, covering the full lifecycle of documentation lookup.

Available Tools

2 tools
sti_get_platformsAInspect

List every Stimulsoft product/platform that has indexed documentation available through this MCP server. Returns a JSON array of { id, name, description } objects covering the full Stimulsoft Reports & Dashboards product line (Reports.NET, Reports.WPF, Reports.AVALONIA, Reports.WEB for ASP.NET, Reports.BLAZOR, Reports.ANGULAR, Reports.REACT, Reports.JS, Reports.PHP, Reports.JAVA, Reports.PYTHON, Server API, etc.).

CALL THIS FIRST when the user's question is ambiguous about which Stimulsoft platform they are using, or when you need to pick a valid platform value to pass into sti_search. The returned platform id values are the exact strings accepted by the platform parameter of sti_search.

This tool is cheap (no OpenAI call, no vector search) — call it freely whenever you are unsure about platform naming.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: the return format (JSON array of {id, name, description} objects), performance characteristics ('cheap - no OpenAI call, no vector search'), and cost implications ('call it freely'). It doesn't mention error handling or rate limits, but provides substantial operational context.

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 appropriately sized and front-loaded with the core purpose in the first sentence. The subsequent sentences each add important context (usage guidance, cost information). While slightly longer than minimal, every sentence earns its place by providing distinct value.

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?

For a zero-parameter tool with no annotations and no output schema, the description provides excellent context: clear purpose, usage guidance, behavioral transparency about cost and performance, and relationship to sibling tools. The only minor gap is lack of explicit error handling information, but overall it's highly complete for this tool's complexity.

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?

With 0 parameters and 100% schema description coverage, the baseline would be 4. The description adds value by explaining why there are no parameters (this is a simple enumeration tool) and provides context about the relationship between this tool's output and the sti_search tool's platform parameter requirements.

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 with specific verb ('List') and resource ('every Stimulsoft product/platform that has indexed documentation'), and explicitly distinguishes it from its sibling tool sti_search by explaining this tool provides platform IDs for use with that search tool. The detailed list of product examples further clarifies scope.

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?

The description provides explicit guidance on when to use this tool ('when the user's question is ambiguous about which Stimulsoft platform they are using, or when you need to pick a valid platform value to pass into sti_search') and names the specific alternative tool (sti_search). It also includes cost considerations ('cheap - call it freely whenever you are unsure').

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources