Skip to main content
Glama

Unofficial Tesoro High School MCP

Server Details

Read-only search over Tesoro High School's public documents. Unofficial, unaffiliated.

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

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves a specific document by id, the other searches across documents. There is no overlap, so an agent will never struggle to choose between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern: get_document and search_school. The naming is concise, predictable, and consistent in style.

Tool Count4/5

Two tools is slightly small for a typical MCP server, but in this context it's a focused set: one for discovery and one for retrieval. The minimal count is justifiable given the narrow document-access purpose.

Completeness4/5

For a public document retrieval server, search plus fetch-by-id covers the core workflow and has no obvious dead ends. A handful of minor enhancements, such as listing all documents or getting metadata, would round out the surface, but the current set is functional.

Available Tools

2 tools
get_documentFetch a Tesoro High School documentA
Read-onlyIdempotent
Inspect

Fetch one Tesoro document by id. Unknown id is a typed miss with no document fields.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
Behavior4/5

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

Annotations already communicate readOnly, idempotent, and non-destructive behavior. The description adds useful unknown-id behavior ('typed miss with no document fields'), which helps the agent avoid fabricating results for missing documents.

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?

Two short, front-loaded sentences. The action, resource, parameter role, and edge-case behavior are all present with zero filler. Every sentence earns its place.

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 simple one-parameter, read-only fetch, the description combined with annotations covers the core semantics and the not-found path. It is not a perfect 5 because this does not mention search_school as a fallback when the id is unknown and gives no indication of the return shape.

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 description coverage is 0%, so the description must compensate. The phrase 'by id' clarifies that the string parameter is the document identifier, but it does not explain where valid ids come from or what format they follow. This is adequate but leaves meaningful gaps.

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 states 'Fetch one Tesoro document by id', combining a specific verb, a clear resource, and the key selector (id). This clearly communicates a single-document lookup and distinguishes it from a search-style tool purely by semantics.

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 explicit guidance about when to choose get_document vs search_school. It implies exact-id lookup but does not say 'use search_school when you lack an id' or provide any exclusion conditions.

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

search_schoolSearch Tesoro High School documentsA
Read-onlyIdempotent
Inspect

Search Tesoro public documents. Pass the parent's question verbatim; stopword removal, ranking and typo correction happen server-side. Returns snippets with provenance; an empty array means no source matched.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
Behavior4/5

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

Annotations already mark this read-only, idempotent, and non-destructive. The description adds valuable behavioral detail beyond those: it explains server-side processing and returns snippets with provenance, and defines the empty-array result, which is useful for interpreting outcomes.

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?

Three concise, purposeful sentences, each adding distinct value: the scope, the input guidance, and the output semantics. There is no filler or 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 there is no output schema, the description adequately explains the return value and its interpretation. The main gap is the undocumented limit parameter and the lack of explicit guidance about when get_document should be used instead, but the core invocation is well covered.

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?

The description adds strong meaning for the required work parameter: it should receive the parent's question verbatim and will be processed server-side. However, the optional work parameter is never explained, and with 0% schema description coverage, the description does not fully compensate for the omitted semantics of 'limit'.

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?

The description clearly states the tool 'searches Tesoro public documents', giving a specific verb and resource. It does not explicitly contrast with the sibling tool get_document, so it misses the top score, but the intent is unmistakable.

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 instruction to 'pass the parent's question verbatim' is a direct, actionable usage guideline, and clarifying that stopword removal, ranking, and typo correction happen server-side tells the agent not to preprocess the query. It does not explicitly mention when to prefer this over get_document, 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.

Discussions

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

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources