Skip to main content
Glama

find_artifact

Search for ServiceNow platform artifacts like business rules, scripts, widgets, and flows by name, type, or application scope to locate specific components.

Instructions

Search for platform artifacts by name, type, or scope (business rules, scripts, widgets, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesArtifact name or pattern
typeNoArtifact type: business_rule, script_include, client_script, ui_policy, ui_action, widget, flow, sys_properties
scopeNoApplication scope name
limitNo
Behavior2/5

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 states it's a search tool, implying read-only behavior, but doesn't disclose critical details like whether it returns partial matches, supports pagination, has rate limits, requires specific permissions, or what the output format is. For a search tool with zero annotation coverage, this is a significant gap.

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 a single, efficient sentence with zero waste. It's front-loaded with the core purpose and includes relevant examples. Every word earns its place, making it appropriately sized for the tool's complexity.

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 no annotations, no output schema, and incomplete parameter coverage (75%), the description is inadequate. It doesn't explain return values, behavioral constraints, or usage context. For a search tool with four parameters, this leaves too many gaps for effective agent use.

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 description coverage is 75%, with three parameters well-described and one ('limit') lacking a description. The description adds value by listing example artifact types ('business rules, scripts, widgets, etc.') and implying search criteria, but doesn't fully compensate for the undocumented 'limit' parameter or provide additional syntax details beyond the schema.

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 the verb ('Search for') and resource ('platform artifacts'), and specifies search criteria ('by name, type, or scope'). It distinguishes the tool's purpose as a search operation, though it doesn't explicitly differentiate from sibling search tools like 'search_catalog' or 'search_cmdb_ci'.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, exclusions, or compare it to other search tools in the sibling list (e.g., 'search_catalog', 'search_cmdb_ci', 'natural_language_search'). Usage is implied by the search functionality but lacks explicit context.

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/aartiq/servicenow-mcp'

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