Skip to main content
Glama
borgels

mcp-server-action1

by borgels

List Script Library (Action1)

action1_list_scripts
Read-onlyIdempotent

Retrieve a paginated list of scripts from the Action1 script library, with optional filters and sorting for targeted discovery.

Instructions

The script library, read-only. This server can NOT run or edit scripts by design.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoOffset — pass the previous response's nextFrom to continue.
limitNoItems per page (default 50).
filterNoCase-insensitive substring matched against any field.
sortbyNoSort field; prefix with "-" for descending.
scriptIdNo
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds that the server 'cannot run or edit scripts by design,' providing extra context beyond annotations. It does not detail pagination, sorting, or filtering behavior, which is only partially covered by schema descriptions.

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?

Two concise, front-loaded sentences with no wasted words. Every sentence adds value.

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 list tool with good annotations and schema, the description is largely complete. It states the core purpose and a key constraint. It does not explicitly mention pagination or return structure, but schema covers parameter semantics adequately.

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 high (80%), with 4 of 5 parameters described. The description adds no additional parameter information, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists the script library and is read-only, distinguishing it from sibling tools that list other resources (endpoints, reports, etc.). However, it does not explicitly name siblings to differentiate.

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?

The description explicitly notes it is read-only and cannot run or edit scripts, providing clear context. It does not, however, name alternative tools for running or editing scripts.

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/borgels/mcp-server-action1'

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