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.
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.
Tool Definition Quality
Average 3.9/5 across 2 of 2 tools scored.
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.
Both tool names follow the same verb_noun pattern: get_document and search_school. The naming is concise, predictable, and consistent in style.
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.
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 toolsget_documentFetch a Tesoro High School documentARead-onlyIdempotentInspect
Fetch one Tesoro document by id. Unknown id is a typed miss with no document fields.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Tool Definition Quality
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.
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.
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.
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.
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.
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 documentsARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceProvides full-text search and context retrieval from university course materials (PDF, PPTX, DOCX) offline after indexing.
- AlicenseAqualityDmaintenanceSearch and fetch MCP protocol documentation using BM25 search with weighted scoring and stemming.2332MIT
- FlicenseNot gradedqualityCmaintenanceEnables searching and retrieving pages from the Suitest documentation via full-text search without live network calls.
- AlicenseNot gradedqualityDmaintenanceAccess any documentation indexed by RagRabbit Open Source AI site search12135MIT