Skip to main content
Glama

Stimulsoft Documentation MCP Server

Ownership verified

Server Details

Official MCP server providing AI assistants with direct access to Stimulsoft Reports & Dashboards developer documentation. Enables semantic search across FAQ, Programming Manual, Server Manual, User Manual, and Server/Cloud API references across all Stimulsoft platforms (.NET, WPF, Avalonia, WEB, Blazor, Angular, React, JS, PHP, Java, Python).

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.8/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have perfectly distinct purposes: sti_get_platforms lists available documentation platforms, while sti_search performs semantic search across documentation. There is zero overlap in functionality, and the descriptions clearly differentiate their roles (metadata retrieval vs. content search).

Naming Consistency5/5

Both tools follow an identical sti_verb_noun naming pattern with consistent snake_case formatting. The prefix 'sti_' clearly identifies the Stimulsoft domain, and the verbs 'get' and 'search' accurately describe their actions, creating a predictable and coherent naming convention.

Tool Count3/5

With only two tools, the server feels minimal for a documentation search domain. While the tools cover the essential operations (list platforms and search content), the surface is thin compared to typical documentation servers that might include additional tools like get_document, list_categories, or search_history. However, the two tools do enable core functionality.

Completeness4/5

For a documentation search server, the toolset covers the fundamental workflow: discover available platforms and search content. The main gap is the lack of a direct document retrieval tool (e.g., get_document_by_id), but the search tool returns full content, mitigating this. The descriptions also provide excellent guidance on when to use each tool, reducing workflow dead ends.

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 the full burden of behavioral disclosure. It effectively describes the return format ('JSON array of { id, name, description } objects'), explains the relationship to sti_search ('returned platform `id` values are the exact strings accepted by the `platform` parameter of `sti_search`'), and provides performance/cost context ('cheap (no OpenAI call, no vector search)'). It doesn't mention error conditions or rate limits, but provides substantial 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.

Conciseness5/5

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

The description is efficiently structured with three focused paragraphs: (1) what the tool does and returns, (2) when to use it and its relationship to sti_search, (3) performance characteristics and usage encouragement. Every sentence adds value with zero redundancy or filler content.

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?

For a zero-parameter tool with no annotations and no output schema, the description provides comprehensive context: clear purpose, explicit usage guidelines, detailed behavioral information including return format and tool relationships, and performance characteristics. It fully compensates for the lack of structured metadata.

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?

The tool has 0 parameters with 100% schema description coverage. The description appropriately doesn't waste space discussing non-existent parameters. It does mention the relationship between this tool's output and sti_search's parameters, which adds valuable semantic context about how the tools interact.

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 'List every Stimulsoft product/platform that has indexed documentation available through this MCP server' - a specific verb (List) + resource (Stimulsoft product/platform) combination. It distinguishes from the sibling tool sti_search by explaining this tool provides platform metadata while sti_search performs searches within those platforms.

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: '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`.' It also mentions an alternative (sti_search) and includes cost considerations ('This tool is 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