Skip to main content
Glama
Promaxian

horizon-torn-mcp

by Promaxian

horizon_torn_getFactionSearch

Search Torn factions by name or apply filters like respect, member count, or recruiting status.

Instructions

Search factions by name or other criteria

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoAPI key (Public).<br>It's not required to use this parameter when passing the API key via the Authorization header.
nameNoName to search for.
limitNo
offsetNo
commentNoComment for your tool/service/bot/website to be visible in the logs.
filtersNoA filtering query parameter allowing a comma-separated list of filters. <br> * Each filter can be one of the following: * Fixed options: `destroyed`, `notDestroyed`, `recruiting`, `notRecruiting` * Dynamic options: `fieldName`+`condition`+`number`. Each dynamic filter is made out of 3 parts separated by colon `:`: * * `fieldName` is one of: `id`, `respect`, `members`, `membersMax` * * `condition` is one of: `=`, `!=`, `<`, `<=`, `>=`, `>`, `Equal`, `NotEqual`, `Less`, `LessOrEqual`, `GreaterOrEqual`, `Greater` * * `number`: any integer value * Examples: `filters=destroyed`, `filters=notDestroyed,recruiting`, `filters=respect:>=:20000,id:<:100,notRecruiting`
timestampNoTimestamp to bypass cache or get the data in specific point in time
Behavior2/5

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

No annotations provided, so description carries full burden. It only states 'Search factions' without disclosing behavioral traits like authentication requirements (though key parameter exists), rate limits, pagination behavior (limit/offset present), or whether the operation is read-only. The description provides minimal transparency beyond the action itself.

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

Conciseness4/5

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

Single sentence, no filler. Front-loaded with verb+resource. However, the extreme brevity sacrifices necessary detail that could be included without harming conciseness. Still, it's efficient and to the point.

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 tool complexity (7 parameters, no output schema, no annotations), description is inadequate. It doesn't explain return format, pagination, filter details (though schema does), or search semantics (partial match, case sensitivity). For a search tool, key context like result set nature is missing. Completeness is low.

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

Parameters3/5

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

Schema coverage is 71% (5/7 parameters described). The description adds 'by name or other criteria', aligning with the 'name' parameter and hinting at 'filters'. Beyond this, it doesn't explain 'limit', 'offset', or other parameters beyond what schema already provides. Since schema coverage is high, baseline is 3; description adds marginal value.

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?

Description clearly states 'Search factions by name or other criteria', specifying a distinct action (search) and resource (factions). This differentiates it from sibling tools like getFactionBasicInformation or getFactionLookup, which retrieve specific entities rather than search. The verb 'Search' and resource 'factions' are specific and unambiguous.

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 on when to use this tool versus alternatives. For instance, it doesn't clarify that one should use this tool when they want to find factions by name or filter criteria, as opposed to using getFactionLookup for known IDs. The description lacks any context about prerequisites or competing tools.

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/Promaxian/horizon-torn-mcp'

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