AskNeedl
Server Details
Enterprise AI for trusted intelligence
- 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 4 of 4 tools scored.
Each tool has a clearly distinct geographic and regulatory scope: India, general web, New Zealand, and US capital markets. The descriptions explicitly differentiate the sources (e.g., Indian exchanges, general internet, NZX, SEC filings), eliminating any ambiguity in tool selection for an agent.
All tool names follow a consistent 'ask_[domain]_[subdomain]' pattern (e.g., ask_india_capital_markets, ask_needl_web, ask_nz_capital_markets, ask_us_capital_markets). This uniform naming convention makes the tool set predictable and easy to understand.
With 4 tools, the count is reasonable for a server focused on querying capital markets and web data across different regions. It is slightly lean but well-scoped, covering key geographic areas (India, NZ, US) and a general web search, though it might benefit from additional tools for other regions or more specific queries.
The tool set provides comprehensive coverage for querying capital markets data in India, New Zealand, and the US, plus general web searches, which aligns well with the server's apparent purpose. Minor gaps exist, such as lack of tools for other major markets (e.g., EU, Asia) or more specialized financial queries, but core functionalities are well-covered.
Available Tools
4 toolsask_india_capital_marketsARead-onlyInspect
Query financial data and regulatory filings from Indian capital markets and exchanges. This tool searches through annual reports, quarterly earnings, exchange updates, notifications, board resolutions, shareholding patterns, corporate announcements, and other exchange filings from Indian companies. Use for questions about Indian company financials, governance, market performance, or regulatory compliance.
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | A concise, specific question about Indian capital markets or company filings. Keep to 1-2 sentences. Examples: 'What was Reliance Industries revenue in Q2 2024?' or 'Show me TCS board meeting decisions from last quarter.' | |
| citations | No | Boolean flag to include source citations in the response. Set to True (default). |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | Yes | |
| message_id | Yes | |
| app_version | Yes | |
| query_params | Yes | |
| generated_answer | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, covering safety and scope. The description adds useful context by listing specific data sources (annual reports, earnings, filings, etc.) and mentioning the tool 'searches' through them, which clarifies behavior beyond annotations. However, it does not detail rate limits, authentication needs, or response format.
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 appropriately sized with two sentences: the first states purpose and scope, the second provides usage guidelines. It is front-loaded with the core function and avoids unnecessary details, though it could be slightly more concise by integrating the two sentences more tightly.
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 the tool's complexity (querying diverse financial data), annotations cover safety and scope, and an output schema exists, the description is reasonably complete. It specifies the types of data searched and use cases, but could benefit from mentioning response structure or limitations, though the output schema mitigates this gap.
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%, so the schema fully documents both parameters. The description does not add meaning beyond the schema, as it does not explain parameter usage or constraints. Baseline 3 is appropriate since the schema handles parameter documentation adequately.
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's purpose: 'Query financial data and regulatory filings from Indian capital markets and exchanges.' It specifies the verb 'query' and resource 'financial data and regulatory filings' with geographic scope 'Indian.' It distinguishes from siblings by focusing on Indian markets versus US, NZ, or general web search.
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 clear context for when to use it: 'Use for questions about Indian company financials, governance, market performance, or regulatory compliance.' It implies usage for Indian-specific queries but does not explicitly state when NOT to use it or name alternatives among siblings, though geographic focus helps differentiate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ask_needl_webARead-onlyInspect
Search and analyze publicly available information from across the internet. This tool performs web searches and retrieves content from news sites, blogs, websites, forums, and other publicly accessible online sources. Use for current events, general research, market trends, industry analysis.
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | A clear, concise question about publicly available information online. Limit to 1-2 sentences. Examples: 'What are the latest developments in AI regulation?' or 'How is the semiconductor industry performing in 2024?' | |
| citations | No | Boolean flag to include source citations in the response. Set to True (default). |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | Yes | |
| message_id | Yes | |
| app_version | Yes | |
| query_params | Yes | |
| generated_answer | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the agent knows this is a safe, read-only operation with open-world data. The description adds useful context about the types of sources accessed and the general use cases, but doesn't provide additional behavioral details like rate limits, authentication needs, or specific limitations beyond what annotations cover.
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 efficiently structured in two sentences with zero wasted words. The first sentence states the core functionality, and the second provides usage guidance. Every element serves a clear purpose without 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 the tool's moderate complexity, comprehensive annotations, complete schema coverage, and presence of an output schema, the description provides adequate context. It explains what the tool does and when to use it, though it could potentially mention more about limitations or result formats beyond what the structured data provides.
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?
With 100% schema description coverage, the input schema already fully documents both parameters. The description doesn't add any parameter-specific information beyond what's in the schema, so it meets the baseline expectation but doesn't provide extra value regarding parameter meaning or usage.
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's purpose with specific verbs ('search and analyze') and resources ('publicly available information from across the internet'), distinguishing it from sibling tools focused on specific capital markets. It explicitly mentions the types of sources accessed (news sites, blogs, websites, forums).
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 clear context for when to use this tool ('for current events, general research, market trends, industry analysis'), which differentiates it from the more specialized capital markets siblings. However, it doesn't explicitly state when NOT to use it or provide direct alternatives beyond the implied sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ask_nz_capital_marketsARead-onlyInspect
Query New Zealand Exchange (NZX) filings and announcements from NZ capital markets and exchanges. This tool searches through annual reports, interim reports, continuous disclosure notices, substantial security holder notices, and other NZX regulatory filings from NZ companies. Use for questions about New Zealand company performance, governance, market announcements, or compliance with NZX listing rules. Access is limited to official NZX exchange documents only.
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | A brief, specific question about NZX-listed companies or exchange filings. Keep to 1-2 sentences. Examples: 'What was Spark New Zealand's dividend yield in 2024?' or 'Show me recent announcements from Mainfreight.' | |
| citations | No | Boolean flag to include source citations in the response. Set to True (default). |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | Yes | |
| message_id | Yes | |
| app_version | Yes | |
| query_params | Yes | |
| generated_answer | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, openWorldHint=true, and destructiveHint=false, indicating safe, open-ended, non-destructive operations. The description adds useful context by specifying the scope ('official NZX exchange documents only') and types of documents searched, which goes beyond annotations. However, it does not disclose additional behavioral traits like rate limits, authentication needs, or response format details, which could be helpful despite the 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 appropriately sized and front-loaded, starting with the core purpose and then adding usage guidelines and limitations. Every sentence adds value, such as specifying document types and use cases, with no redundant information. It could be slightly more concise by integrating some details, but overall it is efficient and well-structured.
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 the tool's complexity (querying NZX filings), rich annotations (readOnlyHint, openWorldHint, destructiveHint), and the presence of an output schema, the description is complete enough. It covers purpose, scope, usage context, and limitations, which complements the structured data. The output schema likely handles return values, so the description does not need to explain them, making it adequately comprehensive.
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%, so the schema fully documents the two parameters ('question' and 'citations'). The description does not add any parameter-specific information beyond what the schema provides, such as examples or constraints not in the schema. With high schema coverage, the baseline score of 3 is appropriate, as the description does not compensate but also does not need to given the schema's completeness.
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's purpose with specific verbs ('Query', 'searches') and resources ('NZX filings and announcements', 'annual reports, interim reports, continuous disclosure notices, substantial security holder notices, and other NZX regulatory filings'). It distinguishes from sibling tools by specifying 'New Zealand Exchange (NZX)' and 'NZ capital markets and exchanges', differentiating it from tools for other regions like India or the US.
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 clear context for when to use this tool: 'Use for questions about New Zealand company performance, governance, market announcements, or compliance with NZX listing rules.' It also specifies limitations: 'Access is limited to official NZX exchange documents only.' However, it does not explicitly mention when not to use it or name alternatives among the sibling tools, such as when queries involve other regions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ask_us_capital_marketsARead-onlyInspect
Query SEC filings and financial documents from US capital markets and exchanges. This tool searches through 10-K annual reports, 10-Q quarterly reports, 8-K current reports, proxy statements, earnings call transcripts, investor presentations, and other SEC-mandated filings from US companies. Use for questions about US company financials, executive compensation, business operations, or regulatory disclosures. Limited to official SEC filings and related documents only.
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | A focused question about US public companies or SEC filings, limited to 1-2 sentences. Examples: 'What was Apple's R&D spending in 2024?' or 'Show me Tesla's recent 8-K filings about executive changes.' | |
| citations | No | Boolean flag to include source citations in the response. Set to True (default). |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | Yes | |
| message_id | Yes | |
| app_version | Yes | |
| query_params | Yes | |
| generated_answer | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds valuable behavioral context beyond annotations: it specifies the document types searched (10-K, 10-Q, 8-K, etc.), clarifies the scope is limited to SEC filings, and mentions the types of questions it handles. While annotations already indicate read-only, open-world, and non-destructive behavior, the description enriches understanding of what 'open-world' means in this context. No contradiction with annotations exists.
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 efficiently structured with three sentences: the first states the core function, the second enumerates document types, and the third provides usage guidelines and limitations. Every sentence adds value without redundancy, and key information is front-loaded.
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 the tool's complexity (searching multiple document types), rich annotations (readOnlyHint, openWorldHint, destructiveHint), and existence of an output schema, the description provides complete contextual understanding. It covers purpose, scope, usage guidelines, and limitations without needing to explain return values or safety aspects already covered by structured data.
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?
With 100% schema description coverage, the baseline is 3. The description adds meaningful context about parameter usage by specifying that questions should be 'focused' and providing examples of appropriate question types, which helps guide proper tool invocation beyond the schema's technical specifications.
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's purpose with specific verbs ('Query', 'searches through') and resources (SEC filings, financial documents, specific report types). It explicitly distinguishes this tool from siblings by specifying 'US capital markets and exchanges' and 'Limited to official SEC filings and related documents only', making the scope 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 provides explicit guidance on when to use this tool ('Use for questions about US company financials, executive compensation, business operations, or regulatory disclosures') and when not to use it ('Limited to official SEC filings and related documents only'). It implicitly distinguishes from sibling tools by focusing on US markets versus India/NZ markets or general web search.
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!