Skip to main content
Glama
Stener1

reai-mcp

by Stener1

Search ReAI API endpoints

reai_search_endpoints
Read-only

Search the full ReAI OpenAPI surface to locate operations by keyword, tag, or HTTP method when you need endpoints for leads, agreements, subscriptions, or other tasks not covered by curated tools.

Instructions

Search the full ReAI OpenAPI surface (313 public operations) by keyword, tag or HTTP method. Use this whenever no curated tool covers what you need — for example leads, agreements, subscriptions, assets, warehouses, share investments, salary or Peppol. Returns matching operations with their path, parameters and request-body field names. Follow up with reai_describe_endpoint for full schemas, then call it via reai_request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoRestrict to one tag, e.g. "Invoices" or "Bank reconciliations". Use reai_list_api_tags to see them all.
limitNoMaximum results (default 25).
queryNoKeywords to match against path, tag, summary and description. Norwegian domain terms often appear in descriptions (e.g. "mva", "bilag", "kunde"), and English ones in paths and tags. Omit to browse by tag alone.
methodNoRestrict to one HTTP method.
includeInternalNoInclude undocumented internal endpoints (payment-provider webhooks, the POS app, platform admin). Off by default; these are not intended for API consumers.
Behavior4/5

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

The description discloses the return format (path, parameters, request-body field names) and warns that internal endpoints are off by default. This adds context beyond the readOnlyHint annotation, which already indicates a safe read operation. No contradictions.

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

Conciseness5/5

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

The description is four compact sentences with no fluff. It front-loads the core function, gives concrete examples, and outlines the workflow, all in an efficient structure.

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

Completeness4/5

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

For a search tool with optional parameters and no output schema, the description covers scope, when to use, return format, and next steps. It lacks only minor details like pagination behavior, but the limit parameter is already documented in the schema.

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 extra value by explaining that Norwegian domain terms often appear in descriptions and English in paths/tags, aiding query construction. It also clarifies the interaction between query and tag parameters.

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 the tool searches the full ReAI OpenAPI surface by keyword, tag, or HTTP method, listing concrete example domains. It distinguishes itself from sibling tools like reai_describe_endpoint and reai_request by positioning itself as the initial discovery step.

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

Usage Guidelines5/5

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

Explicit guidance says to use this whenever no curated tool covers the need, and provides a follow-up workflow: use reai_describe_endpoint for full schemas, then call via reai_request. This clearly differentiates from curated tools and alternatives.

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/Stener1/reai-mcp'

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