Skip to main content
Glama

SYMBaiEX Evidence MCP

evidence_entitlements

Read-onlyIdempotent

Read effective free-beta product access for the authenticated owner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

The annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is fully covered without the description. The description does add one piece of context beyond the annotations: the result is 'effective' access (resolved/computed rather than raw configuration) and is implicitly scoped to the calling identity, which explains why no parameters exist. It says nothing about caching, freshness, or what the entitlement set looks like.

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?

A single front-loaded sentence with no filler or redundancy. Every word carries information and nothing is buried.

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

Completeness3/5

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

Complexity is low, annotations are rich, and there are no parameters, so the description covers the essential minimum. The notable remaining gap is the return shape: with no output schema, an agent cannot tell whether the response is a boolean, a feature list, or a per-product access map, and the description does not say.

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 takes zero parameters, which is the baseline-4 case; there is nothing for the description to disambiguate. The phrase 'for the authenticated owner' usefully confirms that the subject is derived from the caller's credentials rather than supplied by the caller.

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

Purpose4/5

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

States a specific verb ('Read') and a specific resource ('effective free-beta product access') scoped to the authenticated owner, which is more informative than a tautology. It does not, however, distinguish itself from similarly themed siblings such as evidence_products, evidence_quota, or evidence_usage, so an agent must guess at the boundary.

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

Usage Guidelines2/5

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

The description gives no when-to-use guidance, no prerequisites, and no pointer to an alternative tool. An agent knows what the tool reads but not the situation that should trigger it instead of evidence_products or evidence_quota.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources