Sambodh IAS
Server Details
UPSC prep: interactive quizzes, previous-year questions, daily current affairs, cited study search
- 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 4.2/5 across 7 of 7 tools scored.
Each tool addresses a distinct task: current affairs listing vs. detail, PYQ sample, topic catalog, knowledge search, and quiz start/submit. There is no functional overlap between the tools, and descriptions make the boundaries clear.
All tool names follow a consistent verb_noun pattern using snake_case (get_, list_, search_, start_, submit_). The naming scheme is predictable and easy to infer.
With 7 tools, the set is well-scoped for an IAS preparation server. Each tool serves a clear purpose, and the count is within the ideal range for a focused domain.
The toolset covers core UPSC prep needs: current affairs, static knowledge search, PYQ sampling, and quiz practice. The only minor gap is the lack of full PYQ papers, but the sample tool intentionally points to the platform for complete sets.
Available Tools
7 toolsget_current_affairsGet UPSC current-affairs cards (NewsPulse)ARead-onlyIdempotentInspect
Daily UPSC-relevant news distilled into NewsPulse concept cards: what happened, why it matters for Prelims/Mains, and the syllabus concepts it illustrates. Use for any 'current affairs for UPSC' request.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days | |
| limit | No | ||
| topic | No | Free-text topic/syllabus filter | |
| category | No | news = factual coverage, editorial = analysis pieces | |
| gs_paper | No | Filter by GS subject: Polity, Economy, International Relations, Environment, Science & Tech, Ethics | |
| language | No | ISO code: en, hi, te, ta, or, bn, mr, pa, kn | en |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds context about the card content and its UPSC relevance, but doesn't disclose details like pagination, formatting, or rate limits. Similar to the calibration example, this adds some value but not rich behavioral context.
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?
The description is two sentences: the first states the purpose and content, the second gives usage guidance. It is front-loaded with the primary purpose and contains no redundant or filler text.
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?
There is no output schema, but the description adequately explains what the tool returns (concept cards with specific content). With strong annotations and schema coverage, this is sufficiently complete for an agent to select the tool. It does not detail response format or pagination, but that is not critical for a read-only list tool.
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 83%, with clear descriptions for five of six parameters (days, topic, category, gs_paper, language). The description itself doesn't elaborate on parameter semantics, but since the schema covers the parameters well, the baseline 3 applies.
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 a specific action ('distilled') and a specific resource ('NewsPulse concept cards'), and explains the card content. It distinguishes from sibling tools by focusing on 'current affairs for UPSC', making its purpose unambiguous.
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 includes explicit when-to-use guidance: 'Use for any current affairs for UPSC request'. However, it doesn't mention exclusions or alternatives, so a 4 is appropriate rather than a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_news_card_detailRead a full NewsPulse concept cardARead-onlyIdempotentInspect
The full concept card behind a NewsPulse headline: bullets, Prelims & Mains relevance, concept explainers with static-syllabus links, and the source citation.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Card slug from get_current_affairs | |
| language | No | ISO code: en, hi, te, ta, or, bn, mr, pa, kn | en |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds valuable context about the return content—what the concept card includes (bullets, relevance, explainers with links, citation)—which is especially useful given no output schema. No behavioral contradictions; the description is consistent with the read-only nature.
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?
The description is a single, well-structured sentence that front-loads the main purpose ('The full concept card behind a NewsPulse headline') and enumerates key contents concisely. No wasted words.
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 read tool with two parameters and no output schema, the description adequately explains what the tool returns. It covers the essential return elements and implicitly suggests a workflow (get headline then card detail). However, it lacks explicit usage guidance, preventing a perfect score.
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 100%, with both parameters described (slug as 'Card slug from get_current_affairs' and language as ISO codes). The tool description itself does not add any extra parameter semantics beyond the schema, so the baseline score of 3 is appropriate.
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 title 'Read a full NewsPulse concept card' and description specify the exact resource (a NewsPulse concept card) and its contents (bullets, relevance, explainers, source citation). This clearly distinguishes it from sibling tools like get_current_affairs, which presumably lists headlines, and other quiz/topic tools.
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 on when to use this tool versus alternatives. It doesn't mention that the slug comes from get_current_affairs (though the schema parameter does), nor does it state when this tool is appropriate (e.g., after browsing headlines). Context is only implied by the phrase 'behind a NewsPulse headline'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_pyq_sampleGet UPSC previous-year questions by yearARead-onlyIdempotentInspect
Real UPSC Prelims previous-year questions with answers and explanations — the free 3-question sample per year (full year papers are on the platform). Includes the year's total validated PYQ count.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | UPSC Prelims year | |
| language | No | ISO code: en, hi, te, ta, or, bn, mr, pa, kn | en |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds meaningful context: the sample size (3 questions), inclusion of answers and explanations, the total validated PYQ count, and the limitation that full papers are not served by this tool.
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?
The description is a single, well-structured sentence that front-loads the core function, then clarifies the sample scope and included count. Every phrase earns its place with no 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?
For a simple read-only tool with 2 parameters and no output schema, the description sufficiently conveys the response contents (answers/explanations, sample size, count) and scope. It could mention language behavior, but the schema default covers that.
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 coverage is 100%—both 'year' and 'language' have descriptions in the input schema. The tool description does not add extra parameter-specific semantics, so the baseline of 3 applies since the schema handles the burden.
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 retrieves real UPSC Prelims previous-year questions with answers and explanations, specifically a free 3-question sample per year. This is a specific verb+resource+scope, and it distinguishes from siblings like get_current_affairs or start_practice_quiz.
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 implies usage for accessing sample previous-year questions and notes that full papers are not provided (they're on the platform), but it does not explicitly name alternatives or give when-to-use/when-not-to-use directives. Guidance is implied but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_study_topicsBrowse UPSC subjects, PYQ years and current-affairs monthsARead-onlyIdempotentInspect
The catalog behind the other tools: indexed subjects/topics (for search_sambodh_knowledge and quiz subject filters), available PYQ years, published current-affairs month slugs, and NewsPulse GS-paper values. Call this first when unsure which parameter values are valid.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint. The description adds useful context by enumerating the specific data categories returned (subjects, PYQ years, month slugs, GS-paper values), which goes beyond the annotations. However, it does not describe the output structure or potential list size.
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?
The description is a single compact sentence plus a short directive. It front-loads the tool's role and lists its contents without unnecessary verbosity. Every clause adds value.
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 read-only, zero-argument catalog tool, the description covers both the returned data categories and when to call the tool. Although no output schema exists, the enumerated categories give sufficient expectation of the response. The context from annotations and sibling tools completes the picture.
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 tool has zero parameters, so the baseline is 4. The description does not need to explain parameter details; instead, it explains the content categories that become valid parameter values for other tools, which is meaningful semantics.
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 is 'the catalog' that lists indexed subjects/topics, PYQ years, current-affairs month slugs, and NewsPulse GS-paper values. It explicitly distinguishes itself from siblings by being the parameter-value reference for search_sambodh_knowledge and quiz filters.
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?
Provides an explicit usage directive: 'Call this first when unsure which parameter values are valid.' It also frames the tool as 'the catalog behind the other tools,' making its role relative to siblings clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_sambodh_knowledgeSearch Sambodh's UPSC study libraryARead-onlyIdempotentInspect
Semantic search over Sambodh's indexed UPSC corpus (NCERTs + standard references). Returns source-attributed passages — synthesize your answer from them and cite the sources. Use for static-syllabus questions (history, polity, geography, economy...).
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to look up, phrased as a topic or question | |
| top_k | No | ||
| subject | No | Optional subject filter (see list_study_topics) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context by explaining that results are 'source-attributed passages' and instructing the agent to 'synthesize your answer from them and cite the sources.' This goes beyond annotations by clarifying the expected output format and usage protocol, though it does not cover edge cases like empty results or pagination.
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?
The description is two sentences long, front-loaded with the core action, and every clause earns its place. It states the tool's purpose, outlines the corpus, notes output characteristics, and gives usage guidance without redundancy. This is exemplary conciseness and structure.
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 no output schema, the description sufficiently conveys what the tool returns (source-attributed passages) and how to use them. It also positions the tool within the static-syllabus niche relative to siblings. It lacks explicit statements about result counts, error conditions, or the relationship between top_k and response size, but these are not critical for basic usage. The description is complete enough for an agent to invoke and interpret results correctly.
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 67%, and the description does not elaborate on parameter details beyond what the schema provides. The query parameter already has a clear description ('What to look up, phrased as a topic or question'), and subject references list_study_topics. top_k has no prose description but is constrained by defaults and min/max in the schema. The description adds no new parameter-level meaning, so it does not exceed the mid-range baseline.
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 opens with a specific verb+resource: 'Semantic search over Sambodh's indexed UPSC corpus (NCERTs + standard references).' It clearly states what it does, what corpus it searches, and that it returns source-attributed passages. This distinguishes it from sibling tools like get_current_affairs and get_pyq_sample by scoping it to static-syllabus content with a retrieval-and-synthesis workflow.
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 clear context: 'Use for static-syllabus questions (history, polity, geography, economy...).' This implies it is not for current affairs or dynamic topics, but it does not explicitly name an alternative tool or state a 'when-not-to-use' exclusion. Since it provides a clear usage domain without explicit exclusions, it earns a 4 rather than a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
start_practice_quizStart an interactive UPSC practice quizARead-onlyIdempotentInspect
Start an MCQ quiz from Sambodh's validated free question bank. IMPORTANT: never reveal or hint at correct answers before the user has attempted the questions; grade via submit_quiz_answers.
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | PYQ year (pyq/mixed sources) | |
| month | No | Current-affairs month slug, e.g. may-2026 | |
| source | No | Question pool: current_affairs (recent news MCQs), pyq (real UPSC previous-year questions), or mixed | mixed |
| subject | No | Optional subject filter, e.g. polity, history, geography, economy, environment, science_tech | |
| language | No | ISO code: en, hi, te, ta, or, bn, mr, pa, kn | en |
| num_questions | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, covering the safety profile. The description adds a critical behavioral constraint about not revealing answers and references the grading tool, which provides valuable context beyond the structured hints.
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?
The description is only two sentences, with the first stating the action and the second delivering an important workflow instruction. Every word contributes, and there is no redundancy or fluff.
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?
The combination of schema, annotations, and description covers the purpose, safety profile, and key workflow link to submit_quiz_answers. It could explicitly detail the return format or question count behavior, but given the simple nature and absence of an output schema, it is sufficiently complete.
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 schema already provides descriptions for 5 of 6 parameters, so the baseline is set. The tool description itself adds no parameter-specific meaning, relying on the schema, which adequately documents the parameters.
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 starts an MCQ quiz from a validated question bank, with a specific action and resource. It distinguishes itself from sibling tools like get_pyq_sample (which merely fetches sample questions) and submit_quiz_answers (which grades responses).
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 provides explicit workflow guidance: never reveal answers before attempts and grade via submit_quiz_answers. This gives clear context on when to use this tool relative to the grading tool, though it doesn't explicitly discuss all alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_quiz_answersSubmit quiz answers for gradingAIdempotentInspect
Grade a quiz attempt server-side. Returns per-question verdicts with explanations and the overall score. Call once the user has answered (fully or partially).
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | Map of question id → chosen option letter, e.g. {"<qid>": "B"} | |
| quiz_id | Yes | quiz_id from start_practice_quiz |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With idempotentHint=true and destructiveHint=false provided by annotations, the description does not need to restate them. It adds value by disclosing server-side grading and the output format. No contradiction with annotations.
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?
The description is only two sentences, front-loaded with the core action. Every word contributes, with no repetition of schema information.
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?
Despite lacking an output schema, the description clearly states the return values. It also notes that grading can be done for partial answers, which is critical context. The tool has few params and is well-scoped, so this is complete.
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 documentation covers 100% of the parameters with descriptions, so the baseline is 3. The description does not add further parameter details, but none are needed.
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 verb 'Grade' and the resource 'quiz attempt', and specifies it returns per-question verdicts and an overall score. This effectively distinguishes it from sibling tools like start_practice_quiz, which initiates an attempt.
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?
It provides clear context for when to call ('once the user has answered'), but does not explicitly mention alternatives or when not to use it. The schema reference to 'quiz_id from start_practice_quiz' indirectly signals the workflow with a sibling tool.
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
- Alicense-qualityCmaintenanceMCP server that maintains cited, current answers to standing research questions by tracking chosen sources, consolidating repeated coverage, and providing evidence-based briefs with change signals.MIT
- AlicenseAqualityAmaintenanceMCP server for searching and retrieving Pakistani federal statutes and Supreme Court judgments with structured citations, using static HuggingFace datasets.5Apache 2.0
- Alicense-qualityAmaintenanceA local-first study workspace for MCP agents, providing a web UI for learning, quizzing, and review, independent of agent lifecycle.3GPL 3.0
- Alicense-qualityDmaintenanceTurns any source material into a guided learning experience with learning maps, notes, four-phase study loop, spaced repetition flashcards, and grounded Q\&A.1MIT