Skip to main content
Glama
alexxcpr

ONE-MCP

by alexxcpr

list_entities

List all entities in ONE Framework, returning names, display names, and public/customizable flags. Use this to discover available data before exploring specific schemas.

Instructions

List all entities in the ONE Framework instance. Returns entity names, their display names (where available), and whether they are public/customizable. Use this to discover what data is available before diving into specific entities. Tip: After listing entities, use get_entity_schema to see the full structure of an entity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of entities to return (default: 50)
filterNoOptional filter string — only return entities whose name contains this text (case-insensitive)
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It does disclose the return values and implies a non-destructive read operation, but doesn't explicitly mention authentication, rate limits, or pagination behavior. The mention that it returns 'whether they are public/customizable' adds useful context beyond a simple list.

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 three sentences, each serving a purpose: what it does, what it returns, and how to proceed. It's front-loaded and free of fluff.

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 simple list tool with two optional parameters and no output schema, the description gives enough context: what it returns, when to use it, and a next-step pointer. It could mention the default limit or any permission requirements, but these are minor gaps.

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?

The input schema fully documents the two parameters (limit and filter) with descriptions and defaults. The description doesn't add any parameter-specific guidance, so it relies on the schema. Baseline 3 is appropriate since coverage is 100%.

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 'List all entities' with a specific verb and resource, and enumerates the returned fields (names, display names, public/customizable). It distinguishes from siblings like get_entity_schema by framing this as discovery.

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

Usage Guidelines4/5

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

It provides a clear use case: 'Use this to discover what data is available before diving into specific entities.' It also offers a tip to use get_entity_schema afterward, which is an explicit alternative for the next step. However, it doesn't state when not to use it relative to other siblings like fetch_query or list_workflows.

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/alexxcpr/ONE-MCP'

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