Skip to main content
Glama

Server Details

MCP server for Research

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 DescriptionsD

Average 1.8/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation3/5

Tools have distinct names but descriptions are too vague to clearly differentiate get_research_data from list_research_items; search_research and health_check are distinct. Slight ambiguity could cause misselection.

Naming Consistency4/5

Three tools follow a verb_noun pattern (get, list, search), but health_check deviates as a noun_verb compound. Overall consistent use of snake_case.

Tool Count4/5

With 4 tools, the set is slightly small but reasonable for a research-focused server covering basic read operations and health check.

Completeness3/5

The server covers reading and searching research data but lacks create, update, or delete functionality. Health check is ancillary. Some operational gaps for full research workflow.

Available Tools

4 tools
get_research_dataDInspect

Tool: get_research_data. Uses: httpx public APIs. Price: ${PRICE_PER_CALL}/call

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
Behavior2/5

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

With no annotations, the description must disclose behavior. It notes cost per call, but fails to mention whether the tool is read-only, destructive, or any other behavioral traits like rate limits or side effects.

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

Conciseness2/5

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

The description is very short but fundamentally under-specified, not genuinely concise. Key information is missing.

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

Completeness1/5

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

Given the presence of sibling tools and the lack of annotations or output schema, the description is completely inadequate. It does not clarify what 'research data' is, how to use the id, or how this tool differs from list/search.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/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 explain parameters. It does not mention the 'id' parameter at all, leaving its meaning and usage entirely unclear.

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

Purpose1/5

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

The description merely repeats the tool name 'get_research_data' and mentions using 'httpx public APIs', but does not specify what the tool retrieves or its purpose. This is tautological and vague.

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?

There is no guidance on when to use this tool versus siblings like list_research_items or search_research. The description provides no context for differentiation.

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

health_checkCInspect

Health check.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

With no annotations, the description must disclose behavior but only states 'Health check,' omitting details like read-only nature, authentication needs, or error responses.

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

Conciseness2/5

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

The description is a single short sentence, but it provides almost no useful information beyond the name. It is under-specified rather than concise.

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

Completeness1/5

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

Given zero annotations, no output schema, and minimal input schema, the description is completely inadequate. It fails to explain what the tool returns, side effects, or any behavioral context.

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?

With zero parameters, the baseline is 4 per rubric. The description adds no parameter details, but none are needed.

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

Purpose3/5

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

The description 'Health check' clearly indicates the tool's purpose of checking system health, distinguishing it from sibling data tools, but lacks specificity about scope or return values.

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?

No guidance is provided on when to use this tool versus siblings or when not to use it. The context of sibling tools suggests it's for health verification, but the description offers no explicit direction.

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

list_research_itemsDInspect

Tool: list_research_items. Uses: httpx public APIs. Price: ${PRICE_PER_CALL}/call

ParametersJSON Schema
NameRequiredDescriptionDefault
filtersYes
Behavior2/5

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

With no annotations, the description carries full burden, but it only discloses the use of httpx public APIs and price. It does not explain what the tool does internally, any side effects, authentication requirements, or limitations. Behavioral traits are missing.

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

Conciseness2/5

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

The description is brief but wastes space on irrelevant details like price and library choice. It lacks a structured purpose statement and parameter documentation. Conciseness is not helpful when content is missing.

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

Completeness2/5

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

Given the complexity of a nested object parameter and no output schema, the description is grossly incomplete. It does not describe return values, error behavior, or any usage examples. The agent cannot confidently invoke this tool based on the description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It adds no meaning to the 'filters' parameter beyond what the schema provides (an object with additionalProperties). The agent has no clue what valid filter keys or value formats are.

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

Purpose2/5

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

The description merely restates the tool name and mentions underlying library and price. It does not provide a clear verb+resource statement of what the tool does (e.g., 'List research items from the database'). The purpose is implied but not explicitly defined, and there is no differentiation from sibling tools.

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?

No guidance is given on when to use this tool versus alternatives. The price hint is the only contextual clue, but it does not help an agent decide between list_research_items and search_research or get_research_data.

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

search_researchDInspect

Tool: search_research. Uses: httpx public APIs. Price: ${PRICE_PER_CALL}/call

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior1/5

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

No annotations exist. The description only mentions implementation ('Uses: httpx public APIs') and pricing, omitting any behavioral traits like side effects, idempotency, or rate limits. This is insufficient for an agent to understand the tool's behavior.

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

Conciseness2/5

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

The description is very short (two sentences) but fails to deliver substantive information. It is under-specified rather than concise, as it does not accomplish the goal of helping an agent select or invoke the tool.

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

Completeness1/5

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

Given no annotations, no output schema, and only one parameter, the description is extremely incomplete. An agent would lack critical details such as result format, pagination, scope, and error conditions needed for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description adds no meaning to the single `query` parameter. It does not define format, constraints, or examples, leaving the agent without guidance on how to construct a valid query.

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

Purpose2/5

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

The description mentions 'search_research' and 'httpx public APIs', but does not explicitly state what the tool does. It implies a search function but lacks a clear verb and resource definition. Sibling tools like 'get_research_data' and 'list_research_items' remain undistinguished.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives (e.g., get_research_data, list_research_items). There is no mention of context, preconditions, or exclusions.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources