Tulimoa
Server Details
Discover curated SaaS and AI-agent tools in the Tulimoa directory; submit and edit your listings.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Tulimoa/tulimoa-mcp
- GitHub Stars
- 1
- Server Listing
- Tulimoa MCP Server
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.3/5 across 5 of 5 tools scored.
Each tool has a distinct purpose: submit, edit, get, search, and list categories. No overlap in functionality.
All tool names follow a consistent verb_noun pattern in lowercase with underscores, e.g., submit_listing, search_listings.
Five tools cover the core operations of a directory server (CRUD minus delete, plus categorized search) without unnecessary bloat.
Covers create, read, update, and search. Missing delete functionality, but this may be intentional for admin-only or user unpublish actions.
Available Tools
5 toolsedit_listingEdit one of your own Tulimoa listingsAInspect
Update fields of a listing you own (by slug). You cannot change ownership or set review status. Any edit sends the listing back to admin review (status: pending) and it reappears publicly only after re-approval. Requires a write-scoped Tulimoa login.
| Name | Required | Description | Default |
|---|---|---|---|
| mcp | No | ||
| url | No | ||
| name | No | ||
| slug | Yes | Slug of YOUR listing to edit (from submit_listing). | |
| tags | No | ||
| category | No | ||
| pricing_model | No | ||
| short_description | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses that any edit triggers admin review and sets status to pending, with re-approval needed for public reappearance. No annotations provided, so description carries full burden and does so thoroughly.
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?
Four sentences, each adding value: purpose, constraints, side effects, auth requirement. No fluff or repetition.
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?
Covers purpose, key parameter (slug), side effects, and auth. Lacks detail on parameter semantics but otherwise adequate for a tool with 8 params and no output schema.
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 only 13% (slug described). Description adds general context ('update fields') but does not explain individual parameters like mcp, url, tags, etc., beyond schema constraints.
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?
Description states 'Update fields of a listing you own' with a clear verb (update) and resource (listing). It distinguishes from siblings like submit_listing (create) and get_listing (read).
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?
Specifies editing by slug and requires write-scoped Tulimoa login. Mentions limitations (cannot change ownership/review status) but does not explicitly state when not to use vs alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_listingGet one SaaS listingAInspect
Fetch full detail of a single Tulimoa listing by its slug: long description, features, use cases, integrations, pricing detail, and links. Use after search_listings when the user wants depth on a specific tool.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The listing's URL slug, e.g. 'acme-crm'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full weight. It discloses the fetched content (long description, features, etc.) and uses 'fetch' which implies a read operation. However, it does not explicitly state non-destructive behavior, rate limits, or prerequisites, but given the simple read nature, it is sufficient.
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?
Two sentences only, both dense with information. No filler words, each sentence serves a purpose: first describes functionality, second provides usage context.
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 fetch endpoint with one parameter and no output schema, the description lists all key returned fields. Given the low complexity and complete parameter documentation, the description is fully adequate.
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% for the single parameter 'slug' with a clear description. The tool description adds no additional meaning beyond what the schema already provides, meeting the baseline for complete schema coverage.
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 'Fetch' and the resource 'full detail of a single Tulimoa listing', listing specific fields returned. It also distinguishes from siblings by explicitly directing usage after search_listings for depth on a specific tool.
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 explicit usage guidance: 'Use after search_listings when the user wants depth on a specific tool.' This tells the agent when to use this tool and implies it is not for broader listings or categories.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_categoriesList directory categoriesAInspect
List the category ids and labels used to classify Tulimoa listings. Call this first when you need a valid category value for search_listings.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, but the description is straightforward about listing categories. It lacks details on return format or completeness, but for a simple tool it is adequate.
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?
Two concise sentences front-load the purpose and usage guidance, with 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?
Given zero parameters and no output schema, the description provides sufficient context for the simple list operation.
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?
No parameters exist, so baseline 4 is appropriate; the description adds no parameter info since 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 it lists category ids and labels for Tulimoa listings, distinguishing it from siblings like get_listing and search_listings.
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?
Explicitly advises calling this first when needing a valid category for search_listings, providing clear context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_listingsSearch SaaS listingsAInspect
Find SaaS tools in the Tulimoa directory that an AI agent or team can plug into. Discover tools by topic, category, pricing, MCP support, or EU hosting. Returns only approved, published listings. Use this for any 'find/recommend a tool for X' request, then call get_listing for full detail on a specific result.
| Name | Required | Description | Default |
|---|---|---|---|
| mcp | No | true = only tools that expose their own MCP server. | |
| sort | No | Result order. Default: popular. | |
| limit | No | Max results (1-50, default 20). | |
| query | No | Free-text terms matched against the listing name and short description. | |
| eu_only | No | true = only tools whose company country is in the EU. | |
| category | No | Restrict to one category id. Call list_categories for valid ids. | |
| pricing_model | No | Restrict to a pricing model. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that it 'Returns only approved, published listings', which is important context. However, it does not explicitly state that the operation is read-only, nor does it mention authentication requirements, rate limits, or any other behavioral traits. The read-only nature is implied by the search function, but a more explicit statement would improve transparency.
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 concise with three sentences, no repetition, and no fluff. The first sentence states the primary purpose, the second lists capabilities, and the third provides usage guidance and a clear next step. Every sentence contributes essential 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?
Given the absence of an output schema and the presence of 7 parameters, the description covers the essential aspects: what the tool does, filtering options, result constraints (approved/published), and a follow-up action. It lacks details on default behavior beyond what is in the param descriptions (e.g., default sort), but overall it is sufficiently complete for an agent to use the tool effectively.
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%, with all 7 parameters having descriptions in the input schema. The description adds high-level context by listing filtering dimensions (topic, category, pricing, MCP support, EU hosting) but does not provide additional details beyond what the schema already offers. Thus, it adds marginal value over the schema, meeting the baseline expectation of 3.
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: 'Find SaaS tools in the Tulimoa directory'. It uses strong verbs like 'Find' and 'Discover' and lists specific filtering dimensions (topic, category, pricing, MCP support, EU hosting). It distinguishes itself from sibling 'get_listing' by suggesting a follow-up call for full details, making its role as a search tool 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?
Explicitly states when to use: 'for any find/recommend a tool for X request'. It also provides a clear follow-up instruction to call get_listing. While it doesn't explicitly list when not to use, the context makes it clear that this is for discovery, not for direct access or modification. Alternatives are implied through sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_listingSubmit a SaaS listing to the Tulimoa directoryAInspect
Create a new listing in the Tulimoa directory on behalf of the authenticated user. The listing is created with status 'pending' and appears publicly only after admin review. Requires a write-scoped Tulimoa login. Use list_categories first to pick a valid category id.
| Name | Required | Description | Default |
|---|---|---|---|
| mcp | Yes | true = this tool exposes its own MCP server. | |
| url | Yes | Public homepage URL (https). | |
| name | Yes | Product/company name (max 60 chars). | |
| tags | No | Optional descriptive tags (max 8). | |
| country | Yes | ISO-3166-1 alpha-2 country code of the company, e.g. DE. | |
| category | Yes | One category id. Call list_categories for valid ids. | |
| pricing_model | Yes | Pricing model (required): free | freemium | paid | lifetime. | |
| short_description | Yes | One-line pitch (max 300 chars). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, but the description discloses key behavior: listing starts as 'pending' and appears only after admin review. Also mentions authentication requirement.
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?
Three sentences, front-loaded with the action, no fluff. Every sentence adds value: what it does, status behavior, prerequisite, and guidance for category.
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?
No output schema and the description does not mention what the tool returns (e.g., listing ID). Given 8 parameters and 7 required, it should explain the response or follow-up steps. Also lacks mention of idempotency or rate limits.
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%, so baseline is 3. The description adds little beyond the schema; it reiterates using list_categories for the category field, but the schema already says that. No additional parameter context.
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 'Create' and resource 'a new listing in the Tulimoa directory', distinguishing it from siblings like edit_listing (edit) and list_categories (list).
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?
Explicit prerequisites: 'Requires a write-scoped Tulimoa login' and 'Use list_categories first to pick a valid category id.' Also notes pending status and admin review for visibility.
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!
Your Connectors
Sign in to create a connector for this server.