Skip to main content
Glama
Materioa

Materio MCP Server

Official
by Materioa

Search Materio Resources

get_resource
Read-onlyIdempotent

Search over Materio educational PDFs using keywords for semester, subject, category, or topic to get direct CDN links.

Instructions

Search across all Materio educational PDFs by keyword.

Searches through semester numbers, subject names, category types (Chapters, Assignments, Question Banks, etc.), and topic names to find matching resources.

Args:

  • query (string): Search keywords to match, e.g. "operating system deadlocks", "maths laplace", "java inheritance", "question bank", "semester 4". Multiple words narrow the search.

  • limit (number, optional): Maximum number of results to return (default: 20, max: 50).

Returns: A list of matching resources with semester, subject, category, topic name, and the CDN URL for each PDF.

Examples:

  • "Find notes on deadlocks" → params: { query: "deadlocks" }

  • "Question banks for semester 4" → params: { query: "question bank semester 4" }

  • "Java chapters" → params: { query: "java chapters" }

  • "DBMS SQL" → params: { query: "dbms sql" }

  • "Maths Laplace Transform" → params: { query: "laplace transform" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 20)
queryYesSearch keywords to match against subjects, topics, and categories
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint as false. The description adds that it searches PDFs, which is consistent but does not reveal additional behavioral traits beyond the annotations. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is well-structured with a clear intro, Args/Returns sections, and examples. It is somewhat lengthy but every sentence adds value, and the key purpose is front-loaded. Minor redundancy in the Args section (repeats schema).

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 search tool with no output schema, the description explicitly states the return format (list with semester, subject, category, topic name, CDN URL). Examples cover various use cases. No missing information for an agent to invoke the tool correctly.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the scope of search (fields), providing usage examples, and clarifying that multiple words narrow results. This goes beyond the schema's basic descriptions.

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 it searches across all Materio educational PDFs by keyword, specifying what it searches (semester numbers, subject names, categories, topics). This distinguishes it from siblings like 'list_resources' (listing without search) and 'fetch_pdf' (direct file retrieval).

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

Usage Guidelines3/5

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

The description implies usage via examples but does not explicitly state when to use or avoid this tool compared to siblings. No alternatives are mentioned, and it lacks exclusions or conditions for use.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Materioa/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server