Skip to main content
Glama

Sarmad Academy, Products and Guides

Server Details

Read-only Persian courses, EEG/QEEG guides, articles and live product prices with source links.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.6/5.0
Disambiguation5/5

Each tool has a clear, non-overlapping purpose: search for finding items, fetch for retrieving full content, and get_price for obtaining pricing. No ambiguity exists.

Naming Consistency5/5

All three tool names are lowercase single verbs (fetch, get_price, search), consistently following a simple, predictable pattern.

Tool Count5/5

Three tools is well-suited for the scope of searching, fetching, and price lookup. Not excessive or insufficient.

Completeness4/5

The set covers the essential read/search operations for the domain, but lacks write or update capabilities. However, given the described public-information focus, this is a minor gap.

Available Tools

3 tools
fetchRead a public Sarmad sourceA
Read-onlyIdempotent
Inspect

Retrieve the complete public Markdown for a stable id returned by search. Includes the source URL, canonical URL, language, and known update date. Never retrieves arbitrary URLs or private content.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
urlYes
textYes
titleYes
metadataYes

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations (read-only, idempotent), the description discloses the return format (Markdown), included fields (source URL, canonical URL, language, update date), and constraints (no private content). This gives a full behavioral picture.

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 two sentences: the first states the core action, the second details return content and boundaries. It is concise, front-loaded, and free of fluff.

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 simple single-parameter retrieval tool, the description covers what it returns, where the id comes from, and what it deliberately avoids. No critical information for correct usage is missing.

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

Parameters5/5

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

The schema only defines id as a string with length limits, but the description clarifies that id is the stable id returned by search, giving it meaningful context. This fully compensates for the lack of parameter description in the schema.

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 action (retrieve), the object (complete public Markdown), and the scope (stable id returned by search). It also differentiates from siblings by noting it never retrieves arbitrary URLs or private content.

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?

It implies when to use this tool (after search) and explicitly states boundaries (never arbitrary URLs or private content), but doesn't directly compare to get_price or search. The workflow is clear but not fully explicit.

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

get_priceRead a current published product priceA
Read-onlyIdempotent
Inspect

Get price and stock from the published shop record using a product id returned by search. amount is Iranian rial (IRR); displayAmount is toman (1 toman = 10 rial). Null means request a quote, never free. Course prices are not available.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
urlYes
priceYes
titleYes
checkedAtYes

TDQS

A5/5.0
Behavior5/5

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

Beyond the readOnly hint, the description adds important behavioral details: it returns both price and stock, clarifies the currency units (rial vs. toman), and explains the meaning of null (quote, not free). These disclosures exceed the annotations' basic safety flags and prevent misinterpretation of the response.

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 compact and well-structured, with no redundant phrases. It efficiently conveys purpose, input source, currency details, null semantics, and a limitation in a few sentences. Every sentence adds value.

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 that the output schema is not provided, the description compensates by fully describing the return data (price and stock), the units, the null behavior, and the unavailable course prices. It also links the input to the sibling search tool. This covers all necessary context for an agent to use the tool correctly.

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

Parameters5/5

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

The sole parameter `id` is given meaningful context: it is a product id specifically returned by search. This clarifies the expected value and its origin, which is more informative than the schema's simple string type and length constraints.

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 function: 'Get price and stock from the published shop record using a product id returned by search.' It names the resource (published shop record), the specific data retrieved (price and stock), and the required input (product id), leaving no ambiguity about the tool's purpose.

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 explicitly indicates when to use this tool: after obtaining a product id from search ('using a product id returned by search'), and when not to use it: for courses ('Course prices are not available'). This gives clear guidance on the tool's place in the workflow relative to its siblings.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedfetch
    • First observedget_price
    • First observedsearch

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources